KS
Killer-Skills

skill-polisher — Categories.community

v1.0.0
GitHub

About this Skill

Essential for Codex/Claude Agent Developers maintaining standardized skill repositories. Rust/Vulkan Isometric RPG Engine - The Temple of Eternal Sadhana

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

Quality Score

Top 5%
31
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add poisontr33s/chthonic-archive/skill-polisher

Agent Capability Analysis

The skill-polisher MCP Server by poisontr33s is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Essential for Codex/Claude Agent Developers maintaining standardized skill repositories.

Core Value

Automates structural integrity checks and standardization across Codex and Claude skill ecosystems using specialized audit tooling. Provides cross-flavor compatibility validation through shared auditor modules for consistent skill architecture.

Capabilities Granted for skill-polisher MCP Server

Auditing single skill structural integrity
Validating entire skill sets for standardization
Enforcing Claude-flavored frontmatter rules
Performing cross-flavor compatibility checks

! Prerequisites & Limits

  • Requires existing Codex skill-polisher tooling
  • Limited to Codex/Claude skill formats
  • Dependent on specific directory structures (.codex/skills/, .claude/skills/)
Project
SKILL.md
2.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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.

Related Skills

Looking for an alternative to skill-polisher or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication