Skip to main content

muratovv/ai-hats

O SkillsMP coletou 107 skills de muratovv/ai-hats. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
107
Estrelas no GitHub
3
Forks no GitHub
1

Mostrando 40 de 107 skills coletadas.

ocupação
Especialistas em gestão de projetos
descrição

Backlog lifecycle on the `rack` CLI — create / ls / context / transition / plan-extract, with field edits via `--set` and hypotheses/proposals on the `rack hyp` / `rack proposal` groups. Use for any task lifecycle transition, backlog read, field edit,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Maintainer-only quality gates — pre-push e2e+smoke to master, plus the ->merge and ->done gates on the two roads a card takes into it

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Isolated development using git worktrees so the main branch stays clean. Use when starting any non-trivial task (execute state), doing parallel work on multiple tasks, making risky changes you might want to discard, or delegating to a sub-agent (automatic via…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

PreToolUse hooks enforcing global_rule_destructive_actions, rule_pause_before_shared_state_write and rule_backlog_discipline. Prevents destructive commands like in-place sed edits, deletion of protected data, and disk-formatting binaries, holds the pause…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Advanced git operations covering branches, conventional commits, worktrees, and rebasing. Use for any git operation beyond basic add/commit/push, for branch management, rebasing, and conflict resolution, or when setting up commit conventions for a project.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Provisions a Python venv inside every freshly created worktree — infrastructure only, no agent-side decision logic

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Choose between Bash and dedicated Claude Code tools (Grep/Glob/Read/Edit) and edit files efficiently. Triggers on intent to grep/find/cat/sed/rg, multiple sequential reads, session-start context restore, codebase discovery, or multiple sequential Edits to one…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Triple-perspective code review (architect, security, quality). Use before finalizing any non-trivial code change, for self-review when no human reviewer is available, or when evaluating third-party code or pull requests.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Narrow shim for filing tasks via `rack create` from roles that mutate the backlog only at L1 (task-create only). Use when your role's mutation policy permits filing new tasks but forbids state transitions, hypothesis/proposal mutations, or direct backlog…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Pre-commit check that staged trait/role injections never point `see rule X` at a rule the agent cannot read. Use when composing the maintainer or role-curator role, when a commit touches a library/**/config.yaml injection, or when diagnosing why a commit was…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

E2E fixture skill (HATS-823). Declares worktree wt_in/wt_out lifecycle hooks so the worktree-hook e2e can prove the materialize → create/teardown → live-script chain through the real ai-hats binary. Not shipped.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

PostToolUse hook — flags oversized comment blocks and docstrings on every `.py` you Edit/Write and forwards them non-blockingly; fail-open, no manual invocation.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

PostToolUse hook — runs ruff security rules (`--select S`) on every `.py` you Edit/Write and forwards findings non-blockingly; fail-open, no manual invocation.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Pre-commit gate for staged library SKILL.md — a license/provenance regression-guard plus agnix spec validation, for skill-authoring roles. Use when composing the maintainer or role-curator role, when a commit touches a library/**/SKILL.md, or when diagnosing…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Get a plan into its one canonical home — the tracker plan.md — never .claude/plans. Run this skill when you enter plan mode (EnterPlanMode), when you have a plan draft (incl. plan-mode / ExitPlanMode output), or when a task enters brainstorm→plan. It walks…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

E2E fixture skill (HATS-1147). Declares the RETIRED lifecycle_hooks channel so the retirement e2e can prove that composition fails loudly through the real ai-hats binary instead of silently ignoring the declaration. Not shipped.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Plan-stage style forks, scope triage, and pre-commit artifact verification for documentation tasks. Use when a task changes any docs/*.md, README.md, or CONTRIBUTING.md, lifts structure from a precedent doc, enumerates six or more items to document, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

HITL dialogue + CLI ops contract for role-judge — file-fix tasks instead of editing role/skill/rule sources

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Audit a composed role against the user's project context for contradictions and interference, producing free-form findings with proposed fixes. Use when launched as a role-auditing role (role-auditor, role-judge, or sibling) whose first user message contains…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

HITL protocol for the judge role (Phase 2 of the two-phase judge split) — discuss the Phase 1 draft with the supervisor, ack and execute proposed mutations via CLI, write the final report.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Triage one improvement opportunity — vote on an existing PROP or create a novel one via `rack proposal`. Use when you spot an improvement (rule/skill/code/process/doc) during a session review, or are sweeping the open proposal inbox for triage.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Canonical template and validation guide for ai-hats skills. Use when creating a new skill, reviewing an existing one for structural compliance, or deciding which pattern fits a new behavior.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Shell scripting, Makefile conventions, and modern CLI tooling. Use when writing or reviewing shell scripts, creating or modifying Makefiles, or choosing CLI tools for automation tasks.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Read-only audit protocol for the judge-auditor role (Phase 1 of the two-phase judge split) — produces a draft report with proposed verdicts and mutations for the HITL judge to consume.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Vote on one active hypothesis (HYP-NNN) against session evidence — pick confirmed/refuted/inconclusive/n-a + a recommendation and persist via `rack hyp`. Use when sweeping active hypotheses during a session review (reflect-session, session-reviewer, or judge).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Single-pass review of one session run, producing a hats-reflect-session/v1 document (summary, observations, one hypothesis verdict per active HYP, proposal actions). Use when running as reflect-session or session-reviewer over a specific session id.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Convert project retrospective findings into framework-level improvements (rules, skills, skill updates). Use after a retrospective identifies problems that are not project-specific, when CLAUDE.md band-aids accumulate (more than 3 per-project rules that could…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Advanced rack beyond day-to-day lifecycle: authoring a new custom backlog, and cross-project work. Use when defining a backlog beyond the built-in tasks/HYP/PROP, or registering and searching backlogs across several projects.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Clean context reset protocol covering commit work, write handoff, update task card, and inform supervisor. Use when the context window is approaching its limit (system signals compression), when switching to a fundamentally different task domain, or when…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

The single entry point for the brainstorm→plan quality gate — a table of contents mapping each required plan section to the skill that fills it. Use when a task enters brainstorm→plan or when drafting/revising plan.md, to route each section to its owning…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

The Requirements stage of the plan-gate — fills plan.md's Requirements section via structured Q&A where the agent proposes a cited best-guess per question and the supervisor reviews. Reached through plan-gate (which owns the brainstorm→plan entry), not as an…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Audit a role composition for coherence — injection/skill/rule mismatches and composer gaps

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Post-work analysis to identify systemic improvements (5 Whys, classify, archive). Use when the supervisor asks to "write a retro" / "do a retrospective", at the end of a multi-task work session (wrap-up across several closed tasks), after task completion…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Wire a work breakdown into the tracker — depends_on edges, frontier, expand–contract for wide refactors. Use when filling plan.md's Steps section (routed from plan-gate), decomposing an epic into child tasks, or carving a mid-execute remainder into successor…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Focused post-task summary covering architectural decisions, decision forks, pitfalls, and plan deviations. Use after the backlog manager transitions a task to done or failed, when handing off a completed task for review, or when the supervisor asks what…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Compare implementation diff against task acceptance criteria and ADRs to surface drift. Use when a task is in review state before transitioning to done, when integrating a worktree spanning two or more sessions, during a pre-merge audit when the diff exceeds…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

After execute-stage commits land (diff finalized) and BEFORE the task transitions to done, file a companion HYP with an explicit verification_protocol — or record an explicit "no behavior change" note for refactors at plan-stage. NEVER file the HYP at…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Backlog lifecycle on the rack CLI (hatrack) — create / ls / context / transition, with field edits and hyp/proposal staying on `ai-hats task`. Use when a session composes the `hatrack-trait` (rack is the selected backlog manager) for any task lifecycle…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Backlog lifecycle on the rack CLI (hatrack) — create / ls / context / transition, with field edits and hyp/proposal staying on `ai-hats task`. Use when a session composes the `hatrack-trait` (rack is the selected backlog manager) for any task lifecycle…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Backlog lifecycle on the rack CLI (hatrack) — create / ls / context / transition, with field edits and hyp/proposal staying on `ai-hats task`. Use when a session composes the `hatrack-trait` (rack is the selected backlog manager) for any task lifecycle…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 107 skills coletadas.