skills/build/SKILL.md
--- name: build description: name: build This command manages a 4-phase feature development workflow for building major features. Parse `$ARGUMENTS` to determine which subcommand to run. category: Document Processing source: antigravity tags: [markdown, api, ai, workflow, design, document, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/build --- --- name: build description: Feature development pipeline - research, plan, track, and implement major feature
npx skillsauth add ranbot-ai/awesome-skills skills/buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Feature development pipeline - research, plan, track, and implement major features.
research, implementation, progress, or phase.This command manages a 4-phase feature development workflow for building major features. Parse $ARGUMENTS to determine which subcommand to run.
Arguments provided: $ARGUMENTS
Parse the first word of $ARGUMENTS to determine the subcommand:
research [name] → Run the Research phaseimplementation [name] → Run the Implementation phaseprogress [name] → Run the Progress phasephase [n] [name] → Run Phase n of the implementationstatus [name] → Show current status and suggest next stepIf the feature name is not provided in arguments, you MUST use AskUserQuestion to prompt for it.
If no arguments provided, display this help:
/build - Feature Development Pipeline
Subcommands:
/build research [name] Deep research on a feature idea
/build implementation [name] Create phased implementation plan
/build progress [name] Set up progress tracking
/build phase [n] [name] Execute implementation phase n
/build status [name] Show status and next steps
Example workflow:
/build research chat-interface
/build implementation chat-interface
/build progress chat-interface
/build phase 1 chat-interface
Then use AskUserQuestion to ask what they'd like to do:
If feature name not in arguments, use AskUserQuestion:
Check if docs/{name}/RESEARCH.md already exists.
If it exists, use AskUserQuestion:
If "Skip" selected, suggest running /build implementation {name} and exit.
Use AskUserQuestion to understand the feature:
Use AskUserQuestion:
Now conduct DEEP research on the feature:
Research should cover:
testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.