Full Stack Feature

v1.0.0

Meta-skill for orchestrating end-to-end feature development from persona research through deployed, tested code — coordinating skills, commands, and agents across every stage. Use when building a new feature end-to-end, coordinating frontend + backend work, or needing a structured approach from research to production.

2· 939·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's name/description (an orchestrator/meta-skill) matches what the SKILL.md actually does: it coordinates other skills, commands, and agents through an eight-stage workflow. It does not request unrelated binaries, env vars, or credentials, which is consistent for a coordinator/meta-skill.
Instruction Scope
Runtime instructions are limited to routing to other internal commands/skills (e.g., /create-persona, /create-component, /new-feature) and enforcing stage gates. The SKILL.md does not instruct the agent to read unrelated files, exfiltrate data, or call external endpoints directly. It does assume the presence of other skills/commands which will perform concrete actions.
Install Mechanism
There is no install spec in the registry (instruction-only), so nothing is written to disk by the registry entry itself. README includes manual install examples and an npx command referencing a GitHub path; following those external install instructions would fetch code from outside the registry — review the external repo before running such commands.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate given that the skill only orchestrates other internal skills. However, the security posture depends on the privileges of the referenced skills/commands it will invoke.
Persistence & Privilege
always:false and normal model invocation are set (defaults). The skill does not request permanent presence or system-wide configuration changes. Note: as a meta-skill it will invoke other skills/agents — those invoked skills may have different persistence/privilege profiles that you should review.
Assessment
This skill is internally consistent for a meta-orchestrator: it only routes to other skills and doesn't ask for secrets or install code itself. Before installing or running it, do the following: (1) confirm the source repository or homepage (registry lists source as unknown); (2) inspect the SKILL.md / SKILL files of the referenced commands and skills (/create-persona, /create-component, api-development, testing-workflow, etc.) to see what those actually do and what credentials they require; (3) avoid running the README's npx/git copy commands unless you trust the external GitHub repo; and (4) if you plan to allow autonomous invocation, ensure the invoked skills have appropriate, minimal permissions and do not contact untrusted external endpoints. If you want higher assurance, provide the source repo or the SKILL.md files for the referenced skills so they can be reviewed as well.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fhknsfyg5fbntr1b7snx9z980xbvd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments