Anything-Extract
PRD writing, code review, TDD, and refactoring workflows
All Skills in This Repository (14)
Pure Emerald Level Indicatorsbackend-code-review
Analyze Python backend code for security, performance, and maintainability issues.
write-a-prd
Create product requirement documents through interactive prompts and codebase exploration.
triage-issue
Analyze code repository issues and generate TDD repair plans.
prd-to-plan
Convert product requirement documents into phased implementation plans with user stories and validation criteria.
ubiquitous-language
Extract and standardize domain terminology into a markdown glossary.
frontend-code-review
Analyze React and TypeScript code for structural quality and performance bottlenecks.
request-refactor-plan
Create stepwise refactoring plans with commit actions and decision documentation.
improve-codebase-architecture
Analyze code repositories to identify shallow modules, tight coupling, and testing barriers.
edit-article
Reorganize paragraphs and rewrite article content for improved readability.
prd-to-issues
Converts product requirement documents into GitHub issues by analyzing their content.
write-a-skill
Create new agent skills with structured templates and documentation guidance.
architecture-doc
Create and maintain technical architecture documentation in ARCHITECTURE.md.
Frequently Asked Questions
FAQPage SchemaHow to install Anything-Extract?โผ
Run `npx skills add ProgrammerAnthony/Anything-Extract --all -g -y` in your terminal to install all skills in this suite globally.
How to turn a PRD into GitHub issues?โผ
The prd-to-issues skill splits your PRD into thin vertical slices and creates ready-to-claim GitHub issues with acceptance criteria and dependencies.
Can it review my backend and frontend code?โผ
Yes. Dedicated backend and frontend code review skills check your Python and React/TypeScript code against rule checklists covering security, performance, and code quality.
Does it support test-driven development?โผ
Yes. The tdd skill walks you through red-green-refactor cycles using behavior-focused integration tests instead of implementation-coupled tests.
Do I need coding experience to use these skills?โผ
Basic development knowledge helps, but each skill provides step-by-step workflows and templates that guide you through planning, review, and refactoring tasks.
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