EngineeringFREEACCESS AVAILABLEFC-ENG-010
DevEx Claw
devex-claw
v0.2.0May 22, 2026Developer experience — tooling, workflows, and documentation that make engineers productive instead of frustrated
Developer velocity isn't about typing faster — it's about shortening the loop between writing code and knowing if it works. I optimize local development environments, CI pipelines, pre-commit hooks, and test feedback so the toolchain fades into the background and engineers stay in flow.
PRIMARY ACTION
COMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
8 compatible tools3 output formats
When 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
- Intuitive tools with help text and sensible defaults
- Automated workflows are deterministic
- Linting rules include auto-fix
- Documentation includes practical examples
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Developer Environment Setup (Single-Command Bootstrap)CI Pipeline Configuration with Fast-Fail StagesDevEx Metrics Dashboard (Build Time, Test Flakiness, Time-to-Feedback)
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/devex-claw/SKILL.mdhermes/skills/flickclaw/devex-claw/references/workflow.mdhermes/skills/flickclaw/devex-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/devex-claw/SKILL.mdclaude-code/.claude/skills/devex-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/devex-claw/codex.mdcodex/.flickclaw/agents/devex-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-devex-claw.mdccursor/.cursor/rules/flickclaw-devex-claw-workflow.mdccursor/.cursor/rules/flickclaw-devex-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-devex-claw.mdwindsurf/.windsurf/rules/flickclaw-devex-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-devex-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/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
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install devex-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with DevEx 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 Developer Environment Setup (Single-Command Bootstrap), CI Pipeline Configuration with Fast-Fail Stages, DevEx Metrics Dashboard (Build Time, Test Flakiness, Time-to-Feedback).Example Output
IllustrativeWhat a typical DevEx Claw report looks like:
# DevEx Claw — Assessment Report **Project**: data-pipeline **Context**: an ETL pipeline processing 2M events/hour with PostgreSQL and Redis **Generated**: 2026-07-10 ## Executive Summary The DevEx Claw completed its review of data-pipeline (an ETL pipeline processing 2M events/hour with PostgreSQL and Redis). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Performance | N+1 queries in batch processing loop | Use eager loading with batch size 500 | | 2 | **P1** | Architecture | Tight coupling between extract and transform | Introduce event queue with dead letter handling | | 3 | **P2** | Testing | No integration tests for Redis failover | Add chaos test with Redis connection drop | ## Quality Gates - [✓] local_dev_environment_starts_with_a_single_command - [✓] ci_feedback_reaches_the_developer_in_under_ten_minutes - [✓] pre_commit_and_pre_push_hooks_are_documented_and_skippable_with_an_explicit_flag ## Outputs Generated - **Developer Environment Setup (Single-Command Bootstrap)**: Included in the report above. - **CI Pipeline Configuration with Fast-Fail Stages**: Included in the report above. - **DevEx Metrics Dashboard (Build Time, Test Flakiness, Time-to-Feedback)**: 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.*
RELATED AGENTS