ai-native-project-foundation
Use when setting up a project workspace from a plan: persist docs/implementation-plan.md, review ambiguities, and establish version control.
Signing
SignedSLSA L2- Signed by
- skills-hub.ai distributor
- Method
- Distributor-signed by skills-hub.aiCryptographically signed by the skills-hub.ai distributor key at publish time.
- Signed
Install this skill
Run this command in your terminal. No account required — it auto-detects your AI tool and installs the skill file.
npx @skills-hub-ai/cli install ai-native-project-foundationSetup by platform
Install
One-click setup for your editorRun in your project root
npx @skills-hub-ai/cli install ai-native-project-foundation --target claude-codeExamples
Prompt
I'm starting a new web app project. Can you set up the workspace and create an implementation plan?Output
The workspace is now set up in the specified directory. A `docs/implementation-plan.md` has been created based on your project outline. The plan has been reviewed for ambiguities, and clarifications have been noted. Version control has been initialized with an initial commit on the main branch. Your project foundation is ready for controlled implementation, with all structural prerequisites confirmed.Prompt
I have an existing repo for my API service. Please review the plan and prepare the foundation for development.Output
The existing repository has been inspected. The current `docs/implementation-plan.md` has been reviewed for ambiguities and missing constraints. Clarifications have been requested where needed. The plan has been updated accordingly. Version control status shows you are on branch 'develop' with uncommitted changes. The project foundation is now prepared, ensuring structural readiness before proceeding with implementation.Instructions
Security
Reviews (0)
Frequently asked questions about ai-native-project-foundation
What does the ai-native-project-foundation skill do?
Use when setting up a project workspace from a plan: persist docs/implementation-plan.md, review ambiguities, and establish version control. It's a reusable SKILL.md instruction set that loads into your AI coding assistant on demand, no prompt engineering, no copy-pasting every session.
How do I install the ai-native-project-foundation skill?
Run `npx @skills-hub-ai/cli install ai-native-project-foundation` from your terminal. The CLI writes the SKILL.md to the correct location for your AI tool (e.g. ~/.claude/skills/ai-native-project-foundation/ for Claude Code or ~/.cursor/skills/ for Cursor with --target cursor) and adds it to your project's .skills.json lockfile.
Which AI tools does ai-native-project-foundation work with?
ai-native-project-foundation runs in Claude Code, Cursor, Codex CLI. It follows the open Agent Skills standard (SKILL.md), so the same skill works in every supported tool without modification.
Is the ai-native-project-foundation skill free?
Yes. Every skill on skills-hub.ai is free and open-source. There are no premium tiers, paywalls, or usage limits. You only pay for whatever AI assistant you're already using.
How do I use ai-native-project-foundation after installing it?
In Claude Code, type `/ai-native-project-foundation` (or whatever slash command the skill registers) and the AI follows the skill's instructions immediately. You can also reference it by name in natural language, your AI loads the skill into context when relevant.
Can I share the ai-native-project-foundation skill with my team?
Yes. Commit your project's .skills.json lockfile and teammates run `npx @skills-hub-ai/cli install` (no args) to install every skill at the exact version you pinned. Organization-scoped installs work via skills-hub.ai organizations.