allieraysallieraysCommunityยท14 Agent Skills Included

agentic-loop

Autonomous coding loop that plans, builds, tests, and commits

Turns feature ideas into executable PRD stories, then codes, tests, and commits each one automatically in a loop. Validates stories upfront, runs lint, unit, API, and browser checks after every change, and retries failures with saved context. Eliminates manual prompting, copy-pasting code, and babysitting long coding sessions. Learns reusable patterns over time so each run gets faster and more accurate.
npx skills add allierays/agentic-loop --all -g -y
Available:

Gives the AI agent the project's architecture, naming conventions, and coding standards so it writes and verifies code consistently inside the autonomous loop.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
allieraysallierays

Setup Review

Ralph configures itself.

Community
Intermediate
๐Ÿ“ฆ In Repo
allieraysallierays

prd-check

Validate PRD structure, test coverage, and quality via npx ralph prd-check.

Community
Intermediate
๐Ÿ“ฆ In Repo
allieraysallierays

Explain Code

Explain code functionality line by line with concept highlighting.

Community
Basic
๐Ÿ“ฆ In Repo
allieraysallierays

Vibe & Thrive Cheatsheet

Display agentic-loop commands for planning, execution, quality checks, and setup.

Community
Basic
๐Ÿ“ฆ In Repo
allieraysallierays

vibe-list

List agentic-loop slash commands, Ralph CLI, and Vibe CLI commands.

Community
Basic
๐Ÿ“ฆ In Repo
allieraysallierays

Loopgram Review

List and review Telegram brainstorm ideas, then convert them into PRDs.

Community
Basic
๐Ÿ“ฆ In Repo
allieraysallierays

my-dna

Configures AI persona by gathering user preferences and updating CLAUDE.md with a DNA section.

Community
Basic
๐Ÿ“ฆ In Repo
allieraysallierays

Styleguide Generator

Generates a /styleguide route with React components and CSS variables from user-defined preferences.

Community
Advanced
๐Ÿ“ฆ In Repo
allieraysallierays

idea

Transform feature concepts into structured idea files for AI development workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
allieraysallierays

Code Review

Review code for security vulnerabilities, error handling, type safety, and quality.

Community
Advanced
๐Ÿ“ฆ In Repo
allieraysallierays

prd

Generate executable PRDs as structured JSON files from idea files.

Community
Advanced
๐Ÿ“ฆ In Repo
allieraysallierays

Tour

Configure agentic-loop project settings by checking dependencies and inspecting files.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install agentic-loop?โ–ผ

Run `npx skills add allierays/agentic-loop --all -g -y` in your terminal to install all skills globally. You need Node.js 18+, the Claude Code CLI, and jq installed first.

How does the autonomous coding loop work?โ–ผ

You describe a feature, Claude generates a PRD of small testable stories, and Ralph executes each story by writing code, running lint and tests, and committing when everything passes. Failures are saved and retried automatically.

Does agentic-loop work with Claude Code?โ–ผ

Yes. It is built specifically for Claude Code and orchestrates the Claude CLI for code generation, verification, and testing in a two-terminal workflow.

Can beginners use agentic-loop without coding experience?โ–ผ

Yes. The /tour command walks you through setup interactively, and the loop handles coding, testing, and committing based on plain-English feature descriptions.

How does agentic-loop verify the code it writes?โ–ผ

After each story it runs a verification pipeline covering linting, unit tests, PRD test steps, API smoke tests, and frontend browser checks before committing.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’