Agent skill
attio-mcp-usage
Provides universal workflow patterns and best practices for using the Attio MCP server. Complements the attio-workspace-schema skill with HOW-TO guidance for MCP tools and error prevention.
Install this agent skill to your Project
npx add-skill https://github.com/kesslerio/attio-mcp-server/tree/main/skills/attio-mcp-usage
SKILL.md
Attio MCP Usage Guide
Universal workflow patterns and best practices for the Attio MCP server.
Purpose
Teaches universal patterns for:
- Structuring multi-step workflows
- Preventing common API errors
- Using MCP tools correctly
- Building integrations
Related Skills
attio-workspace-schema - Reference for YOUR workspace-specific:
- Attribute slugs and types
- Select/status option values
- List IDs and names
- Read-only fields
Always check the schema skill for workspace-specific data
Quick Links
- Workflows - Universal workflow patterns
- Golden Rules - Error prevention system
- Tool Reference - MCP tool signatures
- Integration Patterns - Pattern index
Pattern Selection
See Pattern Selection Guide for keyword-based routing to the right pattern for your workflow.
When to Use This Skill
- Planning multi-step workflows
- Troubleshooting API errors
- Learning MCP tool syntax
- Building integrations
- Understanding best practices
Key Principles
- Schema skill = WHAT (your specific fields/lists)
- Usage skill = HOW (universal patterns)
- Cross-reference when you need workspace specifics
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
attio-skill-generator
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
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.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Didn't find tool you were looking for?