custom-skill-creator-fb56d7 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited custom-skill-creator-fb56d7 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
custom-skill-creator)This is the authoritative Meta-Skill for the pngdeity workspace. It extends the built-in skill creation process by enforcing the strict architectural boundaries of the "Abstraction Stack" and prioritizing validation and optimization based on agentskills.io standards.
Run this skill whenever requested to "create a skill," "document a process," or "configure agent behavior."
Before writing any files, you MUST evaluate the user's request against this logic. Do not create a SKILL.md if the request fails this gate.
AGENTS.md. (Refuse skill creation).mkdir -p skills/<skill-name>/references skills/<skill-name>/scriptsSKILL.md with the YAML frontmatter template below.SKILL.md file without subdirectories if needed.references/agentskills-standards.md for frontmatter field rules and references/spec-authority.md for the canonical specification sources (agentskills.io, Microsoft Agent Framework, Anthropic Claude).SKILL.md and any necessary scripts/references. Keep the main body under 500 lines (Progressive Disclosure).skills-ref validate ./skills/<skill-name> (or npx skills-ref validate from the agentskills.io reference library).A skill is not complete until its behavior is validated.
SKILL.md (e.g., "Verification Step: Run script X and ensure output matches Y").scripts/, you MUST execute them locally to ensure they return LLM-friendly stdout (no massive tracebacks).Once the SKILL.md is structurally sound and validated:
description. It must function as an API doc for the agent router. Rewrite it to define exact trigger conditions.node skills/verification/generate-skill-index.cjs to rebuild the catalog index with updated tags and compatibility tokens from all SKILL.md files.scripts/ contains executables, confirm their behavior matches stated intent. Run them in an isolated environment first.name, description, and compatibility fields are accurate and would not mislead a router.Once Phase 4 is complete, make the skill discoverable:
skills-ref validate ./skills/<skill-name> (or npx skills-ref validate if not installed globally).ln -sf <absolute-path-to-skill> ~/.agents/skills/<skill-name>node skills/verification/skill-compliance-check.cjs to confirm all checks pass.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.