mark22013333

35 mods across 1 repository, 9 stars between them.

company-marketplace

01

mark22013333/crew

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.

9 1mo ago A tokens not measured

bug-workflow

02

mark22013333/crew

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.

9 1mo ago A tokens not measured

SessionStart

03

mark22013333/crew

Hook

Runs when a session starts on startup, resume and clear, executing crew-state.py via python3 with --cwd. From mark22013333/crew.

9 1mo ago A tokens not measured

bug-close

04

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.

9 1mo ago A 70 tokens

bug-fix

05

mark22013333/crew

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.

9 1mo ago A 85 tokens

bug-investigate

06

mark22013333/crew

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.

9 1mo ago A 74 tokens

bug-setup

07

mark22013333/crew

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.

9 1mo ago A 61 tokens

bug-start

08

mark22013333/crew

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.

9 1mo ago A 75 tokens

bug-update

09

mark22013333/crew

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.

9 1mo ago A 86 tokens

crew-doctor

10

mark22013333/crew

Skill Claude CodeCodex

A health check for a CREW development environment and its required or optional dependencies.

9 1mo ago B 106 tokens

crew-init

11

mark22013333/crew

Skill Claude CodeCodex

A one-command first-time setup for the CREW bug-workflow and feature-workflow plugins.

9 1mo ago A 58 tokens

crew-upgrade

12

mark22013333/crew

Skill Claude CodeCodex

An updater for CREW plugins, specifically the bug-workflow and feature-workflow plugins.

9 1mo ago A 54 tokens

project-add

13

mark22013333/crew

Skill Claude CodeCodex

A tool for adding or updating the current software project in a Notion project database, where teams organize project information.

9 1mo ago A 80 tokens

feature-workflow

14

mark22013333/crew

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.

9 1mo ago A tokens not measured

mark22013333/crew

Agent

An architecture-planning agent that turns a project plan, acceptance conditions, and database deployment script into documented design decisions and code locations.

9 1mo ago A 92 tokens

mark22013333/crew

Agent

A code-generation agent that creates code skeletons from approved requirements, database designs, and architecture plans while following an existing project’s style.

9 1mo ago A 116 tokens

feature-db-designer

17

mark22013333/crew

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.

9 1mo ago A 89 tokens

mark22013333/crew

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.

9 1mo ago A 98 tokens

plan-browse

19

mark22013333/crew

Skill Claude CodeCodex

A browsing tool for existing .spec planning documents, which are files that describe planned work or designs.

9 1mo ago A 66 tokens

plan-build

20

mark22013333/crew

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.

9 1mo ago A 80 tokens

plan-close

21

mark22013333/crew

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.

9 1mo ago A 84 tokens

plan-demo

22

mark22013333/crew

Skill Claude CodeCodex

A local example generator for CREW workflow tasks, producing `.spec/` files without Notion, Agent Teams, or database connections.

9 1mo ago A 75 tokens

plan-deploy-confirm

23

mark22013333/crew

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.

9 1mo ago A 95 tokens

plan-drift

24

mark22013333/crew

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.

9 1mo ago C 90 tokens