One-click install
npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill list-features
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: list_features
Source: https://github.com/krishnakanthb13/antigravity_global_skills/tree/main/list_features
Command: npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill list-features

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans a codebase to generate a comprehensive, prompt-based feature list in features_listed.md that can be used to recreate the app in any language.

Core Features & Use Cases

  • Deep project discovery: maps the repository structure, key modules, and dependencies to illuminate major features.
  • Prompt-driven specification: converts identified features into precise prompts and a rebuild-ready specification.
  • Output guarantee: produces a single, consistent features_listed.md that serves as a production-ready blueprint for cross-language implementation.

Quick Start

Run the skill against your project directory to generate features_listed.md containing a complete feature blueprint ready for reimplementation.

Frequently Asked Questions about list_features

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a feature blueprint from an existing codebase?ā–¼

A codebase feature blueprint is a language-agnostic specification that maps repository structure, dependencies, and data flows into precise prompts. It enables cross-language reconstruction by detailing core architecture, UI components, business logic, and API specifications in a single markdown file.

Can I use codebase feature specification to rebuild an app in a different programming language?ā–¼

The skill handles multi-language codebases spanning frontend, backend, and infrastructure. It scans across mixed technology stacks to enumerate features, prompts, and data flows, generating a consistent rebuild-ready specification regardless of the original languages used.

What is included in a prompt-driven feature specification for app reconstruction?ā–¼

To generate a feature blueprint, run the skill against your project directory. It scans the codebase to produce a single features_listed.md file containing a complete, structured feature blueprint ready for reimplementation in any language.

Does codebase feature generation work for multi-language repositories with mixed frontend and backend code?ā–¼

The main output is a single features_listed.md file. This markdown document serves as a complete, production-ready blueprint containing all identified features, architecture prompts, and specifications required for cross-language implementation.