Claude-skill-registry agent-prompts
Ready-to-use prompt templates for specialized agents. Use when building n8n workflows, AI integrations, or sales materials. Contains structured prompts for automation-architect, llm-engineer, and sales-automator agents.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agent-prompts" ~/.claude/skills/majiayu000-claude-skill-registry-agent-prompts && rm -rf "$T"
manifest:
skills/data/agent-prompts/SKILL.mdsource content
Agent Prompts
Ready-to-use prompt templates for specialized Claude Code agents.
Quick Navigation
| Agent Type | Prompts File | Use Case |
|---|---|---|
| Workflow Building | | n8n automation workflows |
| AI Integration | | Claude/Gemini AI workflows |
| Sales Materials | | Proposals, emails, pricing |
How to Use
- Open the relevant reference file
- Copy the prompt template
- Fill in the bracketed placeholders
- Use with the specified agent
Example Usage
Use the automation-architect agent to: Build an n8n workflow for ACME Corp: **Problem:** Manual invoice processing takes 10 hours/week **Trigger:** Email attachment **Data sources:** Gmail, QuickBooks **Output:** Slack notification + QuickBooks entry
Available Prompt Templates
Workflow Builder (references/workflow-builder.md
)
references/workflow-builder.md- Basic Workflow Prompt
- Lead Capture Workflow
- Data Sync Workflow
- Notification Hub
- Report Generator
- E-commerce Order Workflow
- Customer Support Workflow
- Scheduled Batch Process
- Approval Workflow
- Integration Pattern
AI Workflow (references/ai-workflow.md
)
references/ai-workflow.md- Basic AI Workflow
- Customer Support AI Agent
- Document Processing AI
- Lead Qualification AI
- Email Response Generator
- Content Summarizer
- Meeting Notes AI
- Multi-Model Fallback Pattern
- AI Agent with Tools
- Data Extraction Prompt Template
- Classification Prompt Template
Sales Proposal (references/sales-proposal.md
)
references/sales-proposal.md- Full Proposal Generation
- Cold Outreach Email
- Follow-Up Email Sequence
- Objection Response Scripts
- ROI Calculator Content
- Case Study Request
- Discovery Call Prep
- Pricing Page Copy
- Competitor Comparison
- Upsell Email
Agent Reference
| Agent | Description |
|---|---|
| n8n/make.com workflow design |
| AI/RAG systems, prompt engineering |
| Cold emails, proposals |
| Technical documentation |
| Training materials |