Install
$ agentstack add skill-pavel-molyanov-molyanov-ai-dev-claude-agent-skill-checker ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Read SKILL.md and all files in the skill directory (references/, scripts/, assets/)
- Determine skill type: procedural (strict phases) or informational (independent sections)
- Check every item in the checklist below
- For each violation, create a finding with fix
Checklist
Universal checks (all skills)
- [ ]
namein 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
namefield 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.
- Author: pavel-molyanov
- Source: pavel-molyanov/molyanov-ai-dev
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.