skills-factory
Build production-ready Claude Code skills
Creating reliable AI skills requires clear structure, validation, and deployment guidance. This skill provides templates, workflows, and scripts for building Claude Code skills with repeatable quality checks.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "skills-factory" from https://skillstore.io/skills/daronvee-skills-factory.md and its manifest at https://skillstore.io/api/skills/daronvee-skills-factory/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "skills-factory". I need a skill that helps engineers write migration plans.
Expected outcome:
A suggested skill outline with a focused trigger, required metadata, reference guide list, validation checklist, and first evaluation scenarios.
Using "skills-factory". Check whether my skill is ready to share with my team.
Expected outcome:
- Frontmatter review results
- Missing reference warnings
- Packaging readiness notes
- Manual commands to review before execution
Using "skills-factory". Help me evaluate whether this skill triggers at the right time.
Expected outcome:
A test matrix with golden paths, non-trigger cases, edge cases, and criteria for revising the skill instructions.
Security Audit
CriticalMost static findings are documentation examples for Claude skill installation, validation commands, and official Anthropic API usage. Confirmed risks are limited to user-facing local command guidance, an example recursive delete command, and installer filesystem changes that can overwrite or remove an existing skill directory after confirmation.
Confirmed security concerns (1)
Capability review items (29)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (8)
๐ Filesystem access (50)
๐ Env variables (11)
โ๏ธ External commands (50)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/daronvee-skills-factory/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/daronvee-skills-factory?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/daronvee-skills-factory?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/daronvee-skills-factory/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/daronvee-skills-factory.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
DaronVee. (2026). skills-factory security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/daronvee-skills-factory/audits/11BibTeX citation
@techreport{daronvee-daronvee-skills-factory-2026,
author = {DaronVee},
title = {skills-factory security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/daronvee-skills-factory/audits/11},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "skills-factory security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "DaronVee"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/daronvee-skills-factory/audits/11"
identifiers:
- type: other
value: "skillstore:daronvee-skills-factory:audit:11"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Create a new team skill
Generate a structured skill with clear instructions, references, and validation steps before sharing it with a team.
Validate an existing skill
Check a skill for frontmatter, references, naming, and packaging issues before distribution.
Package skills for deployment
Prepare a skill folder for Claude Code, Claude Desktop, or API-based distribution using repeatable packaging guidance.
Try These Prompts
Help me create a simple Claude Code skill for [task]. Ask me for the goal, target users, and tools before drafting the structure.
Review my SKILL.md for clarity, progressive disclosure, required metadata, and missing reference files. Suggest specific edits.
Walk me through validating and packaging this skill. Explain each command before I run it and flag any filesystem changes.
Create an evaluation plan for this skill using realistic success cases, edge cases, failure cases, and a second-agent review loop.
Best Practices
- Review every generated command before running it, especially commands that copy, delete, or install files.
- Keep SKILL.md concise and place detailed workflows in reference files.
- Test skills with success, edge, and failure scenarios before sharing them.
Avoid
- Do not create broad skills that trigger for unrelated development tasks.
- Do not package secrets, private configuration, or local machine paths into shared skills.
- Do not rely on packaging alone as proof that the skill is safe or useful.
Frequently Asked Questions
What does this skill help me create?
Does it run commands automatically?
Can it install a skill into Claude Code?
Is it only for Claude Code?
What should I review before using it?
Does it replace a security review?
Developer Details
Author
DaronVeeLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 201 views
File structure
๐ references/
๐ DEPLOYMENT_GUIDE.md
๐ EVALUATION_GUIDE.md
๐ TROUBLESHOOTING.md
๐ TWO_CLAUDE_METHODOLOGY.md
๐ WORKFLOW_PATTERNS.md
๐ scripts/
๐ comprehensive_validate.py
๐ init_skill.py
๐ package_skill.py
๐ quick_validate.py
๐ SKILL.md