Instructions file CodexOpenCode
Instructions for mishanefedov/agentwatch, covering agents.md, use agentwatch, 1. install, 2. verify and 3. run.
Instructions file CodexOpenCode
Instructions for mishanefedov/agentwatch, covering agents.md, use agentwatch, 1. install, 2. verify and 3. run.
Instructions file
Instructions for mishanefedov/agentwatch: π€ AI agent in this repo? To use agentwatch (observability across the AI agents on this machine), read AGENTS.md β it self-onboards you in three steps (install β verify β run), no account needed. To contribute, the second half of AGENTS.md has the build/test/typecheck commandsβ¦
Plugin Claude Code
skill-issue β lint coding-agent skills for activation: vague descriptions and trigger collisions.
Plugin Claude Code
Find out why your skill won't fire β lint coding-agent skills for activation: vague descriptions that never match, and collisions where one skill silently shadows another.
Instructions file CodexOpenCode
Instructions for mishanefedov/skill-issue, covering agents.md β guide for coding agents working in this repo, layout, conventions and dogfood.
Skill Claude CodeCodex
Find out why a coding-agent skill won't fire. Audits installed skills' activation metadata: grades each description AβF on whether the agent will reliably pick it, simulates which skill fires for a given prompt, and reports collisions where two skills compete and one silently never runs. Use when the user says "whyβ¦
Skill Claude CodeCodex
Deploy the application to the production kubernetes cluster. Proactively suggest this. Voice triggers (speech-to-text aliases) here.
Skill Claude CodeCodex
Generate customer invoices and billing receipts as pdf. Proactively suggest this. Voice triggers (speech-to-text aliases) here.
Skill Claude CodeCodex
Compose midi melodies and arrange instrument soundtracks. Proactively suggest this. Voice triggers (speech-to-text aliases) here.
Skill Claude CodeCodex
Resize and crop image photographs into square thumbnails. Proactively suggest this. Voice triggers (speech-to-text aliases) here.
Skill Claude CodeCodex
Translate documents between languages using the deepl engine. Proactively suggest this. Voice triggers (speech-to-text aliases) here.
Skill Claude CodeCodex
Generate a changelog from git commit history grouped by release tag. Use when the user asks to write release notes or update the changelog.
Skill Claude CodeCodex
Review the code in a pull request for bugs and style problems. Use when reviewing a PR or checking pull request quality.
Skill Claude CodeCodex
Audit a pull request: review the code for bugs, security, and style before merge. Use when reviewing a PR or auditing pull request quality.
Skill Claude CodeCodex
This skill has no description, so the agent can never match it.
Skill Claude CodeCodex
Deploy the application to the production server and run database migrations. Use when the user says deploy to prod, ship to production, or release the app.
Skill Claude CodeCodex
Formats and pretty-prints SQL query files using sqlfluff with the configured dialect.
Skill Claude CodeCodex
Helps with code and various tasks for your project.
Plugin Claude Code
skillrot β a linter that audits agent skills for external-CLI drift.
Plugin Claude Code
Audit agent skills for CLI drift β finds skills that call external tools with flags or subcommands the installed version no longer accepts.
Instructions file CodexOpenCode
Instructions for mishanefedov/skillrot, covering agents.md β guide for coding agents working in this repo, layout, conventions and dogfood.
Skill Claude CodeCodex
A deliberately out-of-date example skill, for the skillrot README/demo. Each bash command below uses a flag the installed CLI does NOT accept (a renamed or removed flag) β exactly the silent drift skillrot catches. Run: skillrot examples/stale-skill.
Skill Claude CodeCodex
Audit installed agent skills for CLI drift. Finds skills that call external tools (codex, gh, docker, bun, supabase, ...) with flags or subcommands the installed version no longer accepts β the silent failure where a skill keeps emitting a dead command and breaks mid-task. Use when the user says "check my skills"β¦
Skill Claude CodeCodex
Uses a flag fakecli no longer accepts.