josipjelicjosipjelicCommunity·11 Agent Skills Included

orchestrated-project-template

Multi-agent project scaffolding with enforced coding conventions

Bootstraps software projects with specialist agents for architecture, frontend, backend, database, QA, DevOps, and documentation. Coordinates multi-step tasks through slash commands like /orchestrate, /review, /release, and /checkpoint with wave-based execution plans. Enforces coding standards automatically via lifecycle hooks that block destructive commands, format saved files, and keep docs in sync.
npx skills add josipjelic/orchestrated-project-template --all -g -y
Available:

Tells the agent which specialist to route each task to, what rules to always follow (commit format, doc updates, no force pushes), and how to use the workflow skills, hooks, and MCP servers in this template.

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install orchestrated-project-template?

Run `npx skills add josipjelic/orchestrated-project-template --all -g -y` in your terminal to install all skills globally.

What does the /orchestrate command do?

It breaks your task into specialist subtasks, plans parallel and sequential execution waves, creates a feature branch, and runs the right agents in order after you approve the plan.

Can I use this template on an existing codebase?

Yes. The installer is non-destructive and only adds missing files, then the /start skill reads your code and fills in the documentation automatically.

How does it enforce coding standards?

Lifecycle hooks block destructive commands, auto-format saved files, flag naming violations, and warn when docs fall out of sync with code changes.

Does it work with Claude Code?

Yes. It is built for Claude Code and loads its instructions, agents, skills, and hooks automatically every session.

Related Repositories in Software Engineering

View All in Software Engineering