agent-skills
Autonomous coding loops, PR reviews, and human-sounding writing
All Skills in This Repository (16)
Pure Emerald Level Indicatorsralph-json-start-loop
Automate Ralph autonomous loops over PRD JSONs using git worktrees.
ralph-github-create-issues
Convert PRD markdown files into linked GitHub parent and sub-issues.
technical-writing
Convert code changes into technical blog posts with frontmatter and WordPress drafts.
motion-design
Evaluate UI animations and recommend easing curves, durations, and implementation guidance.
markdown-img-alt-text
Add detailed alt text to image embeds in Markdown files.
create-prd
Generate a structured PRD document with user stories and requirements.
x-writing
Transform markdown notes and macOS Notes into tweet-ready X posts.
ralph-github-start-loop
Automate GitHub PRD story loops from assignment to closing.
review-pr
Assess GitHub PR comments from Copilot and reviewers against the codebase.
humanize
Rewrite AI-generated copy to remove robotic patterns and preserve meaning.
accessibility-review
Identify accessibility issues in UI components against WCAG 2.1/2.2 Level AA.
og-images
Generate branded Open Graph and Twitter share images with next/og ImageResponse in Next.js routes.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?â–¼
Run `npx skills add richtabor/agent-skills --all -g -y` in your terminal to install every skill in this collection globally.
What is the Ralph autonomous loop?â–¼
Ralph converts a PRD into right-sized stories, then implements them one by one in isolated git worktrees, committing and closing issues as it goes. It works with either local JSON files or GitHub Issues as the source of truth.
Can it make AI-written text sound human?â–¼
Yes. The humanize and red-pen skills apply dozens of rules based on Wikipedia's AI writing patterns guide to remove robotic phrasing while preserving your meaning.
Does it work with Cursor, Codex, and Copilot?â–¼
Yes. All skills follow the open Agent Skills standard and run in Claude Code, Cursor, Codex, and GitHub Copilot.
Can it publish blog posts to WordPress?â–¼
Yes. The technical-writing skill drafts posts from your codebase and saves them as WordPress drafts via the REST API, and the add-links skill weaves in internal and external links.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core