Reusable, portable skills generated alongside your profile rules.
Skills are structured markdown instructions that teach AI agents how to
perform a multi-step task. For Cursor, they are placed in
.cursor/skills/ with a SKILL.md file. For other tools
(Claude Code, Codex, Agentforce Vibes), portable sections are embedded into their
respective rule files.
Generates Jeff Patton–style story maps as Mermaid diagrams and renders them to PDF
using mermaid-cli. Includes a helper script
(render-pdf.sh) and a CSS file (mermaid-pdf.css) that
prevents diagram truncation.
| Profiles | ba · pm · architect |
| Cursor path | .cursor/skills/story-mapping/SKILL.md |
| Assets | scripts/render-pdf.sh · scripts/mermaid-pdf.css |
Guided deploy and validate operations leveraging the
@jterrats/profiler and @jterrats/smart-deployment
Salesforce CLI plugins. Supports granular metadata selection and quick-deploy
after validation.
| Profiles | developer · architect · devops |
| Cursor path | .cursor/skills/deploy-validate/SKILL.md |
Exports Mermaid diagrams to external tools with auto-detection:
Lucidchart (OAuth 2.0 API), draw.io
(local XML conversion via mermaid-to-drawio), or
local SVG/PDF rendering as a fallback.
| Profiles | ba · pm · architect · developer |
| Cursor path | .cursor/skills/diagram-export/SKILL.md |
| Assets | scripts/export-diagram.sh |
Skills are not limited to Cursor. When generating rules for other tools, the skill instructions are embedded as portable sections:
| Tool | Location |
|---|---|
| Cursor | .cursor/skills/<skill>/SKILL.md |
| Claude Code | Appended to CLAUDE.md |
| OpenAI Codex | Appended to AGENTS.md |
| GitHub Copilot | Appended to .github/copilot-instructions.md |
| Agentforce Vibes | .a4drules/workflows/<skill>.md |
Skills are generated automatically when you select a qualifying profile.
View Commands Browse Profiles