taipt1504

106 mods across 2 repositories, 5 stars between them.

dc-setup

25

taipt1504/agent-skills

Command

Install devco-agent-skills into the current project. Interactive wizard — always asks user preferences before configuring.

3 3mo ago B 25 tokens

dc-status

26

taipt1504/agent-skills

Command

Show full plugin state: detected project type, Summer Framework status, loaded skills, loaded rules, context usage estimate, hook profile, installation status, and git info.

3 3mo ago B 36 tokens

e2e

27

taipt1504/agent-skills

Command

Generate and run end-to-end API tests with Testcontainers for Spring Boot (MVC and WebFlux) applications.

3 3mo ago A 26 tokens

meta

28

taipt1504/agent-skills

Command

Umbrella for learning, evolution, ADR generation, and architecture review. Subcommands cover the Learn layer of the workflow (Layer 5) plus on-demand maintenance gates.

3 3mo ago A 36 tokens

pentest-scan

29

taipt1504/agent-skills

Command

Run OWASP Top 10 security scan on Spring Boot project with automated scripts. Requires explicit authorization.

3 3mo ago A 25 tokens

plan

30

taipt1504/agent-skills

Command

Decompose chosen solution into vertical slices with dependency graph. Reads Align + Brainstorm artifacts. Blocks for high-stakes lane without brainstorm artifact. WAIT for user CONFIRM before any code.

3 3mo ago A 39 tokens

spec

31

taipt1504/agent-skills

Command

Generate behavioral spec from approved plan -- define observable contracts before implementation. Gate between PLAN and BUILD phases.

3 3mo ago A 22 tokens

triage

33

taipt1504/agent-skills

Command

Classify task scope, route to workflow lane (trivial / standard / high-stakes). Use to override auto-triage from SessionStart.

3 3mo ago A 33 tokens

verify

34

taipt1504/agent-skills

Command

Run build, test, lint, security, and static analysis pipeline. Modes -- quick, pre-commit, full, gate.

3 3mo ago A 28 tokens

SessionStart

36

taipt1504/agent-skills

Hook

Runs when a session starts, executing session-init.sh via bash. From taipt1504/agent-skills.

3 3mo ago A tokens not measured

SubagentStart

37

taipt1504/agent-skills

Hook

Runs when a subagent starts, executing subagent-init.sh via bash. From taipt1504/agent-skills.

3 3mo ago A tokens not measured

PreToolUse

38

taipt1504/agent-skills

Hook

Runs before the agent uses a tool for Bash, Edit, Write, MultiEdit, Edit, Write, MultiEdit and Bash tool calls, executing preflight-discovery.sh, preflight-gate.sh, workflow-gate.sh, skill-router.sh, compact-advisor.sh and git-guard.sh via bash (6 commands). From taipt1504/agent-skills.

3 3mo ago A tokens not measured

PostToolUse

39

taipt1504/agent-skills

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit, Edit, Write, MultiEdit, Bash, Bash and Bash tool calls, executing quality-gate.sh, build-checkpoint.sh, docs-index.sh, workflow-phase-lock.sh, workflow-tracker.sh and verify-fix-loop.sh via bash (6 commands). From taipt1504/agent-skills.

3 3mo ago A tokens not measured

PreCompact

40

taipt1504/agent-skills

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From taipt1504/agent-skills.

3 3mo ago A tokens not measured

PostCompact

41

taipt1504/agent-skills

Hook

Runs after the context is compacted, executing post-compact.sh via bash. From taipt1504/agent-skills.

3 3mo ago A tokens not measured

Stop

42

taipt1504/agent-skills

Hook

Runs when the agent finishes a response, executing session-save.sh, auto-adr.sh and evolution-check.sh via bash (3 commands). From taipt1504/agent-skills.

3 3mo ago A tokens not measured

align

43

taipt1504/agent-skills

Skill Claude CodeCodex

Surface ambiguity, missing requirements, hidden assumptions BEFORE planning. Fires after triage for standard (vague request) or high-stakes (always). Updates CONTEXT.md vocabulary. Produces agreed-requirements artifact feeding Plan gate.

3 3mo ago A 48 tokens

api-design

44

taipt1504/agent-skills

Skill Claude CodeCodex

REST API design patterns for Spring Boot — HTTP methods, status codes, URL conventions, RFC 7807 ProblemDetail errors, pagination, versioning, validation, and OpenAPI documentation. Use when designing REST endpoints, choosing HTTP status codes, implementing error responses, adding pagination to list APIs, versioning…

3 3mo ago A 73 tokens

architecture

45

taipt1504/agent-skills

Skill Claude CodeCodex

Hexagonal architecture, DDD, CQRS, and event sourcing for Java Spring applications. Use when designing package structure, creating Aggregate Roots or Value Objects, implementing ports and adapters, setting up CQRS command/query separation, wiring domain events, writing ArchUnit tests, or creating solution architecture…

3 3mo ago A 64 tokens

bootstrap

46

taipt1504/agent-skills

Skill Claude CodeCodex

Foundation skill — auto-loads at SessionStart. Teaches 5-layer adaptive workflow, 1% pre-flight discovery rule, triage routing, skill announcement contract, project detection. All other skills depend on this. Do NOT manually load.

3 3mo ago A 51 tokens

brainstorm

47

taipt1504/agent-skills

Skill Claude CodeCodex

Tournament-style iterative solution exploration. Generates 2-5 candidates via adversarial challenges, compares multi-dimensionally, recommends with explicit trade-offs. Mandatory high-stakes (≥3), conditional standard. Output feeds Plan + ADR for high-stakes.

3 3mo ago A 53 tokens

coding-standards

48

taipt1504/agent-skills

Skill Claude CodeCodex

Unified Java code review + coding standards skill (alias "code-review"). Enforces ALL six rule sets — CORE-, MVC-, RX-, WFL-, XCT-, JKS- — across BUILD (REFACTOR self-check) and REVIEW (Stage 2 findings). Every finding cites [ ][ ]. Also encodes Java 17+ patterns (records, sealed, pattern matching), naming, Lombok…

3 3mo ago A 217 tokens