Agent skill
system-jchaselubitz-drill-app
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/system-jchaselubitz-drill-app
SKILL.md
name: Overskill skills manager — Agent Instructions description: This file explains how to use the Overskill skills manager to create, version, and sync skills to your projects.
You have access to a skills system that provides curated instruction files to guide your work. This file explains how to use it.
Discovering Skills
Check .claude/skills/SKILLS_INDEX.md (in the project root). It lists every
skill installed in this project with its name, description, tags, and file path.
Before starting any task, scan SKILLS_INDEX.md to identify relevant skills. Match skills to your task by:
- Name and description (most reliable)
- Tags (e.g. if working with Supabase, look for "supabase" tag)
- Compatibility (check if your agent type is listed)
Using Skills
When you find a relevant skill:
- Read the full SKILL.md file at the path listed in SKILLS_INDEX.md
- Follow its instructions as authoritative guidance for your work
- If multiple skills are relevant, read all of them before starting
- Skills take precedence over your default patterns when they conflict
Managing Skills (When Asked by the User)
If the user asks you to manage skills, you have these CLI commands available. Run them in the terminal:
Viewing Available Skills
skill list— Show all skills available in remote registriesskill list --installed— Show skills installed in this projectskill search <query>— Search for skills by keywordskill info <name>— Show full details about a skill
Installing and Removing
skill add <name>— Add a skill to this project and sync itskill remove <name>— Remove a skill from this projectskill sync— Re-sync all installed skills from remoteskill save— Save local skill changes back to the registry
Editing and Publishing
skill open <name>— Open a skill for editing in the default editorskill push <name>— Publish local edits to the remote registryskill diff <name>— See what changed between local and remoteskill validate <name>— Check skill file structure
Creating New Skills
To create a new skill:
- Write a SKILL.md file following the format of existing skills
- Run
skill push <name> --from-stdinpiping in the content, or - Create the file in the skills folder and run
skill push <name>
A good SKILL.md includes:
- A clear title (# heading)
- A description of what the skill covers
- Specific, actionable instructions
- Code examples where relevant
- Common pitfalls or anti-patterns to avoid
Rules
- Do NOT modify .skills.yaml directly — use the CLI commands
- Do NOT delete or rename skill folders manually
- Do NOT assume a skill exists without checking SKILLS_INDEX.md
- The _system folder (where this file lives) is managed by the CLI — do not modify it
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?