skill-polisher — skill-polisher AI agent skill skill-polisher, chthonic-archive, community, skill-polisher AI agent skill, ide skills, skill-polisher for Claude Code, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing advanced skill auditing and standardization capabilities, particularly those utilizing Codex and Claude tooling. Rust/Vulkan Isometric RPG Engine - The Temple of Eternal Sadhana

# Core Topics

poisontr33s poisontr33s
[0]
[0]
Updated: 3/23/2026

Agent Capability Analysis

The skill-polisher skill by poisontr33s is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for skill-polisher AI agent skill, skill-polisher for Claude Code.

Ideal Agent Persona

Perfect for AI Agents needing advanced skill auditing and standardization capabilities, particularly those utilizing Codex and Claude tooling.

Core Value

Empowers agents to perform deterministic audits of Codex and Claude skills using Python, ensuring structural integrity and standardization through the utilization of `polish_skill.py` and `skill_audit.py` scripts, and supporting file formats such as `.md` and `.svg`.

Capabilities Granted for skill-polisher

Auditing Codex skills for compliance with existing tooling rules
Validating Claude skills against frontmatter and tooling requirements
Performing cross-flavor audits for consistent reporting across Codex and Claude skills

! Prerequisites & Limits

  • Requires Python environment
  • Limited to Codex and Claude skills
  • Needs `agents/openai.yaml` and `assets/` with SVG icons for Codex flavor
  • Requires `SKILL.md` with valid frontmatter for Claude flavor
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

skill-polisher

Install skill-polisher, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Skill Polisher (Claude Code)

Audit Codex skills for structural integrity and standardization by using the existing Codex skill-polisher tooling.

Flavor Contract

  • Claude-flavored by default: validates Claude frontmatter/tooling rules.
  • Cross-flavored compatible via shared auditor (see Cross-Flavor Audit).

Target scope

  • Codex skills:
    • Single skill: .codex/skills/<skill-name>
    • Whole set: .codex/skills
  • Claude skills:
    • Single skill: .claude/skills/<skill-name>
    • Whole set: .claude/skills

Execution

Codex skills (preferred)

Use the Codex polisher for deterministic audits:

powershell
1uv run .codex/skills/skill-polisher/scripts/polish_skill.py .codex/skills --all

For a single skill:

powershell
1uv run .codex/skills/skill-polisher/scripts/polish_skill.py .codex/skills/<skill-name>

Claude skills (manual audit)

Claude skills do not share the Codex polisher; use a lightweight audit:

powershell
1Get-ChildItem .claude/skills -Directory 2Get-Content .claude/skills/<skill-name>/SKILL.md

Checks to confirm:

  • SKILL.md present
  • Frontmatter includes name and description
  • Any allowed-tools entries match Claude tool names (Read, Write, Glob, Grep, Bash as needed)

Cross-Flavor Audit (shared)

Use the shared auditor when you want consistent reporting:

powershell
1uv run scripts/skill_audit.py --flavor codex --root .codex/skills 2uv run scripts/skill_audit.py --flavor claude --root .claude/skills

Hook (Claude-side)

Run the Claude cross-compatible audit via the helper script:

powershell
1.\scripts\run_claude_skill_polisher.ps1 -Root .claude/skills

Claude-Local Audit (Claude-centric outputs)

Write JSON outputs into claude/mailbox:

powershell
1.\scripts\run_claude_local_audit.ps1 -Root .claude/skills

Hook (Claude-side cross-polish)

Run both Codex and Claude audits in one pass:

powershell
1.\scripts\run_claude_cross_polish.ps1 -CodexRoot .codex/skills -ClaudeRoot .claude/skills

Bridge (Codex tooling)

Invoke Codex polisher from Claude:

powershell
1.\scripts\run_codex_polisher.ps1 -Root .codex/skills

Reporting

Summarize:

  • TASTE + score
  • Issues (if any)
  • Files changed (if any)

Notes

  • This skill audits Codex and Claude skills; do not modify either unless explicitly requested.
  • If you need to add @POLISHED seals, do so after a clean run and record the timestamp.

Cross-Flavor Compatibility

  • Codex flavor: requires agents/openai.yaml and assets/ with SVG icons.
  • Claude flavor: requires SKILL.md with valid frontmatter (name, description), optional allowed-tools.
  • For shared audits use: python scripts/skill_audit.py --flavor codex --root .codex/skills and python scripts/skill_audit.py --flavor claude --root .claude/skills.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is skill-polisher?

Perfect for AI Agents needing advanced skill auditing and standardization capabilities, particularly those utilizing Codex and Claude tooling. Rust/Vulkan Isometric RPG Engine - The Temple of Eternal Sadhana

How do I install skill-polisher?

Run the command: npx killer-skills add poisontr33s/chthonic-archive/skill-polisher. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for skill-polisher?

Key use cases include: Auditing Codex skills for compliance with existing tooling rules, Validating Claude skills against frontmatter and tooling requirements, Performing cross-flavor audits for consistent reporting across Codex and Claude skills.

Which IDEs are compatible with skill-polisher?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for skill-polisher?

Requires Python environment. Limited to Codex and Claude skills. Needs `agents/openai.yaml` and `assets/` with SVG icons for Codex flavor. Requires `SKILL.md` with valid frontmatter for Claude flavor.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add poisontr33s/chthonic-archive/skill-polisher. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use skill-polisher immediately in the current project.

Related Skills

Looking for an alternative to skill-polisher or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI