relay-crm-stdd
NewRelay CRM — STDD master-class live build. Each skill showcase has NN_begin/NN_end branches; main is the starter. See DEMO-BRANCHES.md.
Summary
This skill provides a step-by-step master-class live build of Relay CRM, guiding developers through building a CRM application with structured branches (NN_begin/NN_end) and a main starter branch.
- It is useful for learning CRM development patterns, version control workflows, and hands-on coding through a real-world project.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/relay-crm-stdd.md https://raw.githubusercontent.com/dswh/relay-crm-stdd/main/SKILL.md/relay-crm-stddUse Cases
Usage Examples
/relay-crm-stdd start from main branch to begin the CRM build
Check DEMO-BRANCHES.md to see all available branches and their descriptions
Switch to branch 01_begin to start the first module of the CRM build
Security Audits
Frequently Asked Questions
What is relay-crm-stdd?
This skill provides a step-by-step master-class live build of Relay CRM, guiding developers through building a CRM application with structured branches (NN_begin/NN_end) and a main starter branch. It is useful for learning CRM development patterns, version control workflows, and hands-on coding through a real-world project.
How to install relay-crm-stdd?
To install relay-crm-stdd: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/relay-crm-stdd.md https://raw.githubusercontent.com/dswh/relay-crm-stdd/main/SKILL.md. Finally, /relay-crm-stdd in Claude Code.
What is relay-crm-stdd best for?
relay-crm-stdd is a skill categorized under General. Created by dswh.
What can I use relay-crm-stdd for?
relay-crm-stdd is useful for: Follow along with a live build of a CRM application to learn development best practices.; Compare your code against the NN_end branches to verify correct implementation after completing each step.; Use the main branch as a starter template to quickly begin building a custom CRM.; Explore the DEMO-BRANCHES.md file to understand the full scope and structure of the skill's learning path.; Practice branching and merging workflows by switching between begin and end branches during development..