@skills · Owner
Agent skills by existential-birds
169 skills indexed from github.com/existential-birds. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- adr-decision-extraction · Skill · 75 stars
Use when you need to mine a conversation, session transcript, or design discussion for architectural decisions before writing ADRs. Identifies problem-solu
- adr-writing · Skill · 75 stars
Use when writing or formatting an ADR document using the MADR template, applying Definition of Done (E.C.A.D.R.) criteria, or verifying ADR completeness. T
- agent-architecture-analysis · Skill · 75 stars
Use when auditing an agent codebase against the 12-Factor Agents methodology, reviewing LLM-powered system architecture, or assessing agentic app complianc
- ai-elements · Skill · 75 stars
Vercel AI Elements for workflow UI components. Use when building chat interfaces, displaying tool execution, showing reasoning/thinking, or creating job qu
- app-intents-code-review · Skill · 75 stars
Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity,
- artifact-analysis · Skill · 75 stars
Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: \"analyze these docs\", \"scan my project for conte
- axum-code-review · Skill · 75 stars
Reviews axum web framework code for routing patterns, extractor usage, middleware, state management, and error handling. Use when reviewing Rust code that
- beagle · Collection · 75 stars
- beagle-ai · Collection · 75 stars
- beagle-analysis · Collection · 75 stars
- beagle-core · Collection · 75 stars
- beagle-docs · Collection · 75 stars
- beagle-elixir · Collection · 75 stars
- beagle-go · Collection · 75 stars
- beagle-ios · Collection · 75 stars
- beagle-python · Collection · 75 stars
- beagle-react · Collection · 75 stars
- beagle-rust · Collection · 75 stars
- beagle-testing · Collection · 75 stars
- brainstorm-beagle · Skill · 75 stars
Use when the user has a fuzzy idea and wants to shape it into a concrete project spec before planning or building. Triggers on: \"brainstorm this\", \"I ha
- bubbletea-code-review · Skill · 75 stars
Reviews BubbleTea TUI code for proper Elm architecture, model/update/view patterns, and Lipgloss styling. Use when reviewing terminal UI code using charmbr
- cloudkit-code-review · Skill · 75 stars
Reviews CloudKit code for container setup, record handling, subscriptions, and sharing patterns. Use when reviewing code with import CloudKit, CKContainer,
- combine-code-review · Skill · 75 stars
Reviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with import Combine, AnyPublisher, @Published
- commit-push · Skill · 75 stars
commit and push all local changes to remote repo
- create-pr · Skill · 75 stars
create a pull request with standardized description template
- dagre-react-flow · Skill · 75 stars
Automatic graph layout using dagre with React Flow (@xyflow/react). Use when implementing auto-layout, hierarchical layouts, tree structures, or arranging
- deepagents-architecture · Skill · 75 stars
Guides architectural decisions for Deep Agents applications. Use when deciding between Deep Agents vs alternatives, choosing backend strategies, designing
- deepagents-code-review · Skill · 75 stars
Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, o
- deepagents-implementation · Skill · 75 stars
Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setti
- docs-style · Skill · 75 stars
Core technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use when writing or reviewing any documentation.
- draft-docs · Skill · 75 stars
Generate first-draft technical documentation from code analysis
- elixir-code-review · Skill · 75 stars
Reviews Elixir code for idiomatic patterns, OTP basics, and documentation. Use when reviewing .ex/.exs files, checking pattern matching, GenServer usage, o
- elixir-docs-review · Skill · 75 stars
Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc, @spec coverage, doctest correctness,
- elixir-performance-review · Skill · 75 stars
Reviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. Use when reviewing high-throughput code
- elixir-security-review · Skill · 75 stars
Reviews Elixir code for security vulnerabilities including code injection, atom exhaustion, and secret handling. Use when reviewing code handling user inpu
- elixir-writing-docs · Skill · 75 stars
Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation i
- ensure-docs · Skill · 75 stars
Verify documentation coverage and generate missing docs interactively
- exdoc-config · Skill · 75 stars
Configures ExDoc for Elixir projects including mix.exs setup, extras, groups, cheatsheets, and livebooks. Use when setting up or modifying ExDoc documentat
- explanation-docs · Skill · 75 stars
Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do. Use when writing an
- exunit-code-review · Skill · 75 stars
Reviews ExUnit test code for proper patterns, boundary mocking with Mox, and test adapter usage. Use when reviewing _test.exs files or test helper configur
- fastapi-code-review · Skill · 75 stars
Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup,
- fetch-pr-feedback · Skill · 75 stars
Fetch unresolved review comments from a PR and evaluate with receive-feedback skill
- ffi-code-review · Skill · 75 stars
Reviews Rust FFI code for type safety, memory layout compatibility, string handling, callback patterns, and unsafe boundary correctness. Use when reviewing
- fix-llm-artifacts · Skill · 75 stars
Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positi
- gen-release-notes · Skill · 75 stars
generate release notes for changes since a given tag
- gen-test-plan · Skill · 75 stars
Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan
- go-architect · Skill · 75 stars
Go application architecture with net/http 1.22+ routing, project structure patterns, graceful shutdown, and dependency injection. Use when building Go web
- go-code-review · Skill · 75 stars
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, gor
- go-concurrency-web · Skill · 75 stars
Go concurrency patterns for high-throughput web applications including worker pools, rate limiting, race detection, and safe shared state management. Use w
- go-data-persistence · Skill · 75 stars
Data persistence patterns in Go covering raw SQL with sqlx/pgx, ORMs like Ent and GORM, connection pooling, migrations with golang-migrate, and transaction
- go-middleware · Skill · 75 stars
Idiomatic Go HTTP middleware patterns with context propagation, structured logging via slog, centralized error handling, and panic recovery. Use when writi
- go-testing-code-review · Skill · 75 stars
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.
- go-web-expert · Skill · 75 stars
Comprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, testability, and documentation conventions
- healthkit-code-review · Skill · 75 stars
Reviews HealthKit code for authorization patterns, query usage, background delivery, and data type handling. Use when reviewing code with import HealthKit,
- howto-docs · Skill · 75 stars
How-To guide patterns for documentation - task-oriented guides for users with specific goals. Use when writing a how-to/howto guide, task guide, procedural
- humanize-beagle · Skill · 75 stars
Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identi
- improve-doc · Skill · 75 stars
Analyze and improve existing documentation using Diataxis principles
- ios-animation-code-review · Skill · 75 stars
Reviews iOS animation code for correctness, performance, accessibility, and Apple API best practices. Use when reviewing .swift files containing animation
- ios-animation-design · Skill · 75 stars
Design and plan iOS animations with structured specs covering transitions, micro-interactions, gesture-driven motion, and loading states. Use when the user
- ios-animation-implementation · Skill · 75 stars
Write Swift animation code using Apple's latest frameworks — SwiftUI animations, Core Animation, and UIKit. Prefer first-party APIs over third-party librar
- langgraph-architecture · Skill · 75 stars
Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, desig
- langgraph-code-review · Skill · 75 stars
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangG
- langgraph-implementation · Skill · 75 stars
Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handlin
- liveview-code-review · Skill · 75 stars
Reviews Phoenix LiveView code for lifecycle patterns, assigns/streams usage, components, and security. Use when reviewing LiveView modules, .heex templates
- llm-artifacts-detection · Skill · 75 stars
Detects common LLM coding agent artifacts in codebases. Identifies test quality issues, dead code, over-abstraction, and verbose LLM style patterns. Use wh
- llm-judge · Skill · 75 stars
Use when comparing two or more code implementations against a spec or requirements doc. Triggers on \"which repo is better\", \"compare these implementatio
- macros-code-review · Skill · 75 stars
Reviews Rust macro code for hygiene issues, fragment misuse, compile-time impact, and procedural macro patterns. Use when reviewing macro_rules! definition
- phoenix-code-review · Skill · 75 stars
Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or co
- plugins · Collection · 75 stars
- postgres-code-review · Skill · 75 stars
Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database sch
- prfaq-beagle · Skill · 75 stars
Use when the user wants to pressure-test a product, internal-tool, or OSS concept against Amazon's Working Backwards PRFAQ gauntlet before committing to a
- prometheus-go-code-review · Skill · 75 stars
Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code with prometheus/client_golang metrics.
- prompt-improver · Skill · 75 stars
Optimize prompts for code-related tasks following prompt-engineering best practices. Use when refining prompts for implementation, debugging, refactoring,
- pydantic-ai-agent-creation · Skill · 75 stars
Create PydanticAI agents with type-safe dependencies, structured outputs, and proper configuration. Use when building AI agents, creating chat systems, or
- pydantic-ai-common-pitfalls · Skill · 75 stars
Avoid common mistakes and debug issues in PydanticAI agents. Use when encountering errors, unexpected behavior, or when reviewing agent implementations.
- pydantic-ai-dependency-injection · Skill · 75 stars
Implement dependency injection in PydanticAI agents using RunContext and deps_type. Use when agents need database connections, API clients, user context, o
- pydantic-ai-model-integration · Skill · 75 stars
Configure LLM providers, use fallback models, handle streaming, and manage model settings in PydanticAI. Use when selecting models, implementing resilience
- pydantic-ai-testing · Skill · 75 stars
Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recordin
- pydantic-ai-tool-system · Skill · 75 stars
Register and implement PydanticAI tools with proper context handling, type annotations, and docstrings. Use when adding tool capabilities to agents, implem
- pytest-code-review · Skill · 75 stars
Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture
- python-code-review · Skill · 75 stars
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await us
- quick-plan · Skill · 75 stars
Use when you need a bite-sized, TDD-driven implementation plan but do NOT have a brainstorm-beagle spec to plan against. quick-plan reconstructs intent fro
- react-flow · Skill · 75 stars
React Flow (@xyflow/react) for workflow visualization with custom nodes and edges. Use when building graph visualizations, creating custom workflow nodes,
- react-flow-advanced · Skill · 75 stars
Advanced React Flow patterns for complex use cases. Use when implementing sub-flows, custom connection lines, programmatic layouts, drag-and-drop, undo/red
- react-flow-architecture · Skill · 75 stars
Architectural guidance for building node-based UIs with React Flow. Use when designing flow-based applications, making decisions about state management, in
- react-flow-code-review · Skill · 75 stars
Reviews React Flow code for anti-patterns, performance issues, and best practices. Use when reviewing code that uses @xyflow/react, checking for common mis
- react-flow-implementation · Skill · 75 stars
Implements React Flow node-based UIs correctly using @xyflow/react. Use when building flow charts, diagrams, visual editors, or node-based applications wit
- react-router-code-review · Skill · 75 stars
Reviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders,
- react-router-v7 · Skill · 75 stars
React Router v7 best practices for data-driven routing. Use when implementing routes, loaders, actions, Form components, fetchers, navigation guards, prote
- receive-feedback · Skill · 75 stars
Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims befor
- reference-docs · Skill · 75 stars
Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, parameter tables, or technical specifications
- remix-v2-data-flow · Skill · 75 stars
Remix v2 data loading and mutations. Use when writing loaders, actions, deferred data, revalidation logic, or pending state. Triggers on loader, action, us
- remix-v2-data-flow-review · Skill · 75 stars
Reviews Remix v2 loaders and actions for mutations-in-loader, missing validation, leaked server fields, wrong return helpers, v1 useTransition holdovers, a
- remix-v2-error-boundaries-review · Skill · 75 stars
Reviews Remix v2 error-handling code for the unified ErrorBoundary, isRouteErrorResponse narrowing, throw-vs-return, root boundary scaffolding, and v1 hold
- remix-v2-forms · Skill · 75 stars
Remix v2 form submissions and mutations. Use when implementing forms, optimistic UI, file uploads, or multi-action routes. Triggers on <Form>, useFetcher,
- remix-v2-forms-review · Skill · 75 stars
Reviews Remix v2 form code for manual fetch() mutations, native <form> misuse, wrong useNavigation/useFetcher choice, missing pending state, unbounded uplo
- remix-v2-meta-sessions · Skill · 75 stars
Remix v2 meta/SEO, sessions, auth, and CSRF. Use when working with document head, cookie sessions, auth gates, or CSRF protection. Triggers on meta export
- remix-v2-meta-sessions-review · Skill · 75 stars
Reviews Remix v2 code for v1-shape meta exports (BREAKING in v2), cookie security gaps (httpOnly, secure, secrets rotation), auth gates in wrong layer, and
- remix-v2-perf-ssr · Skill · 75 stars
Remix v2 performance, streaming, caching, and server/client boundaries. Use when configuring HTTP caching, server-only modules, hydration safety, or prefet
- remix-v2-perf-ssr-review · Skill · 75 stars
Reviews Remix v2 code for caching header misuse, missing server/client split, hydration mismatches (Date, Math.random, locale), prefetch hygiene, and asset
- remix-v2-routing · Skill · 75 stars
Remix v2 routing patterns. Use when implementing flat-routes v2 conventions, route file naming, nested layouts, resource routes, or root.tsx scaffolding. T
- remix-v2-routing-review · Skill · 75 stars
Reviews Remix v2 route files for naming convention violations, missing layouts, resource-route shape, and v1 holdovers. Use when reviewing files under app/
- resolve-beagle · Skill · 75 stars
Use as the follow-up to brainstorm-beagle when a spec has an Open Questions section (or quietly carries latent gaps) that need closing before planning or i
- respond-pr-feedback · Skill · 75 stars
Respond to review comments on a PR after evaluation and fixes
- review-ai-writing · Skill · 75 stars
Detect AI-generated writing patterns in developer text — docs, docstrings, commit messages, PR descriptions, and code comments. Use when reviewing any text
- review-elixir · Skill · 75 stars
Comprehensive Elixir/Phoenix code review with optional parallel agents
- review-feedback-schema · Skill · 75 stars
Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
- review-frontend · Skill · 75 stars
Comprehensive React/TypeScript frontend code review with per-area review skills, run in parallel where the agent supports subagents and sequentially otherw
- review-go · Skill · 75 stars
Comprehensive Go backend code review with optional parallel review areas. Use when reviewing changed Go files; detects BubbleTea, Wish SSH, and Prometheus
- review-ios · Skill · 75 stars
Comprehensive iOS/SwiftUI code review with optional parallel agents
- review-llm-artifacts · Skill · 75 stars
Detects common LLM coding agent artifacts across four categories (tests, dead code, abstraction, style) over the project or changed files — using parallel
- review-plan · Skill · 75 stars
Review implementation plans for parallelization, TDD, types, libraries, and security before execution
- review-python · Skill · 75 stars
Comprehensive Python/FastAPI backend code review with optional parallel agents
- review-remix-v2 · Skill · 75 stars
Comprehensive Remix v2 code review with per-area review skills, run in parallel where the agent supports subagents and sequentially otherwise. Detects Remi
- review-rust · Skill · 75 stars
Comprehensive Rust code review that fans out across detected technology areas, running them in parallel when the agent supports subagents and sequentially
- review-skill · Skill · 75 stars
Reviews PRs that add or modify Agent Skills, checking structural validity, design quality, and marketplace consistency. Use when reviewing skill file chang
- review-skill-improver · Skill · 75 stars
Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve revi
- review-structure · Skill · 75 stars
Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-mag
- review-tui · Skill · 75 stars
Comprehensive BubbleTea TUI code review for terminal applications. Use when reviewing charmbracelet/bubbletea, lipgloss, bubbles, or Wish SSH code; optiona
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- review-verification-protocol · Skill · 75 stars
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
- run-test-plan · Skill · 75 stars
Execute YAML test plan, stop on first failure, output rich debug prompt
- rust-best-practices · Skill · 75 stars
Development guidance for writing idiomatic Rust. Use when: (1) writing new Rust functions or modules, (2) choosing between borrowing, cloning, or ownership
- rust-code-review · Skill · 75 stars
Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checki
- rust-project-setup · Skill · 75 stars
Guidance for scaffolding new Rust projects. Use when: (1) starting a new Rust project or workspace, (2) configuring Cargo.toml best practices, (3) setting
- rust-testing-code-review · Skill · 75 stars
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024
- serde-code-review · Skill · 75 stars
Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust
- shadcn-code-review · Skill · 75 stars
Reviews shadcn/ui components for CVA patterns, composition with asChild, accessibility states, and data-slot usage. Use when reviewing React components usi
- shadcn-ui · Skill · 75 stars
shadcn/ui component patterns with Radix primitives and Tailwind styling. Use when building UI components, using CVA variants, implementing compound compone
- skill-builder · Skill · 75 stars
Create Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting file
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- skills · Collection · 75 stars
- sqlalchemy-code-review · Skill · 75 stars
Reviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking sessio
- sqlx-code-review · Skill · 75 stars
Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and PostgreSQL-specific usage. Use when reviewi
- strategy-interview · Skill · 75 stars
Use when the user wants to build or think through a strategy via guided conversation \u2014 for a company, product, team, career, or initiative. Triggers o
- strategy-review · Skill · 75 stars
Use when reviewing, critiquing, or stress-testing an existing strategy document. Evaluates seven dimensions \u2014 diagnosis quality, guiding policy streng
- subagent-prompt · Skill · 75 stars
Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution. Use when the user wants t
- swift-code-review · Skill · 75 stars
Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .swift files for async/await patterns
- swift-testing-code-review · Skill · 75 stars
Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, async testing, and organization. Use when reviewing .swift files with i
- swiftdata-code-review · Skill · 75 stars
Reviews SwiftData code for model design, queries, concurrency, and migrations. Use when reviewing .swift files with import SwiftData, @Model, @Query, @Mode
- swiftui-code-review · Skill · 75 stars
Reviews SwiftUI code for view composition, state management, performance, and accessibility. Use when reviewing .swift files containing SwiftUI views, prop
- tailwind-v4 · Skill · 75 stars
Tailwind CSS v4 with CSS-first configuration and design tokens. Use when setting up Tailwind v4, defining theme variables, using OKLCH colors, or configuri
- tokio-async-code-review · Skill · 75 stars
Reviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. Covers Rust 2024 edition changes inclu
- tutorial-docs · Skill · 75 stars
Tutorial patterns for documentation - learning-oriented guides that teach through guided doing. Use when writing a tutorial, learning guide, getting-starte
- urlsession-code-review · Skill · 75 stars
Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, caching, and background sessions. Use when
- vercel-ai-sdk · Skill · 75 stars
Vercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, streaming responses, or building chat U
- verify-llm-artifacts · Skill · 75 stars
Confirms or rejects findings from review-llm-artifacts before deletes or risky refactors. Loads review-verification-protocol-style checks per finding. Use
- vitest-testing · Skill · 75 stars
Vitest testing framework patterns and best practices. Use when writing unit tests, integration tests, configuring vitest.config, mocking with vi.mock/vi.fn
- watchos-code-review · Skill · 75 stars
Reviews watchOS code for app lifecycle, complications (ClockKit/WidgetKit), WatchConnectivity, and performance constraints. Use when reviewing code with im
- web-research · Skill · 75 stars
Use when the user wants web research: gathering cited, multi-angle evidence on a specific question. Triggers on: \"research X for me\", \"do web research o
- widgetkit-code-review · Skill · 75 stars
Reviews WidgetKit code for timeline management, view composition, configurable intents, and performance. Use when reviewing code with import WidgetKit, Tim
- wish-ssh-code-review · Skill · 75 stars
Reviews Wish SSH server code for proper middleware, session handling, and security patterns. Use when reviewing SSH server code using charmbracelet/wish.
- write-adr · Skill · 75 stars
Use when you want to generate Architecture Decision Records from this session. Triggers on \"write ADRs\", \"document our decisions\", \"create decision re
- write-plan · Skill · 75 stars
Use when you have a finalized brainstorm-beagle spec at `.beagle/concepts/<slug>/spec.md` and need a bite-sized, TDD-driven implementation plan before any
- zustand-state · Skill · 75 stars
Zustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtool