echoVic

119 mods across 6 repositories, 1.2k stars between them.

boss-skill

01

echoVic/boss-skill

Plugin Claude Code

An automated BMAD software-development workflow that coordinates nine specialist software agents from requirements through deployment.

552 yesterday A tokens not measured original MIT

boss-skill

02

echoVic/boss-skill

Plugin Claude Code

A plugin that organises software work into a staged process using specialised agents for planning, architecture, design, coding, testing, and deployment. It also maintains project state, checks, and delivery records.

552 yesterday A tokens not measured original MIT

SessionStart

03

echoVic/boss-skill

Hook Claude Code

Runs when a session starts on startup and resume, executing session-start.js and session-resume.js (2 commands). From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

PreToolUse

04

echoVic/boss-skill

Hook Claude Code

Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing pre-tool-write.js and pre-tool-bash.js (2 commands). From echoVic/boss-skill.

552 yesterday C tokens not measured original MIT

PostToolUse

05

echoVic/boss-skill

Hook Claude Code

Runs after a tool call finishes for Write and Bash tool calls, executing post-tool-write.js and post-tool-bash.js (2 commands). From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

SubagentStart

06

echoVic/boss-skill

Hook Claude Code

Runs when a subagent starts, executing subagent-start.js. From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

SubagentStop

07

echoVic/boss-skill

Hook Claude Code

Runs when a subagent finishes, executing subagent-stop.js. From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

Stop

08

echoVic/boss-skill

Hook Claude Code

Runs when the agent finishes a response, executing on-stop.js. From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

Notification

09

echoVic/boss-skill

Hook Claude Code

Runs when the agent sends a notification, executing on-notification.js. From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

SessionEnd

10

echoVic/boss-skill

Hook Claude Code

Runs when a session ends, executing session-end.js. From echoVic/boss-skill.

552 yesterday A tokens not measured original MIT

boss-skill

11

echoVic/boss-skill

Settings file Claude Code

Agent settings declaring 8 hook events (SessionStart, PreToolUse, PostToolUse, SubagentStart).

552 yesterday C tokens not measured original MIT

boss

12

echoVic/boss-skill

Skill Claude CodeCodex

A coordinator for a software project from requirements through deployment. It assigns work to specialists such as product, architecture, development, testing, and operations agents, while recording decisions and required checks.

552 yesterday A 277 tokens original MIT

boss-architect

13

echoVic/boss-skill

Agent

A software architecture reviewer and designer that researches technology choices before creating a full-stack plan. Full-stack means covering the user interface, server, database, and deployment environment.

552 yesterday A 62 tokens original MIT

boss-backend

14

echoVic/boss-skill

Agent

A backend development agent for building server-side APIs, database operations, business rules, security checks, and tests. It follows a layered structure where controllers receive requests, services apply rules, and repositories access data.

552 yesterday A 40 tokens original MIT

boss-devops

15

echoVic/boss-skill

Agent

A DevOps agent for preparing environments, building applications, starting services, deploying them, and checking that they are healthy. DevOps means the work of running software reliably.

552 yesterday A 39 tokens original MIT

boss-frontend

16

echoVic/boss-skill

Agent

A frontend development specialist agent that builds user-interface components and frontend features according to existing design specifications.

552 yesterday A 41 tokens original MIT

boss-pm

17

echoVic/boss-skill

Agent

A requirements-analysis agent that turns an informal request into a detailed product requirements document, or PRD. A PRD describes what should be built, its boundaries, priority, and how to check whether each requirement is met.

552 yesterday A 46 tokens original MIT

boss-qa

18

echoVic/boss-skill

Agent

A quality-checking agent for frontend and backend software that reviews tests, adds missing edge and security cases, runs them, and records evidence of the results.

552 yesterday A 49 tokens original MIT

boss-scrum-master

19

echoVic/boss-skill

Agent

A technical Scrum Master agent that turns a product story into small, assignable development tasks. Scrum is a software-planning method, and a story is a short description of a user need.

552 yesterday A 43 tokens original MIT

boss-tech-lead

20

echoVic/boss-skill

Agent

A technical lead agent that reviews architecture and implementation plans for feasibility, maintainability, completeness, performance, security, and cost.

552 yesterday A 51 tokens original MIT

boss-ui-designer

21

echoVic/boss-skill

Agent

A UI/UX design agent that turns product requirements into detailed interface rules and a machine-readable design file. UI/UX covers how an interface looks, behaves, and can be used.

552 yesterday A 44 tokens original MIT

boss:extend

22

echoVic/boss-skill

Command

An interactive command for adding custom extensions to Boss, such as a new agent, a reusable group of pipeline stages, or a project quality check.

552 yesterday A 53 tokens original MIT

boss:plan

23

echoVic/boss-skill

Command

A command that turns a request or existing codebase into a product requirements document and an architecture document. It stops after planning.

552 yesterday A 51 tokens original MIT

boss:qa

24

echoVic/boss-skill

Command

A standalone quality-check command that tests existing code and runs release gates. It checks key user paths, real request data, access control, pagination, and older data.

552 yesterday A 49 tokens original MIT