leroyadonis
Community@leroyadonis
LeroyAdonis maintains a Blueprint spec-driven development system for Next.js projects plus South African social media content generation skills.
Agent Skills by leroyadonis
Showing 56 vetted skills indexed across 2 GitHub repositories.
adopt
Generates project plans and coding standards by surveying an existing brownfield codebase.
complete
Archives finished work specs, commits changes, and squash-merges branches to main.
ci
Configures GitHub Actions pull-request checks around one documented Verify command.
doctor
Diagnoses Blueprint project setup health and outputs an ordered repair plan.
discovery
Guides multi-turn planning conversations to draft project-plan.md and build-plan.md files.
release
Verifies build readiness and generates render.yaml or vercel.json deployment configuration.
prototype
Generates plan-first static HTML and CSS mockups sharing one theme of CSS variables.
status
Summarizes build-plan progress, current feature state, findings, and git status into a read-only project orientation report.
onboard
Configures Blueprint workflow files to match a freshly scaffolded project's detected stack.
audit
Reviews code quality, security, performance, and tests against project standards with a persistent findings ledger.
fix
Documents ad-hoc bug fixes as specs routed through the standard build loop.
try
Generates a read-only manual testing guide for recently implemented features or fixes.
implement
Implements a written feature, fix, or rollback spec as small reviewed diffs on a git branch.
brief
Generates a read-only briefing on a build-plan feature before spec'ing it.
feature
Converts build-plan checklist items into reviewable feature specifications with build steps.
rollback
Plans a safe reversal of a completed Blueprint feature using its archived spec and git commit.
overview
Generate a consolidated project-overview.md from project-plan.md and build-plan.md planning documents.
check
Verify running app behavior against spec done-when criteria with captured evidence.
autopilot
Runs one bounded spec, build, check, and audit loop for a single feature or fix.
debug
Diagnose failing tests, builds, and crashes to identify root causes without editing code.
using-git-worktrees
Creates isolated git worktrees with directory selection, gitignore verification, and baseline test validation.
agent-browser
Automate browser navigation, form filling, and data extraction via CLI commands.
test-driven-development
Enforces red-green-refactor test-driven development workflow before writing production code.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
Frequently Asked Questions About leroyadonis
FAQPage SchemaWhat tasks can I accomplish with LeroyAdonis's Blueprint skills?▼
You can onboard or adopt projects, generate project and build plans, spec features from the build plan, implement them in small reviewable steps, run evidence-based verification checks, audit code quality and security, roll back completed features safely, and squash-merge finished work with archived history.
Who is the target user for these skills?▼
Full-stack developers building Next.js, React, and TypeScript applications who want a disciplined spec-driven loop with review gates. A secondary audience is South African marketing teams generating localized social content and tracking tasks on a Kanban board backed by Neon PostgreSQL.
How do I install and run these skills in practice?▼
Install them with the Skills CLI via the find-skills skill, then invoke slash commands like /onboard, /feature, /implement, /check, and /complete inside your project. The doctor skill runs a read-only health check confirming setup, adapters, commands, and planning readiness.
Are these skills free and open source?▼
The skills are published publicly on GitHub under the LeroyAdonis account at no cost. The frontend-design skill references complete license terms in a bundled LICENSE.txt file; other skills carry no explicit license, so review individual repositories before commercial redistribution.
What prerequisites and dependencies do these skills require?▼
A git repository with a detectable stack and package manager is required for CI, tests, and release setup. Browser checks use Playwright or agent-browser, deployment targets Render or Vercel via render.yaml or vercel.json, and content skills need Google Gemini access plus a Neon PostgreSQL database with Drizzle ORM.