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/majiayu000/claude-skill-registry/tree/main/skills/data/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.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?