Skills by existential-birds
-
go-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — Go Code Review systematically audits Go source files against idiomatic patterns, error handling practices, concurrency safety, and common pitfalls. The skill applies version-aware…
-
prompt-improver
Apache-2.0· ★ 74 · updated 2026-07-21 — Prompt Improver refines code-related prompts by evaluating task clarity, investigation depth, verification steps, and scope control. It applies transformation rules to strengthen…
-
pydantic-ai-agent-creation
Apache-2.0· ★ 74 · updated 2026-07-21 — Set up PydanticAI agents with full type safety, Pydantic model validation, and configurable dependencies. Choose from OpenAI, Anthropic, Google, and other LLM providers, then…
-
pydantic-ai-common-pitfalls
Apache-2.0· ★ 74 · updated 2026-07-21 — Troubleshoot PydanticAI agents with guidance on tool decorator patterns, dependency wiring, async/sync contexts, and output validation. Covers common mistakes like missing…
-
pydantic-ai-dependency-injection
Apache-2.0· ★ 74 · updated 2026-07-21 — This skill shows how to wire external dependencies into PydanticAI agents through RunContext and the deps_type parameter. Learn to define dependencies as dataclasses or Pydantic…
-
pydantic-ai-testing
Apache-2.0· ★ 74 · updated 2026-07-21 — Write unit tests for PydanticAI agents without calling real APIs using TestModel for deterministic outputs, FunctionModel for custom logic, or VCR cassettes to replay recorded…
-
python-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — This skill systematically audits Python code across five key dimensions: PEP8 compliance, type annotation completeness, async/await correctness, exception handling rigor, and…
-
swift-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — This skill systematically audits Swift source files for concurrency hazards, including unsafe async/await patterns, actor reentrancy, Sendable conformance gaps, and memory leaks…
-
swiftdata-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — swiftdata-code-review provides intelligent code review tailored to SwiftData model patterns, helping developers validate schema design and follow framework conventions. The skill…
-
urlsession-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — This skill audits URLSession implementations across iOS and macOS projects, checking async/await adoption, proper HTTP status validation, memory lifecycle management, and secure…
-
watchos-code-review
Apache-2.0· ★ 74 · updated 2026-07-21 — This skill audits watchOS applications against framework-specific patterns for app lifecycle management, scene handling, and delegate setup. It checks complications using…