/new-skill
Author a new, well-formed Claude Code skill, agent, or hook from a one-line intent. Decides the right artifact type (skill vs agent vs hook) and placement (global vs project), then writes a correct SKILL.md / agent file / settings.json hook with engineered trigger phrasing, a
$ npx -y skills add ada-ggf25/AI-Tools --skill new-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/new-skill
Context preview
The summary Claude sees to decide when to auto-load this skill.
Author a new, well-formed Claude Code skill, agent, or hook from a one-line intent. Decides the right artifact type (skill vs agent vs hook) and placement (global vs project), then writes a correct SKILL.md / agent file / settings.json hook with engineered trigger phrasing, a
Global Claude Code and Codex skills/agents, versioned in one place so they stay in sync across devices.
Other skills on ai-tools.
- /codex-to-claude
Scans global/codex/skills/ and global/codex/agents/ for items missing from global/claude/skills/ and global/claude/agents/, presents the gap list for approval, then adapts each approved item to Claude Code format and writes it to the global/claude/ directory, then runs
Open skill - /agents-to-claude-md
Scans the current repo for AGENTS.md files, finds directories that lack a matching CLAUDE.md, translates each AGENTS.md to a CLAUDE.md draft (applying the CodexβClaude substitution table), runs a /where-claude sanity check per candidate, and β with per-item approval β either
Open skill - /audit-claude-md
Audit all CLAUDE.md files in the current project for staleness and coverage gaps. For each existing file, scores freshness by checking git churn in its scoped directory since the file was last touched; flags content drift for stale ones; discovers directories that should have a
Open skill - /audit-docs
Audit hand-authored project documentation (.md, .txt, .rst, .adoc) for accuracy against the codebase as ground truth. Extracts verifiable claims from each doc (code blocks, shell commands, file paths, version/dependency refs, symbol names), checks them against actual code and
Open skill - /bootstrap-project
One-command new-repo setup orchestrator. Detects the stack, then runs the project-setup workflow end to end - root CLAUDE.md (/init), nested CLAUDE.md placement (/where-claude), scoped permissions (/setup-permissions), an automation proposal (propose-automation), and a couple of
Open skill - /commit
Create a git commit following the Conventional Commits specification (conventionalcommits.org). Reads the diff, auto-infers scope from file paths, proposes type + scope + description + body, and shows the message for approval before committing. Supports optional push, language
Open skill

