WoJiSamaWoJiSamaCommunityยท1 Agent Skills Included

skill-based-architecture

Restructure scattered project rules into maintainable skill directories

Restructures oversized SKILL.md files and scattered project rules into one organized, routable skill directory. Eliminates duplicated instructions across AGENTS.md, CLAUDE.md, and Cursor rules that drift out of sync. Routes each task to the right workflow, loads only decision-relevant context, and verifies completion before delivery. Works across Claude Code, Cursor, Codex, and other harnesses with thin shell templates and migration workflows.
npx skills add WoJiSama/skill-based-architecture --all -g -y
Available:

Instructs the agent to read SKILL.md first, match each new task to exactly one route in the routing file, follow only that route's workflow, and run closure checks before any commit or delivery.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-based-architecture?โ–ผ

Run `npx skills add WoJiSama/skill-based-architecture --all -g -y` in your terminal to install it globally for your agent.

How to organize scattered project rules for coding agents?โ–ผ

Ask your agent to use skill-based-architecture on your repo; it inventories existing rule files, merges duplicates, and builds one routable skill directory.

When should I split a large SKILL.md file?โ–ผ

Split when a single SKILL.md grows past roughly 150 lines or mixes rules, workflows, and reference material; this skill restructures it into rules, workflows, and references folders.

Does skill-based-architecture work with Cursor and Claude Code?โ–ผ

Yes. It generates thin shell entry files for each harness so the same project knowledge works in Claude Code, Cursor, Codex, and other file-aware tools.

Can I use skill-based-architecture without coding experience?โ–ผ

Yes. You simply ask your agent in plain language to organize the project rules, and it handles the migration, preview, and verification steps.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’