JotJunior

49 mods across 2 repositories, 23 stars between them.

cstk

01

JotJunior/cstk

Plugin Claude Code

Spec-Driven Development toolkit for Claude Code.

22 2d ago A tokens not measured original MIT

PreToolUse

02

JotJunior/cstk

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing pretooluse-bash-guard.sh. From JotJunior/cstk.

22 2d ago A tokens not measured original MIT

PostToolUse

03

JotJunior/cstk

Hook Claude Code

Runs after a tool call finishes for Agent tool calls, executing posttooluse-tool-call-tick.sh, posttooluse-loose-usage.sh and posttooluse-agent-usage.sh (3 commands). From JotJunior/cstk.

22 2d ago A tokens not measured original MIT

cstk

04

JotJunior/cstk

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse).

22 2d ago A tokens not measured original MIT

cstk-language-go

05

JotJunior/cstk

Plugin Claude Code

Go language profile for the cstk toolkit: Go-specific skills (add-entity, add-consumer, add-migration, add-test, review) and hooks.

22 2d ago A tokens not measured original MIT

commit

06

JotJunior/cstk

Skill Claude CodeCodex

Commit staged and unstaged changes with a well-crafted conventional commit message. Handles submodule updates, multi-service changes, and follows project conventions. Triggers: "/commit", "commit", "commitar", "fazer commit", "commit changes".

22 2d ago A 51 tokens original MIT

go-add-consumer

07

JotJunior/cstk

Skill Claude CodeCodex

Add a RabbitMQ event consumer to an existing GOB Go microservice.

22 2d ago A 19 tokens original MIT

go-add-entity

08

JotJunior/cstk

Skill Claude CodeCodex

Add a full CRUD vertical slice (domain, DTO, repository, service, handler, migration, factory wiring) to an existing GOB Go microservice.

22 2d ago A 35 tokens original MIT

go-add-migration

09

JotJunior/cstk

Skill Claude CodeCodex

Create properly named PostgreSQL migration files for GOB microservices.

22 2d ago A 17 tokens original MIT

go-add-test

10

JotJunior/cstk

Skill Claude CodeCodex

Add unit/integration tests to a GOB Go microservice following established project patterns. Triggers: "add test", "add tests", "criar teste", "novo teste", "test coverage", "testar", "write tests for", "escrever testes para".

22 2d ago A 59 tokens original MIT

go-review-pr

11

JotJunior/cstk

Skill Claude CodeCodex

Review all changes in the current branch against GOB project conventions before opening a PR. Diff-aware: only analyzes what changed, not the entire codebase. Triggers: "review pr", "revisar pr", "pre-pr check", "review branch", "revisar branch", "checar antes do pr", "quality gate".

22 2d ago A 73 tokens original MIT

go-review-service

12

JotJunior/cstk

Skill Claude CodeCodex

Audit a GOB Go microservice against all project conventions and patterns.

22 2d ago A 17 tokens original MIT

cstk

13

JotJunior/cstk

Plugin Claude Code

Spec-Driven Development toolkit for Claude Code: full SDD pipeline (briefing -> review-features), autonomous 00c orchestrators with auditable state, enforced guard hooks and cross-feature knowledge base.

22 2d ago A tokens not measured original MIT

JotJunior/cstk

Agent

Subagente: aplica heuristica score 0..3 sobre 3 fontes (briefing, constitutionprojeto, stacksugerida) para responder perguntas do clarify-asker autonomamente. Score >=2 decide; score 0 pausa humano.

22 2d ago A 62 tokens original MIT

JotJunior/cstk

Agent

Subagente: gera 1-5 perguntas estruturadas para etapa clarify do SDD via skill clarify. Nao toma decisoes — orquestrador-pai (agente-00c-orchestrator) media comunicacao com answerer.

22 2d ago A 63 tokens original MIT

JotJunior/cstk

Agent

Orquestrador autonomo da pipeline SDD (specify→clarify→plan→checklist→create-tasks→execute-task→converge→review-task) para UMA feature individual. Reusa runtime POSIX agente-00c-runtime via AGENTE00CSTATEDIR=feature-00c-state/ /. Invocado por /feature-00c e /feature-00c-resume.

22 2d ago B 97 tokens original MIT

JotJunior/cstk

Agent

Orquestrador raiz da pipeline SDD (briefing→constitution→specify→clarify→plan→checklist→create-tasks→execute-task→converge→review-task→review-features) sobre projeto-alvo. Gerencia orcamento de onda, ScheduleWakeup, decisoes auditaveis. Invocado por /agente-00c e /agente-00c-resume.

22 2d ago C 95 tokens original MIT

JotJunior/cstk

Agent

Subagente READ-ONLY: audita um artefato (spec, plan, contrato, doc de API, payload, relatorio) e classifica cada dado factual concreto como SOURCED, UNSOURCED ou PROPOSAL contra um conjunto de fontes permitidas. Aplica o Principio VI (Veracidade de Dados / Zero Fabricacao). Use ANTES de publicar/fechar um artefato que…

22 2d ago A 124 tokens original MIT

JotJunior/cstk

Agent

Subagente: aplica heuristica score 0..3 sobre 3 fontes (briefing, constitutionprojeto, speccorrente) para responder perguntas do feature-00c-clarify-asker autonomamente. Score >=2 decide; score 0 pausa humano.

22 2d ago A 66 tokens original MIT

JotJunior/cstk

Agent

Subagente: gera 1-5 perguntas estruturadas para etapa clarify do SDD no escopo feature-00c. Nao toma decisoes — orquestrador-pai (agente-00c-feature-orchestrator) media comunicacao com answerer.

22 2d ago A 67 tokens original MIT

agente-00c-abort

21

JotJunior/cstk

Command

Aborta manualmente a execucao corrente do agente-00C no projeto-alvo. Marca status como abortada, gera relatorio final, commit local. Idempotente.

22 2d ago A 36 tokens original MIT

agente-00c-resume

22

JotJunior/cstk

Command

Retoma execucao 00C apos pausa por bloqueio humano ou schedule entre ondas. Valida hash de integridade (FR-029), aplica resposta a bloqueios pendentes, delega proxima onda ao agente-00c-orchestrator.

22 2d ago A 51 tokens original MIT

agente-00c

23

JotJunior/cstk

Command

Inicia execucao do orquestrador autonomo agente-00C sobre um projeto-alvo. Cria state em /.claude/agente-00c-state/ e delega pipeline SDD ao agente-00c-orchestrator.

22 2d ago D 56 tokens original MIT

feature-00c-abort

24

JotJunior/cstk

Command

Aborta manualmente feature-00c para um short-name. SIGTERM + grace period 60s para persistir state; force-acquire do lock como fallback (FR-025). Marca abortada, gera relatorio parcial, commit local. Idempotente.

22 2d ago C 54 tokens original MIT