d-mariano

27 mods across 1 repository, 5 stars between them.

d-mariano/spicyclaude

Instructions file

Instructions for d-mariano/spicyclaude, covering claude.md, principles, code intelligence, documentation and claude.md files.

5 1mo ago A 458 tokens original MIT

CLAUDE

02

d-mariano/spicyclaude

Agent

This directory contains specialized agent configurations for Claude Code. Each agent is designed to handle specific types of tasks autonomously, using defined tools and models to achieve optimal results.

5 1mo ago A 0 tokens original MIT

claude-crawler

03

d-mariano/spicyclaude

Agent

Use this recusrive agent to update CLAUDE.md files either on-demand or after any updates to features, data-flow, or infrastructure.

5 1mo ago A 34 tokens original MIT

CLAUDE

04

d-mariano/spicyclaude

Command

This directory contains custom slash command definitions for Claude Code. Slash commands are user-defined operations that expand to full prompts, enabling consistent workflows and specialized task execution.

5 1mo ago A 0 tokens original MIT

design-integrate

07

d-mariano/spicyclaude

Command

Design a feature for an existing codebase — reconnaissance, strategy, integration design, review.

5 1mo ago A 17 tokens original MIT

design

08

d-mariano/spicyclaude

Command

Design workflow router — detects your codebase and task, recommends the right workflow.

5 1mo ago A 15 tokens original MIT

explore

10

d-mariano/spicyclaude

Command

Explore code and the web to build context on a PRD or topic for in-conversation discussion — no file output. Use when the user wants to quickly scope or discuss something without persisting a research doc (use /research for that).

5 1mo ago A 48 tokens original MIT

planner

11

d-mariano/spicyclaude

Command

Prepare a plan that implements the PRD or subcomponent that is informed by recent research.

5 1mo ago A 18 tokens original MIT

research

12

d-mariano/spicyclaude

Command

Research a PRD, ticket, or topic by reading related code and the web before any implementation. Use when the user says 'research X', shares a PRD/Jira link, or asks to scope a feature.

5 1mo ago A 44 tokens original MIT

code-review-light

13

d-mariano/spicyclaude

Skill Claude CodeCodex

Fast single-pass code review of a diff. Use for a quick read-only review of a PR or the current branch — pulls the diff, runs one consolidated pass against the shared severity rubric, and prints a severity-tiered summary. No subagents, never posts. For deep multi-reviewer review use /review-heavy.

5 1mo ago A 68 tokens original MIT

d-mariano/spicyclaude

Skill Claude CodeCodex

Breaks a technical design document into an epic (or several epics) and actionable user stories with acceptance criteria, dependencies, and explicit out-of-scope items. Use this whenever a user shares a design doc, RFC, technical spec, PRD, ADR, or implementation proposal and wants it turned into work items — tickets…

5 1mo ago A 157 tokens original MIT

design-doc

15

d-mariano/spicyclaude

Skill Claude CodeCodex

Create a technical design document from a PRD interactively. Walks tdd-[nnn].md section-by-section, then a contracts-[nnn].md companion for field-level wire shapes — surfacing every choice via AskUserQuestion.

5 1mo ago A 52 tokens original MIT

d-mariano/spicyclaude

Skill Claude CodeCodex

Produces a cold-read feasibility findings draft for a technical design. Reads TDD, contracts, PRD, and prior research in a forked context with no conversation history; extracts claims; verifies load-bearing ones via web research; writes .feasibility-[nnn]-draft.md. Used by feasibility-study as its research phase, and…

5 1mo ago A 88 tokens original MIT

feasibility-study

17

d-mariano/spicyclaude

Skill Claude CodeCodex

Pressure-tests a technical design document, runs research in a forked cold-read subagent, walks the user through findings, produces feasibility-[nnn].md. Use when reviewing a TDD, running a feasibility study, sanity-checking a design, or validating whether NFR targets are achievable with the chosen tech.

5 1mo ago C 68 tokens original MIT

feature-integration

18

d-mariano/spicyclaude

Skill Claude CodeCodex

Multi-phase technical design workflow for adding features to existing codebases. Covers codebase reconnaissance, change strategy, delta-focused integration design, and automated review. Use when extending a system that already exists with established patterns.

5 1mo ago A 46 tokens original MIT

greenfield-design

20

d-mariano/spicyclaude

Skill Claude CodeCodex

Multi-phase technical design workflow for building new systems from scratch. Covers landscape analysis, decision locking, full system design, and automated review. Use when there is no existing codebase or when building an entirely new service/application.

5 1mo ago A 48 tokens original MIT

python-development

21

d-mariano/spicyclaude

Skill Claude CodeCodex

Enforces Python best practices for typing, structure, and tooling during both planning and implementation. Use when designing, planning, or writing Python code, modules, APIs, or applications. Triggers: 'python', 'pytest', 'pydantic', 'dataclass', 'fastapi', 'django', 'flask', 'uv', 'poetry', 'ruff', 'mypy', '.py…

5 1mo ago A 121 tokens original MIT

refactor-modifier

22

d-mariano/spicyclaude

Skill Claude CodeCodex

Composable modifier that adds legacy analysis, migration strategy, behavior preservation, and cleanup planning to either the greenfield or feature-integration design workflow. Apply when the task involves replacing, restructuring, or rewriting significant existing code.

5 1mo ago A 48 tokens original MIT

review-heavy

23

d-mariano/spicyclaude

Skill Claude CodeCodex

Deep, risk-tiered multi-reviewer code review. Sizes the change, fans out to the right set of read-only reviewer subagents in parallel, cross-checks findings with a verification pass, then prints one severity-tiered report and verdict — and optionally posts it to the PR (inline + summary). Never approves or merges.

5 1mo ago A 69 tokens original MIT

spice

24

d-mariano/spicyclaude

Skill Claude CodeCodex

Subagent-Powered Iterative Coding Engine — A multi-phase SDLC workflow using context-efficient patterns. Subagents for research/planning, main context for implementation with /clear discipline. Activates on: feature requests, multi-step implementations, complex refactoring, mentions of 'spice', 'workflow', 'plan and…

5 1mo ago A 89 tokens original MIT