leroyadonis avatar

leroyadonis

Community

@leroyadonis

0Followers
|
34Public Repos
|
56Published Skills

LeroyAdonis maintains a Blueprint spec-driven development system for Next.js projects plus South African social media content generation skills.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)Testing, Debugging.. (25%)CI/CD & Deployment.. (15%)Social Media Conte.. (12%)

Agent Skills by leroyadonis

Showing 56 vetted skills indexed across 2 GitHub repositories.

LeroyAdonisLeroyAdonis

adopt

Generates project plans and coding standards by surveying an existing brownfield codebase.

Community
Advanced
LeroyAdonisLeroyAdonis

complete

Archives finished work specs, commits changes, and squash-merges branches to main.

Community
Advanced
LeroyAdonisLeroyAdonis

ci

Configures GitHub Actions pull-request checks around one documented Verify command.

Community
Intermediate
LeroyAdonisLeroyAdonis

doctor

Diagnoses Blueprint project setup health and outputs an ordered repair plan.

Community
Intermediate
LeroyAdonisLeroyAdonis

discovery

Guides multi-turn planning conversations to draft project-plan.md and build-plan.md files.

Community
Intermediate
LeroyAdonisLeroyAdonis

release

Verifies build readiness and generates render.yaml or vercel.json deployment configuration.

Community
Intermediate
LeroyAdonisLeroyAdonis

prototype

Generates plan-first static HTML and CSS mockups sharing one theme of CSS variables.

Community
Intermediate
LeroyAdonisLeroyAdonis

status

Summarizes build-plan progress, current feature state, findings, and git status into a read-only project orientation report.

Community
Intermediate
LeroyAdonisLeroyAdonis

onboard

Configures Blueprint workflow files to match a freshly scaffolded project's detected stack.

Community
Intermediate
LeroyAdonisLeroyAdonis

audit

Reviews code quality, security, performance, and tests against project standards with a persistent findings ledger.

Community
Advanced
LeroyAdonisLeroyAdonis

fix

Documents ad-hoc bug fixes as specs routed through the standard build loop.

Community
Intermediate
LeroyAdonisLeroyAdonis

try

Generates a read-only manual testing guide for recently implemented features or fixes.

Community
Intermediate
LeroyAdonisLeroyAdonis

implement

Implements a written feature, fix, or rollback spec as small reviewed diffs on a git branch.

Community
Advanced
LeroyAdonisLeroyAdonis

brief

Generates a read-only briefing on a build-plan feature before spec'ing it.

Community
Intermediate
LeroyAdonisLeroyAdonis

feature

Converts build-plan checklist items into reviewable feature specifications with build steps.

Community
Advanced
LeroyAdonisLeroyAdonis

rollback

Plans a safe reversal of a completed Blueprint feature using its archived spec and git commit.

Community
Advanced
LeroyAdonisLeroyAdonis

overview

Generate a consolidated project-overview.md from project-plan.md and build-plan.md planning documents.

Community
Intermediate
LeroyAdonisLeroyAdonis

check

Verify running app behavior against spec done-when criteria with captured evidence.

Community
Intermediate
LeroyAdonisLeroyAdonis

autopilot

Runs one bounded spec, build, check, and audit loop for a single feature or fix.

Community
Advanced
LeroyAdonisLeroyAdonis

debug

Diagnose failing tests, builds, and crashes to identify root causes without editing code.

Community
Intermediate
LeroyAdonisLeroyAdonis

using-git-worktrees

Creates isolated git worktrees with directory selection, gitignore verification, and baseline test validation.

Community
Intermediate
LeroyAdonisLeroyAdonis

agent-browser

Automate browser navigation, form filling, and data extraction via CLI commands.

Community
Advanced
LeroyAdonisLeroyAdonis

test-driven-development

Enforces red-green-refactor test-driven development workflow before writing production code.

Community
Intermediate
LeroyAdonisLeroyAdonis

systematic-debugging

Diagnose bugs through a four-phase root cause investigation process before proposing fixes.

Community
Advanced

Frequently Asked Questions About leroyadonis

FAQPage Schema
What 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.