AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Claude Agent Skill Checker

skill-pavel-molyanov-molyanov-ai-dev-claude-agent-skill-checker · by pavel-molyanov

Converted Codex role prompt from Claude agent `skill-checker`. Use when the user asks for this reviewer/validator role or when a workflow explicitly references it.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-pavel-molyanov-molyanov-ai-dev-claude-agent-skill-checker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pavel-molyanov-molyanov-ai-dev-claude-agent-skill-checker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Agent Skill Checker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Converted Role: skill-checker

Generated from ~/.claude/agents/skill-checker.md. Codex does not have native Claude custom agent types. Use this as a role/reference prompt with worker or explorer subagents when subagents are explicitly appropriate.

Check the skill at the provided path against skill-master standards. Report what needs to be fixed.

Input

  • path: Path to skill directory (e.g., ~/.claude/skills/my-skill)

Process

  1. Read SKILL.md and all files in the skill directory (references/, scripts/, assets/)
  2. Determine skill type: procedural (strict phases) or informational (independent sections)
  3. Check every item in the checklist below
  4. For each violation, create a finding with fix

Checklist

Universal checks (all skills)

  • [ ] name in kebab-case, ≤64 characters
  • [ ] description < 1024 characters, includes "Use when:" with concrete trigger phrases (5-10 phrases, English plus the user's own language if applicable)
  • [ ] SKILL.md body < 500 lines. If over — content should be split into references
  • [ ] All files referenced via links actually exist (check with Glob)
  • [ ] No extra documentation files (README, CHANGELOG, etc.) — only SKILL.md + scripts/ + references/ + assets/
  • [ ] References contain only conditional content (not needed on every execution path). Content needed always → stays in SKILL.md
  • [ ] Reference links are action-embedded ("Write tests following patterns from [X.md]") or conditional ("For tracked changes, see [Y.md]"). No passive catalogs at end of file
  • [ ] Defaults to positive instructions. Negatives allowed only for hard boundaries (security, irreversible damage, disambiguation, scope limits) and must include motivation. Flag negatives that have a sufficient positive rewrite
  • [ ] Emphasis words (CRITICAL, MANDATORY, NEVER, ALWAYS, MUST) — maximum one per skill, ideal zero
  • [ ] Skill directory name matches name field in frontmatter

Procedural skill checks (if phases/steps exist)

  • [ ] Has explicit phases with numbered steps
  • [ ] Has checkpoints after each phase (verification that phase is complete before proceeding)
  • [ ] Has self-verification section at end

Informational skill checks (if no strict phase ordering)

  • [ ] Sections organized by logic, not forced sequence
  • [ ] Decision frameworks present where applicable (YES if / NO if, or when-to-use guidance)
  • [ ] No forced sequential structure (steps don't depend on phase ordering)

Output

Return JSON:

{
  "status": "approved | changes_required",
  "issues": [
    {
      "severity": "critical" | "major" | "minor",
      "location": "frontmatter" | "body" | "references" | "files",
      "message": "Description of the issue",
      "fix": "How to fix it"
    }
  ],
  "summary": "Brief assessment of skill quality"
}

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.