# Notable SFDX Plugins and Resources

- [shane-sfdx-plugins](https://github.com/mshanemc/shane-sfdx-plugins)
    - Lots of commands from [Shane McLaughlin,](https://github.com/mshanemc) notable ones are a[ Skinny Profile](https://github.com/mshanemc/shane-sfdx-plugins#sfdx-shaneprofileconvert--n-string--p-string--d-directory--e---c---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal) converter, some neat GitHub automation, [lwc css merging](https://github.com/mshanemc/shane-sfdx-plugins#sfdx-shanelwccssmerge--f-filepath--c-directory--l-filepath---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal), and [sobject creation ](https://github.com/mshanemc/shane-sfdx-plugins#sfdx-shaneobjectcreate--t-string--l-string--a-string--p-string---description-string---enterprise---sharingmodel-string---activities---search---reports---history---feeds---nametype-string---namefieldlabel-string---autonumberformat-string---visibility-string---highvolume--i--d-directory---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
- [awesome-sfdx-plugins](https://github.com/mshanemc/awesome-sfdx-plugins)
    - Shane's "awesome" repo for listing out community plugins.
    - Does what it says on the tin.
- [sfdx-git-packager](https://github.com/callawaycloud/sfdx-git-packager)
    - I like doing deployments off of diffs, not the whole repo. Keeps the audit log clean, this helps ^.
- [SFDX-Data-Move-Utility](https://github.com/forcedotcom/SFDX-Data-Move-Utility)
    - Lets ya move data around orgs fairly easy, handles weird lookup scenarios well.
- [sfpowerscripts](https://github.com/dxatscale/sfpowerscripts)  
    
    - Lots of goodies in this one, full profile retrieves and reconcile. Was refactored from sfpowerkit.
- American Express' [sfdx-cli-plugin](https://github.com/americanexpress/sfdx-cli-plugin)
    - Some good stuff on anon apex, shell execution
- [texei-sfdx-plugin](https://github.com/texei/texei-sfdx-plugin)
    - There's a profile cleaner in here, stripping out anything that's already on a pset.
    - Also an org shape command I've seen people reference, I can't personally speak to it.
- [sfdx-toolbox-package-utils](https://github.com/ImJohnMDaniel/sfdx-toolbox-package-utils)
- [sfdx-cmdt-plugin](https://github.com/shunkosa/sfdx-cmdt-plugin)
    - CSV-&gt;XML for CMDT mappings.
- [sfdx-flowdoc-plugin](https://github.com/shunkosa/sfdx-flowdoc-plugin)
    - Generate a PDF doc off of some flow types.

---

But Crit, I wanna build my own!

- [https://github.com/forcedotcom/salesforcedx-templates](https://github.com/forcedotcom/salesforcedx-templates) Here's some templates
- Good walk through on plugin creation here [https://www.youtube.com/watch?v=kPks\_9W5gvA&amp;t](https://www.youtube.com/watch?v=kPks_9W5gvA&t)

Think about what you need to [automate](https://www.youtube.com/watch?v=Qu9qPD8q1N8)!