Agent skill
cdp-skills
Claude Developer Platform Skills feature. Custom knowledge packages for agents, curated playbooks, and versioned expertise domains.
Install this agent skill to your Project
npx add-skill https://github.com/sigridjineth/interview-copilot-with-skills/tree/main/skills/cdp_skills
SKILL.md
Skills Feature Skill
When to Use
- Questions about packaging custom knowledge
- "How do I give Claude domain expertise?"
- Building agents with specialized knowledge
- RAG vs Skills comparison
- Knowledge management for AI agents
Key Feature: Skills
Skills let you package organizational knowledge as curated, versioned playbooks that Claude can use.
Core Capabilities
- Curated knowledge: Human-verified, policy-safe content
- Version control: Track changes, roll back if needed
- Dynamic attachment: Attach skills based on conversation context
- Progressive disclosure: Claude loads skill content as needed
Skills vs RAG
| Aspect | RAG | Skills |
|---|---|---|
| Content | Retrieved chunks | Curated playbooks |
| Verification | Raw documents | Human-reviewed |
| Policy | Not built-in | Built-in guardrails |
| Versioning | Document-level | Skill-level |
| Use case | Document search | Expert behavior |
Skill Structure
skills/
├── customer_success/
│ ├── SKILL.md # When to use, guidelines
│ └── references/
│ ├── objections.md # Common objections
│ └── case_studies.md
└── technical/
├── SKILL.md
└── references/
└── architecture.md
Response Guidelines
- Explain the value: Verified knowledge, not just retrieval
- Use RAG analogy: "Like RAG, but with policy and versioning"
- Show structure: SKILL.md + references pattern
- Emphasize curation: Human-in-the-loop for quality
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fintech-patterns
Common fintech customer patterns, objections, and success stories. Compliance handling, long conversation management, and case studies.
memory-playbook
Cross-session persistence for user preferences, implementation guide for Memory feature.
pricing-guidance
Claude API pricing, tier recommendations, token cost optimization, and ROI calculations for CDP features.
interview-records
Archive of past customer interviews. Contains full transcripts, summaries, pain points, outcomes, and skills used. Use for referencing previous conversations with the same company or finding similar case patterns.
context_editing_guide
Managing context window, token optimization, summarization strategies for long conversations.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?