how the skill or plugin itself is built
make-skill
A skill that builds skills: create, retrofit, audit and publish agent skills and Claude Code plugins — Agent Skills standard conformance, marketplace layout, version sync, validator + CI, every distribution channel, MCP and A2A rules.
What it ships
Each name below is an entry point an agent can be routed to.
- make-skill
Shape: static. The standard is a checklist and the audit walks it in order; a skill that passes is auditable against the same list next time.
Install just this one
Every pack installs standalone. The whole family is one command.
npx skills add ssheleg/make-skill
claude plugin marketplace add ssheleg/make-skill && claude plugin install make-skill@make-skill
When the agent reaches for it
These are the rules the family writes into your agent's own instruction file — verbatim. Each one states the rule, the boundary in both directions, and the phrase that declines it.
/make-skill — how the skill itself is built
- when: a skill or plugin changes shape
- decline it: «без make-skill».
If make-skill is installed, work ON a skill or plugin goes through it — creating one, bringing it to the standard, checking conformance, wrapping it in a plugin, syncing versions, installing a validator and CI, publishing to every channel. It knows where the Agent Skills front-matter limits are, what claude plugin validate --strict demands, and why a plain copy in ~/.claude/skills/ shadows the plugin.
The boundary — "the construction of the skill itself changes." NOT through it: work done WITH a skill, ordinary code in an ordinary repository, editing doctrine inside a skill that already meets the standard. Calling it to fix a paragraph in SKILL.md is how you teach an agent to route around it.
Refusal phrase: «без make-skill».
Among the routers: task-pipeline carries a change through its stages; make-skill answers whether the result meets the skill standard. A skill's release passes both.
The rest of the family
super-ux v0.48.0
Scenario-driven UI development: a versioned design chain in docs/ux/ — the product vision, personas and jobs, user flows and the paid-acquisition funnel among them, a screens-and-states map with Figma frames…
task-pipeline v1.77.0
Full-cycle delivery orchestrator: an intake grill turns the request into a complete brief, then ten gated stages carry it from docs to acceptance, refusing to advance until each gate passes.
agent-sync v1.17.0
Coordination plane for concurrent agents: leases with a TTL so two agents cannot claim the same work, race-free id reservation, a run journal and a generated board, over a pluggable knowledge cloud.
sheleg-design v1.49.1
The taste layer: cinematic scroll-driven landing pages (one scroll clock, motion that degrades to calm, WebGL particle formations), product-UI style packs with a ready token layer each, and the Figma border…
seo-aeo-audit v0.25.1
Evidence-first website audit for search and answer engines: ten tracks from crawl access to AI citation mechanics, every finding backed by an observation and every recommendation tiered, ending in a…
sheleg-dev v0.10.0
The integration layer a product reaches once it has users: Stripe subscription billing reconciled into your own database — checkout, renewals, seats and proration, refunds, claim-first webhook idempotency…
agent-stack v0.13.2
Production patterns for AI agent systems, in four skills. The orchestrator: tool-calling loops that survive context pressure, pipelines with human checkpoints and resume, provider routing with fallback and…