Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

bristlenose

bristlenose contient 14 skills collectées depuis cassiocassio, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
7
mis à jour
2026-07-14
Forks
1
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

new-branch
Développeurs de logiciels

Start work in an ISOLATED git worktree (the exception path — use only when two envs must be live at once, the work is multi-day and main must stay shippable meanwhile, or it's a throwaway spike). Creates the branch + worktree + venv + frontend build + smoke test + BRANCHES.md entry. For ordinary work, use /new-feature (trunk) instead. Any Kind — captured in Step 3.5. The `--from-cloud` flag instead ADOPTS an existing `origin/claude/*` cloud branch (built on phone/cloud, never compiled): fetch → build the Mac env → run the tests the cloud couldn't → preview the merge against main.

2026-07-14
end-session
Développeurs de logiciels

End-of-session ritual — verify, document for humans and robots, commit, close out

2026-06-29
new-release
Développeurs de logiciels

Ship a release — bump version, finalise changelog/readme, tag, push, and verify PyPI. The ONLY workflow command that touches public distribution (PyPI, Homebrew, the public changelog, the tag). Evening window on weekdays. Supports --dry-run.

2026-06-21
close-feature
Développeurs de logiciels

Finish a piece of trunk work on main — runs tests + lint, surfaces human-QA checks, trues docs, adds a changelog line, marks the 100days item done, and commits. No merge (you're already on main). If you're on a branch, it offers to close the branch properly instead.

2026-06-21
close-branch
Développeurs de logiciels

Archive a merged feature branch — stale marker, detach worktree, update BRANCHES.md (preserves local directory)

2026-06-21
new-feature
Développeurs de logiciels

Start a piece of work on main (trunk — the DEFAULT path). Loads the plan / 100days item, checks recent history, agrees a plan, and records the task. No branch, no worktree, no env setup. For work that needs an isolated live environment, use /new-branch instead.

2026-06-21
swiftui-pro
Analystes en assurance qualité des logiciels et testeurs

Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.

2026-06-07
usual-suspects
Analystes en assurance qualité des logiciels et testeurs

Fan out all relevant review agents in parallel against a plan or implementation, then consolidate into a single triageable report

2026-06-07
sync-board
Développeurs de logiciels

Bidirectional sync between 100days.md and GitHub Projects board — strikethrough Done items, create new cards, backfill Sprint tags

2026-06-07
cassandra
Développeurs de logiciels

Pre-mortem a dependency-bump set before merging — predict what breaks, prove how, and record the prophecy for later calibration

2026-06-04
sitrep
Spécialistes en gestion de projets

Situation report — compare planning docs against git delivery over a window, surface lateral wins, and lay out forward candidates respecting dependencies. User picks; skill does not pick.

2026-05-20
true-the-docs
Développeurs de logiciels

Reconcile developer-facing design docs in `docs/` and `docs/private/` against shipped reality (code, commits, post-mortem artefacts). Classifies each doc (A/B/C/D/E/P archetypes), then applies per-archetype edits — preserving historical value where it matters, archiving what's truly superseded. Three modes: `--corpus` (whole-tree triage report), `--topic <theme>` (slice reconciliation), `--doc <path>` (single-doc mode). Use after a checkpoint or release, when code has outrun its design docs.

2026-05-14
add-todo
Secrétaires de direction et assistants administratifs

Add a new item to 100days.md and create a matching card on the GitHub Projects board

2026-03-18
critique-code
Analystes en assurance qualité des logiciels et testeurs

Critique changed code — find bugs, check conventions, raise design questions

2026-03-16