Source

existential-birds/beagle

146 skills · 21.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
howto-docs How-To guide patterns for documentation - task-oriented guides for users with specific goals. Use when writing a how-…
existential-birds/beagle
122
2
pydantic-ai-model-integration Configure LLM providers, use fallback models, handle streaming, and manage model settings in PydanticAI. Use when sel…
existential-birds/beagle
122
3
github-projects GitHub Projects management via gh CLI for creating projects, managing items, fields, and workflows. Use when working …
existential-birds/beagle
121
4
cloudkit-code-review Reviews CloudKit code for container setup, record handling, subscriptions, and sharing patterns. Use when reviewing c…
existential-birds/beagle
119
5
prometheus-go-code-review Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code …
existential-birds/beagle
119
6
review-skill-improver Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated …
existential-birds/beagle
118
7
review-feedback-schema Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results…
existential-birds/beagle
117
8
app-intents-code-review Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with impo…
existential-birds/beagle
116
9
combine-code-review Reviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with im…
existential-birds/beagle
116
10
receive-feedback Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human revie…
existential-birds/beagle
116
11
widgetkit-code-review Reviews WidgetKit code for timeline management, view composition, configurable intents, and performance. Use when rev…
existential-birds/beagle
113
12
elixir-code-review Reviews Elixir code for idiomatic patterns, OTP basics, and documentation. Use when reviewing .ex/.exs files, checkin…
existential-birds/beagle
111
13
wish-ssh-code-review Reviews Wish SSH server code for proper middleware, session handling, and security patterns. Use when reviewing SSH s…
existential-birds/beagle
111
14
urlsession-code-review Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, cach…
existential-birds/beagle
109
15
reference-docs Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, paramet…
existential-birds/beagle
107
16
review-ai-writing Detect AI-generated writing patterns in developer text — docs, docstrings, commit messages, PR descriptions, and code…
existential-birds/beagle
104
17
vercel-ai-sdk Vercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, s…
existential-birds/beagle
103
18
elixir-security-review Reviews Elixir code for security vulnerabilities including code injection, atom exhaustion, and secret handling. Use …
existential-birds/beagle
99
19
elixir-performance-review Reviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. U…
existential-birds/beagle
95
20
elixir-writing-docs Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use wh…
existential-birds/beagle
95
21
go-architect Go application architecture with net/http 1.22+ routing, project structure patterns, graceful shutdown, and dependenc…
existential-birds/beagle
88
22
rust-code-review Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes…
existential-birds/beagle
88
23
go-middleware Idiomatic Go HTTP middleware patterns with context propagation, structured logging via slog, centralized error handli…
existential-birds/beagle
86
24
elixir-docs-review Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc,…
existential-birds/beagle
84
25
liveview-code-review Reviews Phoenix LiveView code for lifecycle patterns, assigns/streams usage, components, and security. Use when revie…
existential-birds/beagle
84
26
exdoc-config Configures ExDoc for Elixir projects including mix.exs setup, extras, groups, cheatsheets, and livebooks. Use when se…
existential-birds/beagle
83
27
humanize-beagle Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic to…
existential-birds/beagle
83
28
exunit-code-review Reviews ExUnit test code for proper patterns, boundary mocking with Mox, and test adapter usage. Use when reviewing _…
existential-birds/beagle
82
29
go-web-expert Comprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, test…
existential-birds/beagle
82
30
go-concurrency-web Go concurrency patterns for high-throughput web applications including worker pools, rate limiting, race detection, a…
existential-birds/beagle
81
31
go-data-persistence Data persistence patterns in Go covering raw SQL with sqlx/pgx, ORMs like Ent and GORM, connection pooling, migration…
existential-birds/beagle
81
32
phoenix-code-review Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps…
existential-birds/beagle
81
33
rust-testing-code-review Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and pro…
existential-birds/beagle
79
34
sqlx-code-review Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and Postg…
existential-birds/beagle
79
35
tokio-async-code-review Reviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. …
existential-birds/beagle
79
36
review-plan Review implementation plans for parallelization, TDD, types, libraries, and security before execution
existential-birds/beagle
76
37
axum-code-review Reviews axum web framework code for routing patterns, extractor usage, middleware, state management, and error handli…
existential-birds/beagle
75
38
review-llm-artifacts Detects common LLM coding agent artifacts across four categories (tests, dead code, abstraction, style) over the proj…
existential-birds/beagle
72
39
serde-code-review Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serial…
existential-birds/beagle
71
40
review-python Comprehensive Python/FastAPI backend code review with optional parallel agents
existential-birds/beagle
70
41
review-rust Comprehensive Rust code review that fans out across detected technology areas, running them in parallel when the agen…
existential-birds/beagle
70
42
rust-best-practices Development guidance for writing idiomatic Rust. Use when: (1) writing new Rust functions or modules, (2) choosing be…
existential-birds/beagle
70
43
ios-animation-design Design and plan iOS animations with structured specs covering transitions, micro-interactions, gesture-driven motion,…
existential-birds/beagle
68
44
rust-project-setup Guidance for scaffolding new Rust projects. Use when: (1) starting a new Rust project or workspace, (2) configuring C…
existential-birds/beagle
68
45
12-factor-apps Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing Saa…
existential-birds/beagle
67
46
draft-docs Generate first-draft technical documentation from code analysis
existential-birds/beagle
66
47
fetch-pr-feedback Fetch unresolved review comments from a PR and evaluate with receive-feedback skill
existential-birds/beagle
66
48
skill-builder Create Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, p…
existential-birds/beagle
65
49
gen-test-plan Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan
existential-birds/beagle
64
50
prompt-improver Optimize prompts for code-related tasks following prompt-engineering best practices. Use when refining prompts for im…
existential-birds/beagle
64
Page 2 · 146 total Previous Next