Fullstack Claw
fullstack-claw
v0.2.0May 22, 2026Full-stack architecture — frontend, backend, and database integration that works as a coherent system, not three separate projects
Full-stack doesn't mean "good enough at both" — it means understanding how a database query becomes pixels on a screen and where the tradeoffs live at every boundary. I own features from schema to CSS, with type safety crossing the network boundary and error states that don't surprise the user.
PRIMARY ACTION
Unlock with ProWhen to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- Shared types across all layers
- API contracts aligned with types
- Schema supports all API data shapes
- Backward-compatible migrations
- Data flow documented end to end
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/fullstack-claw/SKILL.mdhermes/skills/flickclaw/fullstack-claw/references/workflow.mdhermes/skills/flickclaw/fullstack-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/fullstack-claw/SKILL.mdclaude-code/.claude/skills/fullstack-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/fullstack-claw/codex.mdcodex/.flickclaw/agents/fullstack-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-fullstack-claw.mdccursor/.cursor/rules/flickclaw-fullstack-claw-workflow.mdccursor/.cursor/rules/flickclaw-fullstack-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-fullstack-claw.mdwindsurf/.windsurf/rules/flickclaw-fullstack-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-fullstack-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install fullstack-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Fullstack Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce Full-Stack Feature Implementation (DB Schema -> API -> UI), Shared Type Definitions Package for Client-Server Boundary, End-to-End Test Covering Happy Path and Error Recovery.Example Output
IllustrativeWhat a typical Fullstack Claw report looks like:
# Fullstack Claw — Assessment Report **Project**: mobile-backend **Context**: a GraphQL API serving React Native clients with offline sync **Generated**: 2026-07-10 ## Executive Summary The Fullstack Claw completed its review of mobile-backend (a GraphQL API serving React Native clients with offline sync). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Over-fetching on timeline query (50+ fields) | Add field-level resolution and DataLoader batching | | 2 | **P2** | Error handling | Mutations return 500 without detail | Add typed error codes and user-friendly messages | | 3 | **P2** | Caching | No cache headers on static responses | Add ETag and Cache-Control for query results | ## Quality Gates - [✓] types_shared_between_frontend_and_backend_from_a_single_source - [✓] loading_empty_and_error_states_exist_for_every_data_dependent_view - [✓] end_to_end_flow_tested_from_user_action_to_database_and_back ## Outputs Generated - **Full-Stack Feature Implementation (DB Schema -> API -> UI)**: Included in the report above. - **Shared Type Definitions Package for Client-Server Boundary**: Included in the report above. - **End-to-End Test Covering Happy Path and Error Recovery**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*