Agent Skill
2/7/2026

dev-context

Context architecture skill for aligning work. Use when starting new features, making architectural decisions, or setting up implementation work. Generates interconnected ADR/Design/Spec/Plan scaffolding that agents can navigate and humans can enrich.

M
mpazaryna
2GitHub Stars
1Views
npx skills add mpazaryna/claude-toolkit

SKILL.md

Namedev-context
DescriptionContext architecture skill for aligning work. Use when starting new features, making architectural decisions, or setting up implementation work. Generates interconnected ADR/Design/Spec/Plan scaffolding that agents can navigate and humans can enrich.

Agentic Factory

A curated skill and agent library for Claude Code. 34 skills across 8 domains, built from real work and promoted here when proven.

Structure

agents/     — 4 agent definitions
skills/     — 34 skills, flat, domain-prefixed

Skills

DomainPrefixSkills
Orchestra methodologyorchestra-adr, devlog, milestone, prd, roadmap, scaffold, spec, ticket, uml
Kairos daily rhythmkairos-kickoff, shutdown, knote, review, weekly-plan, weekly-finalize
Yoga class planningyoga-anatomy-expert, asana-strategist, orchestrator, professor, theme-developer
Cloudflare Workerscf-workers, workers-ai, hono, kv, durable-objects
Swift / SwiftUIswift-swift-lang, swift-ui, swiftui-submission-prep
Feynman investigationfeynman-inquiry, decision
Developer toolingdev-enforcer, playwright, skills-auditor
Writing stylewriting-no-slop

Agents

AgentDomainPurpose
monkKairosAutonomous daily rhythm — kickoff, shutdown, weekly planning
lennyOrchestraConductor — runs the full PRD → spec → execute loop
eddieContentRSS news briefing from OPML feeds
slimProductTicket → PRD refinement

Install

Dev machine (symlink)

Symlink individual skills directly into ~/.claude/skills/ for live editing:

for skill in ~/workspace/agentic-factory/skills/*/; do
  ln -sf "$skill" ~/.claude/skills/$(basename "$skill")
done

Other machines (plugin marketplace)

/plugin marketplace add mpaz/agentic-factory
/plugin install skills@agentic-factory

Authoring

Build in a real project first. Promote here when the skill is proven and generic enough to reuse.

Each skill needs:

  • SKILL.md — YAML frontmatter (name, description, allowed-tools) + instructions
  • README.md — human-readable companion

See CLAUDE.md for conventions and quality standards.

Skills Info
Original Name:dev-contextAuthor:mpazaryna