Radical Pipelines
Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →…
Install
Quick install
npx skills add https://github.com/automattic/radical-pipelines/tree/HEAD/skills/radical-pipelinesnpx skills add automattic/radical-pipelines --skill radical-pipelines --agent claude-codenpx skills add automattic/radical-pipelines --skill radical-pipelines --agent cursornpx skills add automattic/radical-pipelines --skill radical-pipelines --agent codexnpx skills add automattic/radical-pipelines --skill radical-pipelines --agent opencodenpx skills add automattic/radical-pipelines --skill radical-pipelines --agent github-copilotnpx skills add automattic/radical-pipelines --skill radical-pipelines --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add automattic/radical-pipelines --skill radical-pipelinesManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/automattic/radical-pipelines.gitcp -r radical-pipelines/skills/radical-pipelines ~/.claude/skills/radical-pipelines
Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →…
radical-pipelinesby automattic
Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →…npx skills add https://github.com/automattic/radical-pipelines --skill radical-pipelinesDownload ZIPGitHub
More skills from automattic
studio-cliby automatticUse the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage…wp-project-triageby automatticUse when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version…wp-rest-apiby automatticUse when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…wp-wpcli-and-opsby automatticUse when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing,…wpdsby automatticUse when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.wordpress-routerby automatticUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…wp-abilities-apiby automatticUse when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities)…wp-block-developmentby automatticUse when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic…---
Source: https://github.com/automattic/radical-pipelines/tree/HEAD/skills/radical-pipelines
Author: automattic
Discovered via: mcpservers.org
SKILL.md source
--- name: radical-pipelines description: Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →… --- # radical-pipelines Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →… # radical-pipelinesby automattic Execute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →… `npx skills add https://github.com/automattic/radical-pipelines --skill radical-pipelines`Download ZIPGitHub ## More skills from automattic studio-cliby automatticUse the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage…wp-project-triageby automatticUse when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version…wp-rest-apiby automatticUse when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…wp-wpcli-and-opsby automatticUse when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing,…wpdsby automatticUse when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.wordpress-routerby automatticUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…wp-abilities-apiby automatticUse when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities)…wp-block-developmentby automatticUse when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic… --- **Source**: https://github.com/automattic/radical-pipelines/tree/HEAD/skills/radical-pipelines **Author**: automattic **Discovered via**: mcpservers.org
Related skills 6
caveman
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
secure-linux-web-hosting
Use when setting up, hardening, or reviewing a cloud server for self-hosting, including DNS, SSH, firewalls, Nginx, static-site hosting, reverse-proxying an app, HTTPS with Let's Encrypt or ACME clients, safe HTTP-to-HTTPS redirects, or optional post-launch network tuning such as BBR.
readme-i18n
Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
lark-shared
Use when first setting up lark-cli, running auth login, switching user/bot identity (--as), handling permission denied or scope errors, needing to update lark-cli, or seeing _notice in JSON output.
improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
paper-context-resolver
Optional RigorPilot helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacin...