Agent skill
template-skill
Replace with a clear description of what this skill does and when Claude should use it. Be specific about the use cases, tools, or workflows this skill addresses.
Install this agent skill to your Project
npx add-skill https://github.com/treasure-data/td-skills/tree/main/template-skill
SKILL.md
Skill Name
Brief introduction explaining what this skill helps users accomplish.
When to Use This Skill
Use this skill when:
- Specific use case 1
- Specific use case 2
- Specific use case 3
Core Principles
1. First Key Concept
Explanation of the first important concept or pattern.
Example:
# Show concrete example
key: value
2. Second Key Concept
Explanation of the second important concept.
-- SQL example if relevant
SELECT * FROM table_name
3. Additional Concepts
Continue with other important concepts, patterns, or best practices.
Common Patterns
Pattern 1: Descriptive Name
# Show a complete, realistic example
example:
key: value
nested:
- item1
- item2
Explanation: Describe what this pattern does and when to use it.
Pattern 2: Another Pattern
Provide another common use case with example code.
Best Practices
- Practice 1 - Clear guideline
- Practice 2 - Another guideline
- Practice 3 - And so on
Common Issues and Solutions
Issue: Problem Description
Symptoms:
- What the user sees
- Error messages
Solutions:
- First solution approach
- Alternative approach
- Workaround if needed
Example:
# Show the fix
corrected:
example: here
Advanced Topics
Advanced Feature 1
For users who need more sophisticated functionality.
Advanced Feature 2
Additional advanced patterns or techniques.
Workflow Example
Step-by-step example of a complete workflow:
- Step 1: Do this first
- Step 2: Then do this
- Step 3: Finally complete with this
# Complete working example
complete:
workflow:
step1: value
step2: value
Related Skills
- Link to related skill if applicable
- Another related skill
Resources
- Official documentation links
- Internal TD resources
- Related tools or services
Template Usage Notes
When creating a new skill from this template:
-
Update the frontmatter:
- Change
nameto your skill's unique identifier (lowercase-with-hyphens) - Write a clear
descriptionthat explains when Claude should use this skill
- Change
-
Replace the content:
- Update the main heading
- Fill in "When to Use This Skill" with specific scenarios
- Add core principles and concepts specific to your domain
- Provide realistic, working examples
- Include common patterns from your area of expertise
-
Focus on TD-specific patterns:
- Include TD conventions and best practices
- Reference internal tools and workflows
- Use realistic TD table names and data patterns
- Include timezone considerations (JST/UTC)
-
Make it actionable:
- Provide complete, copy-paste-ready examples
- Include error handling patterns
- Show debugging approaches
- Add troubleshooting sections
-
Keep it maintainable:
- Add version comments if tracking changes
- Include last updated date
- Link to authoritative documentation
- Note any TD-specific limitations or requirements
-
Test your skill:
- Verify all examples work
- Test with Claude Code
- Get feedback from potential users
- Update based on real-world usage
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
email-campaign
This skill should be used when the user asks to "create an email", "build an email campaign", "design an email template", "generate an email for a segment", "preview an email", or "push an email to Engage". Generates enterprise-grade HTML email templates with live preview in Treasure Studio and natural language editing, then pushes the final version to Treasure Engage.
action-report
YAML format reference for action reports rendered via preview_action_report. MUST be read before writing any action report YAML — defines the report structure (title, summary, actions array) and action item fields (as_is, to_be, reason, priority, category, impact) with incremental build workflow. Required by seo-analysis and any skill that produces prioritized recommendations.
grid-dashboard
YAML format reference for grid dashboards rendered via preview_grid_dashboard. MUST be read before writing any dashboard YAML — defines the page structure, 6 cell types (kpi, gauge, scores, table, chart, markdown), grid layout rules, cell merging syntax, and incremental build workflow. Required by seo-analysis and any skill that produces visual data dashboards.
seo-analysis
Runs SEO and AEO (Answer Engine Optimization) analysis on websites or specific pages. Use when the user mentions SEO, AEO, search rankings, search optimization, or wants to analyze how their pages perform in search engines and AI answers. Produces a data dashboard and action report with before/after recommendations.
aps-doc-core
Core documentation generation patterns and framework for Treasure Data pipeline layers. Provides shared templates, quality validation, testing framework, and Confluence integration used by all layer-specific documentation skills.
aps-doc-id-unification
Expert documentation generation for ID unification layers. Documents identity resolution algorithms, merge strategies, match rules, entity graphs, and multi-workflow orchestration. Use when documenting ID unification processes.
Didn't find tool you were looking for?