jjxmonster

7 mods across 1 repository, 8 stars between them.

add-adr

01

jjxmonster/skills

Skill Claude CodeCodex

Capture an architectural decision from the current conversation as a new ADR record at .ai/adrs/ /adr.md. Use when the user asks to save, record, or document a decision as an ADR, or mentions architecture decision records.

8 13d ago A 52 tokens original MIT

commit-this

02

jjxmonster/skills

Skill Claude CodeCodex

Commit all currently implemented changes using conventional commit practices. Analyzes staged/unstaged changes, constructs a proper conventional commit message, and executes the commit.

8 13d ago A 34 tokens original MIT

conventional-commit

03

jjxmonster/skills

Skill Claude CodeCodex

Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.

8 13d ago A 45 tokens original MIT

jjxmonster/skills

Skill Claude CodeCodex

Produces a complete, executable plan for restructuring a codebase from a monolithic layer-by-type layout (flat components/, hooks/, services/, utils/...) into feature-driven architecture (features/ / + shared/). Use when the user wants to refactor, restructure, or migrate an app from monolith to…

8 13d ago A 107 tokens original MIT

review-changes

05

jjxmonster/skills

Skill Claude CodeCodex

Reviews uncommitted git changes against project rule files (rules/ directory) and built-in React best practices, then conditionally spawns a deslop subagent. Use when the user wants a code review of working-tree changes or mentions "/review-changes".

8 13d ago A 56 tokens original MIT

to-linear-issues

06

jjxmonster/skills

Skill Claude CodeCodex

Turn a feature discussion into Linear issues split by DB schema, DAL, API, and UI. Use when the user asks to create Linear tickets from a conversation, plan a feature as issues, or run the to-linear-issues workflow.

8 13d ago A 52 tokens original MIT

jjxmonster/skills

Skill Claude CodeCodex

Update the Linear issue status for the ticket the agent is working on via MCP. Use when starting work on a Linear task, finishing implementation, or when the user asks to update ticket status (e.g. PRJ-83, mark done, move to in progress).

8 13d ago A 58 tokens original MIT