Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

bristlenose

يحتوي bristlenose على 14 من skills المجمعة من cassiocassio، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
14
Stars
7
محدث
2026-07-14
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

new-branch
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-29
new-release
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-21
new-feature
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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

2026-06-07
cassandra
مطوّرو البرمجيات

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

2026-06-04
sitrep
متخصصو إدارة المشاريع

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
مطوّرو البرمجيات

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
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

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

2026-03-18
critique-code
محللو ضمان جودة البرمجيات والمختبرون

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

2026-03-16