plugin-creator/assets/templates/skill/SKILL.md
Template for creating Claude Code skills. Replace this description with a clear explanation of what this skill does and when it should be used. Be specific about triggers and use cases.
npx skillsauth add kdoronin/claude_code_skills skill-templateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Replace this section with a brief overview of your skill's purpose.
Explain what problem this skill solves and what value it provides. Keep this to 2-3 sentences.
Use this skill when:
[Description of this workflow and when to use it]
Steps:
[Step Name] [Step details and instructions]
[Step Name] [Step details and instructions]
[Step Name] [Step details and instructions]
Example:
# Example command or usage
command --with arguments
[Description of another workflow]
Steps:
This skill includes helper scripts in the scripts/ directory:
script_name.py - Description of what this script does
python scripts/script_name.py [arguments]
Detailed documentation is available in references/:
reference_name.md - Description of this reference document
Load when you need [specific information]To load a reference:
Read references/reference_name.md
For large references, use grep to find specific sections:
grep -A 10 "Section Name" references/reference_name.md
Template files and resources in assets/:
templates/template-name/ - Description of this template
Copy and customize for [use case]Usage:
cp -r assets/templates/template-name/ path/to/destination
Scenario: [Describe the situation]
Solution:
# Actual command example
command --option value
Expected Result:
Output example
Scenario: [Describe another situation]
Solution:
[Step-by-step solution with examples]
Problem: [Description of the issue]
Solution: [How to resolve it]
Problem: [Description of the issue]
Solution: [How to resolve it]
data-ai
Setup and use text-to-SQL capabilities for SQL databases (SQLite, PostgreSQL, MySQL, MariaDB, etc.). Use when: (1) User wants to query databases using natural language, (2) User asks to setup text-to-sql project, (3) User mentions extracting data from database, (4) User has .sqlite/.db file or database credentials and wants to work with data. This skill sets up project structure, extracts database schema, and enables natural language to SQL conversion.
development
Universal Strava API integration for fitness data management. Use when working with Strava activities, athlete profiles, segments, routes, clubs, or any fitness tracking data. Triggers on requests to get/create/update activities, analyze training stats, export routes, explore segments, or interact with Strava data programmatically.
development
This skill orchestrates programming tasks by analyzing available Claude Code skills and creating execution plans. It should be used when working on any coding task that could benefit from multiple specialized skills. The skill supports two execution modes selected by user - manual (Claude executes with explicit skill references) or delegated (tasks sent to sub-agents with skills).
tools
Bootstrap new or existing local projects for AI-assisted development by creating an `AGENTS.md` for Codex or a `CLAUDE.md` for Claude Code from the bundled rules template, wiring project-local MCP servers for Playwright and shadcn/ui, and initializing Git with a first checkpoint commit when needed. Use whenever the user asks to start a project with agent instructions, scaffold a repo for Codex or Claude Code, add local MCP servers to a project, or standardize an AI-ready project workspace before implementation begins.