Plugin Claude Code
A collection of company-internal Claude Code plugins, including custom workflows for bug fixes and feature development. Claude Code is a coding assistant that can use these workflows while working on software.
Plugin Claude Code
A collection of company-internal Claude Code plugins, including custom workflows for bug fixes and feature development. Claude Code is a coding assistant that can use these workflows while working on software.
Plugin Claude Code
A bug-management workflow that connects Notion, a workspace for notes and databases, with Claude Code. It covers creating, investigating, closing, searching for, and handling recurring bugs.
Hook
Runs when a session starts on startup, resume and clear, executing crew-state.py via python3 with --cwd. From mark22013333/crew.
Skill Claude CodeCodex
A bug-closing helper that takes repair details from a Git diff and adds them to a Notion task-tracking page. Git diff is the record of changes made in a code repository.
Skill Claude CodeCodex
A bug-fixing workflow that requires finding the underlying cause before changing code. It also produces fix suggestions, repeat-check tests, and browser checks.
Skill Claude CodeCodex
A bug-investigation workflow for finding the underlying cause of a software problem. It collects evidence, compares patterns, tests possible explanations, and tracks the work in Notion, a task and notes platform.
Skill Claude CodeCodex
An interactive setup guide for the Bug Workflow Plugin. It creates a configuration file that the plugin's other skills can use.
Skill Claude CodeCodex
A task for creating a bug entry in Notion, a workspace and task-tracking tool, using a standard template. It creates the entry only.
Skill Claude CodeCodex
A bug investigation record keeper for Notion, a workspace for shared notes and project information. It adds logs, database queries, decisions, and screenshots to the relevant bug page, and can reopen closed bugs.
Skill Claude CodeCodex
A health check for a CREW development environment and its required or optional dependencies.
Skill Claude CodeCodex
A one-command first-time setup for the CREW bug-workflow and feature-workflow plugins.
Skill Claude CodeCodex
An updater for CREW plugins, specifically the bug-workflow and feature-workflow plugins.
Skill Claude CodeCodex
A tool for adding or updating the current software project in a Notion project database, where teams organize project information.
Plugin Claude Code
A feature-development workflow that connects Notion with Claude Code through local plans in a .spec/ directory. It also covers code generation, reviews, browser checks, and syncing completed work back to Notion.
Agent
An architecture-planning agent that turns a project plan, acceptance conditions, and database deployment script into documented design decisions and code locations.
Agent
A code-generation agent that creates code skeletons from approved requirements, database designs, and architecture plans while following an existing project’s style.
Agent
A database-design agent that turns a plan's goals and acceptance conditions into tables, indexes, and migration SQL. Migration SQL changes a database structure safely over time, and MSSQL, MySQL, and PostgreSQL are different database systems.
Agent
A read-only specification analyst that reads a request, project context, and existing code, then returns sections for a plan.md file. The sections cover goals, scope, acceptance checks, and scope decisions.
Skill Claude CodeCodex
A browsing tool for existing .spec planning documents, which are files that describe planned work or designs.
Skill Claude CodeCodex
A coding workflow that turns a project specification’s `plan.md` into program code using a leader-and-delegate team model. The leader coordinates other agents, checks the plan’s references, and does not write the code itself.
Skill Claude CodeCodex
A project-closing check that compares documents before the work is marked finished. It can then record the verified commit, submit the changes to Git, and copy selected files to Notion.
Skill Claude CodeCodex
A local example generator for CREW workflow tasks, producing `.spec/` files without Notion, Agent Teams, or database connections.
Skill Claude CodeCodex
A deployment reporting step for SQL, the language used to read and change database data. After deploy.sql has run, it records the result of each statement in Notion's deployment status section.
Skill Claude CodeCodex
A checker for code references in .spec/{slug}/plan.md, a planning document for a software change. It finds references that no longer match the code and separates automatic fixes from changes that need user confirmation.