Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
bloodbank-event-publisher
Complete guide for creating, publishing, and consuming events in the DeLoNET home network's 33GOD agentic developer pipeline. Built on RabbitMQ with strict type safety via Pydantic, async Python (aio-pika), FastAPI, and Redis-backed correlation tracking. This skill is REQUIRED for any work involving the home network event bus.
delorenj/bloodbank
-
notion-query
Search and retrieve content from a Notion workspace
sofer/.agents 4
-
intent
Interactive conversation to clarify user intent step-by-step before creating specifications or solutions. Use when requirements are unclear or user has a new idea to explore.
sofer/.agents 4
-
draft-post
Guide the user through creating a blog post draft for Substack (200-500 words) and LinkedIn (100-300 words). Use when user wants to draft a post or share work.
sofer/.agents 4
-
distribution-channel
Identify and evaluate distribution channels for the ML engineer apprenticeship
sofer/.agents 4
-
postgres-query
Query a Postgres database (read-only) and return structured results
sofer/.agents 4
-
email-drafter
Fetch unread emails, triage them, draft replies in the user's voice, and save as Gmail drafts for human review
sofer/.agents 4
-
requirements
Transform intent into user stories with acceptance criteria. Use after intent clarification to build a prioritised backlog. Produces stories in standard format ready for spec phase.
sofer/.agents 4
-
test
Write tests against stubs following TDD red phase. Tests should fail initially (0% pass expected). Use after stubs to define expected behaviour before implementation.
sofer/.agents 4
-
calendar-fetch
Fetch upcoming calendar events from Google Calendar
sofer/.agents 4
-
monitor
Observe application health and gather feedback after deployment. Use to validate success criteria, collect metrics, and feed issues back to the backlog. Closes the feedback loop.
sofer/.agents 4
-
orchestrate
Coordinate full SDLC pipeline for software projects. Manages backlog, spawns phase agents with minimal context, gates transitions, and handles checkpoints. Use when starting a new project, picking up the next story, or resuming pipeline work.
sofer/.agents 4
-
user-test
Reformat code-review manual test script for human or agent execution, run user testing checkpoint, and record pass/fail results. Gates progression to commit:pr.
sofer/.agents 4
-
gmail-draft
Create a draft email in Gmail from provided email data
sofer/.agents 4
-
design-review
Validate design before implementation. Use after design phase to ensure architecture meets standards, spec requirements, and quality criteria. Gates progression to stubs phase.
sofer/.agents 4
-
meeting-prep
Check calendar, research attendees, and produce a briefing document for each upcoming meeting
sofer/.agents 4
-
refactor
Clean up implementation code while keeping tests green. Improve code quality without changing behaviour. Use after implement phase to polish code before review.
sofer/.agents 4
-
spec
Define contracts, schemas, and behaviours for a single user story. Use after a story is selected from the backlog to create a detailed specification before design. Produces testable specifications.
sofer/.agents 4
-
stubs
Create interfaces, type definitions, and stub implementations that compile but are not functional. Use after design-review approval to establish code structure before writing tests. Enables TDD red-green-refactor cycle.
sofer/.agents 4
-
distribution-strategist
Discuss and evolve distribution strategy for the ML engineer apprenticeship
sofer/.agents 4
-
gmail-fetch
Fetch recent emails from Gmail with sender, subject, body, and thread context
sofer/.agents 4
-
meeting-context
Determine why a meeting is happening and what should be discussed
sofer/.agents 4
-
reconcile
Analyse and resolve divergences between SDLC manifest and actual development state (git commits, branches, uncommitted files). Use when manifest and reality have drifted apart, or before picking next story to ensure clean state.
sofer/.agents 4
-
readme-review
Review the project README to understand what it does and suggest a recommended next step. Use when starting work on an unfamiliar project.
sofer/.agents 4