2215 results (19.1ms) page 27 / 111
existential-birds / beagle-tutorial-docs exact

Tutorial patterns for documentation - learning-oriented guides that teach through guided doing

existential-birds / beagle-github-projects exact

GitHub Projects management via gh CLI for creating projects, managing items, fields, and workflows. Use when working with GitHub Projects (v2), adding issues/PRs to projects, creating custom...

synaptiai / agent-capability-standard-explain exact

Produce clear reasoning with assumptions, causal chains, and evidence. Use when clarifying decisions, teaching concepts, justifying recommendations, or documenting rationale.

specstoryai / agent-skills-specstory-project-stats exact

Fetch project statistics from SpecStory Cloud. Run when user says "get project stats", "show SpecStory stats", "project statistics", "how many sessions", or "SpecStory metrics".

existential-birds / beagle-explanation-docs exact

Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do

existential-birds / beagle-react-flow-architecture exact

Architectural guidance for building node-based UIs with React Flow. Use when designing flow-based applications, making decisions about state management, integration patterns, or evaluating whether...

existential-birds / beagle-go-testing-code-review exact

Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.

lancenunes / codex-skills-oracle exact

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

existential-birds / beagle-langgraph-code-review exact

Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in...

existential-birds / beagle-langgraph-implementation exact

Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handling interrupts, or creating multi-agent...

synaptiai / agent-capability-standard-recall exact

Retrieve prior decisions, rationale, and learned patterns from memory to apply consistently. Use when needing context from previous interactions, looking up past decisions, or ensuring consistency...

synaptiai / agent-capability-standard-simulate exact

Run what-if scenarios to explore outcomes and test hypotheses. Use when evaluating alternatives, stress-testing designs, exploring edge cases, or predicting system behavior under different conditions.

existential-birds / beagle-review-verification-protocol exact

Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.

existential-birds / beagle-healthkit-code-review exact

Reviews HealthKit code for authorization patterns, query usage, background delivery, and data type handling. Use when reviewing code with import HealthKit, HKHealthStore, HKSampleQuery,...

synaptiai / agent-capability-standard-predict exact

Forecast future states or outcomes based on current data and trends. Use when estimating future values, projecting trajectories, forecasting outcomes, or anticipating system behavior.

synaptiai / agent-capability-standard-rollback exact

Safely undo changes by restoring to a checkpoint. Use when verify fails, errors occur, or explicit undo is requested. Essential for the CAVR pattern recovery.

existential-birds / beagle-python-code-review exact

Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.

synaptiai / agent-capability-standard-verify exact

Check correctness against tests, specs, or invariants; produce pass/fail evidence. Use when validating changes, testing hypotheses, checking invariants, or confirming behavior matches expectations.

synaptiai / agent-capability-standard-mutate exact

Change persistent state with checkpoint and rollback support. Use when modifying files, updating databases, changing configuration, or any operation that permanently alters state.

existential-birds / beagle-agent-architecture-analysis exact

Perform 12-Factor Agents compliance analysis on any codebase. Use when evaluating agent architecture, reviewing LLM-powered systems, or auditing agentic applications against the 12-Factor methodology.