Source

existential-birds/beagle

146 skills · 21.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
review-frontend Comprehensive React/TypeScript frontend code review with per-area review skills, run in parallel where the agent supp…
existential-birds/beagle
64
2
brainstorm-beagle Use when the user has a fuzzy idea and wants to shape it into a concrete project spec before planning or building. Tr…
existential-birds/beagle
62
3
ffi-code-review Reviews Rust FFI code for type safety, memory layout compatibility, string handling, callback patterns, and unsafe bo…
existential-birds/beagle
62
4
fix-llm-artifacts Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts ou…
existential-birds/beagle
62
5
commit-push commit and push all local changes to remote repo
existential-birds/beagle
61
6
improve-doc Analyze and improve existing documentation using Diataxis principles
existential-birds/beagle
61
7
ios-animation-implementation Write Swift animation code using Apple's latest frameworks — SwiftUI animations, Core Animation, and UIKit. Prefer fi…
existential-birds/beagle
61
8
run-test-plan Execute YAML test plan, stop on first failure, output rich debug prompt
existential-birds/beagle
61
9
create-pr create a pull request with standardized description template
existential-birds/beagle
59
10
ensure-docs Verify documentation coverage and generate missing docs interactively
existential-birds/beagle
59
11
gen-release-notes generate release notes for changes since a given tag
existential-birds/beagle
59
12
review-ios Comprehensive iOS/SwiftUI code review with optional parallel agents
existential-birds/beagle
59
13
macros-code-review Reviews Rust macro code for hygiene issues, fragment misuse, compile-time impact, and procedural macro patterns. Use …
existential-birds/beagle
58
14
respond-pr-feedback Respond to review comments on a PR after evaluation and fixes
existential-birds/beagle
58
15
review-go Comprehensive Go backend code review with optional parallel review areas. Use when reviewing changed Go files; detect…
existential-birds/beagle
58
16
review-tui Comprehensive BubbleTea TUI code review for terminal applications. Use when reviewing charmbracelet/bubbletea, lipglo…
existential-birds/beagle
58
17
write-adr Use when you want to generate Architecture Decision Records from this session. Triggers on "write ADRs", "document ou…
existential-birds/beagle
58
18
review-elixir Comprehensive Elixir/Phoenix code review with optional parallel agents
existential-birds/beagle
57
19
strategy-review Use when reviewing, critiquing, or stress-testing an existing strategy document. Evaluates seven dimensions — diagnos…
existential-birds/beagle
57
20
ios-animation-code-review Reviews iOS animation code for correctness, performance, accessibility, and Apple API best practices. Use when review…
existential-birds/beagle
56
21
strategy-interview Use when the user wants to build or think through a strategy via guided conversation — for a company, product, team, …
existential-birds/beagle
55
22
web-research Use when the user wants web research: gathering cited, multi-angle evidence on a specific question. Triggers on: "res…
existential-birds/beagle
53
23
artifact-analysis Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: "analyze thes…
existential-birds/beagle
47
24
resolve-beagle Use as the follow-up to brainstorm-beagle when a spec has an Open Questions section (or quietly carries latent gaps) …
existential-birds/beagle
45
25
prfaq-beagle Use when the user wants to pressure-test a product, internal-tool, or OSS concept against Amazon's Working Backwards …
existential-birds/beagle
44
26
verify-llm-artifacts Confirms or rejects findings from review-llm-artifacts before deletes or risky refactors. Loads review-verification-p…
existential-birds/beagle
44
27
write-plan Use when you have a finalized brainstorm-beagle spec at `.beagle/concepts/<slug>/spec.md` and need a bite-sized, TDD-…
existential-birds/beagle
44
28
subagent-prompt Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrate…
existential-birds/beagle
42
29
remix-v2-data-flow-review Reviews Remix v2 loaders and actions for mutations-in-loader, missing validation, leaked server fields, wrong return …
existential-birds/beagle
39
30
remix-v2-data-flow Remix v2 data loading and mutations. Use when writing loaders, actions, deferred data, revalidation logic, or pending…
existential-birds/beagle
38
31
remix-v2-error-boundaries-review Reviews Remix v2 error-handling code for the unified ErrorBoundary, isRouteErrorResponse narrowing, throw-vs-return, …
existential-birds/beagle
38
32
remix-v2-forms Remix v2 form submissions and mutations. Use when implementing forms, optimistic UI, file uploads, or multi-action ro…
existential-birds/beagle
38
33
remix-v2-forms-review Reviews Remix v2 form code for manual fetch() mutations, native <form> misuse, wrong useNavigation/useFetcher choice,…
existential-birds/beagle
38
34
remix-v2-meta-sessions-review Reviews Remix v2 code for v1-shape meta exports (BREAKING in v2), cookie security gaps (httpOnly, secure, secrets rot…
existential-birds/beagle
38
35
review-structure Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching,…
existential-birds/beagle
38
36
remix-v2-meta-sessions Remix v2 meta/SEO, sessions, auth, and CSRF. Use when working with document head, cookie sessions, auth gates, or CSR…
existential-birds/beagle
37
37
remix-v2-perf-ssr Remix v2 performance, streaming, caching, and server/client boundaries. Use when configuring HTTP caching, server-onl…
existential-birds/beagle
37
38
remix-v2-perf-ssr-review Reviews Remix v2 code for caching header misuse, missing server/client split, hydration mismatches (Date, Math.random…
existential-birds/beagle
37
39
remix-v2-routing Remix v2 routing patterns. Use when implementing flat-routes v2 conventions, route file naming, nested layouts, resou…
existential-birds/beagle
37
40
remix-v2-routing-review Reviews Remix v2 route files for naming convention violations, missing layouts, resource-route shape, and v1 holdover…
existential-birds/beagle
37
41
review-remix-v2 Comprehensive Remix v2 code review with per-area review skills, run in parallel where the agent supports subagents an…
existential-birds/beagle
37
42
humanize Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic to…
existential-birds/beagle
36
43
review-skill Reviews PRs that add or modify Agent Skills, checking structural validity, design quality, and marketplace consistenc…
existential-birds/beagle
35
44
quick-plan Use when you need a bite-sized, TDD-driven implementation plan but do NOT have a brainstorm-beagle spec to plan again…
existential-birds/beagle
25
45
brainstorm Turn ideas into comprehensive project specs through collaborative dialogue. Use BEFORE any planning or implementation…
existential-birds/beagle
6
46
12-factor-apps-analysis perform 12-Factor App compliance analysis on a codebase
existential-birds/beagle
3
Page 3 · 146 total Previous