agentsclimarketplace

Skill architect

Skill fullREFIT/skills/skills/skill-architect

Comprehensive skill creation, improvement, and packaging following the agentskills.io open standard. Produces deployment-ready .zip files for upload to Claude.ai, Claude Desktop, Claude Code, Cowork, or any agentskills.io-compatible platform. Use when building new skills from scratch, auditing or improving existing skills, authoring SKILL.md files, configuring frontmatter, structuring bundled resources, or packaging skills for distribution. Handles the full lifecycle: intent capture, resource planning, SKILL.md authoring, validation, packaging, and iteration. MANDATORY TRIGGERS: skill creation, SKILL.md, skill improvement, skill audit, frontmatter, skill packaging, agentskills.io, progressive disclosure, skill validation, skill architecture, bundled resources, create a skill, build a skill, package a skill, new skill, update skill, improve skill.From its SKILL.md

Install
npx -y skills add fullREFIT/skills --skill skill-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

6.0 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

Skill Architect

Create, audit, improve, and package agent skills following the Agent Skills open standard. Every skill produced must include a deployment-ready .zip file.

Read references/detail.md before executing. It contains the full platform compatibility matrix, step-by-step creation procedures, frontmatter field reference, quality checklist, packaging commands, and troubleshooting guide.


Triggers

Activate when the user asks to: create a skill, build a skill, package a skill, improve or audit an existing skill, write a SKILL.md, configure frontmatter, structure bundled resources, or distribute a skill.


Mandatory Output Structure

Every skill produced must include:

skill-name/
├── SKILL.md              (required)
├── README.md             (required)
├── references/           (required, even if empty)
├── scripts/              (required, even if empty)
├── assets/               (required, even if empty)
└── skill-name.zip        (required — always, no exceptions)

.zip Packaging Rule

skill-name.zip
└── skill-name/
    ├── SKILL.md
    ├── README.md
    ├── references/
    ├── scripts/
    └── assets/

No .DS_Store, __pycache__, .git, or the .zip itself inside the archive. Always nest inside the skill-name folder — never loose files at root.

The .zip must be produced on every skill creation or update. No exceptions.


Input

  • User description of the skill's purpose, or an existing skill folder to audit/improve
  • Optional: example invocations, desired trigger phrases, target platform(s)

Output

  • skill-name/SKILL.md — frontmatter + instructions
  • skill-name/README.md — installation and usage
  • skill-name/references/ — supporting documentation
  • skill-name/scripts/ — executable code (if needed)
  • skill-name/assets/ — templates and output files (if needed)
  • skill-name/skill-name.zip — deployment-ready archive

Creation Process (Summary)

  1. Capture intent — gather concrete examples of how the skill will be used
  2. Plan resources — identify what belongs in scripts/, references/, assets/
  3. Initialize directorymkdir -p skill-name/{references,scripts,assets}
  4. Write description — most critical field; must include MANDATORY TRIGGERS: list; max 1024 chars; third person; slightly "pushy"
  5. Write SKILL.md body — imperative form; point to reference files, don't duplicate them; under 500 lines
  6. Implement bundled resources — scripts with error handling and execute permissions, references under 10K tokens each
  7. Write README.md — installation instructions + file listing
  8. Validate and package — run scripts/package_skill.py or manual checklist, then zip
  9. Iterate — fix skill when Claude struggles; do not fix the prompt

Full procedures for each step: references/detail.md.


Progressive Disclosure Architecture

TierBudgetWhen Loaded
Metadata (name + description)~100 tokensAlways — for skill discovery
SKILL.md body<5,000 tokensWhen skill triggers
Bundled resourcesUnlimitedOn demand — agent reads as needed

Scripts execute without loading into context (zero token cost). Only script output consumes tokens.


Bundled Resources Quick Reference

DirectoryPurposeKey Rule
scripts/Deterministic, repeatable codechmod +x; include error handling
references/Docs loaded into context on demandUnder 10K tokens per file
assets/Templates and output filesNot read for reasoning — copied into output

Do not include: standard library docs, credentials, generated/cached files, large datasets, hidden OS files.


Reference Files

FilePurpose
references/detail.mdPlatform matrix, full creation steps, frontmatter reference, quality checklist, packaging commands, troubleshooting
references/example-patterns.mdComplete examples of each skill type
references/workflows.mdSequential, conditional, and feedback loop patterns
references/output-patterns.mdTemplates, structured data, quality standards
references/advanced-patterns.mdMulti-model optimization, MCP integration, enterprise deployment
references/security.mdSecurity audit checklist, credential management
references/troubleshooting.mdDebugging strategies and common issue resolution
references/multi-agent-patterns.mdSub-agent orchestration, parallel execution
references/skill-improvement-methodology.mdSystematic audit and improvement process

Skill Architect v3.0 — April 2026 | agentskills.io open standard

What ships with it: 16 files

188.6 KB alongside SKILL.md, 3 of them executable

scripts/

Keep looking

Skills are one crate of 326,758. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.