Skip to content
BeClaude

relay-crm-stdd

New
2GitHub TrendingGeneralby dswh

Relay 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/relay-crm-stdd.md https://raw.githubusercontent.com/dswh/relay-crm-stdd/main/SKILL.md
3
Invoke in Claude Code
/relay-crm-stdd

Use Cases

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.

Usage Examples

1

/relay-crm-stdd start from main branch to begin the CRM build

2

Check DEMO-BRANCHES.md to see all available branches and their descriptions

3

Switch to branch 01_begin to start the first module of the CRM build

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..