prompt-engineering/SKILL.md
Analyze and optimize prompts for AI coding agents. Decompose tasks into components (skills/commands/agents), detect missing context, and produce ready-to-paste improved prompts. Advisory only — outputs prompts, not code. Triggers: "optimize prompt", "improve my prompt", "rewrite this prompt", "how to write a prompt for", "help me prompt"
npx skillsauth add lidge-jun/cli-jaw-skills prompt-engineeringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze a draft prompt, identify gaps, map it to available agent components, and output an optimized prompt the user can paste and run.
Advisory only — output analysis and an optimized prompt. Do not execute the task.
Before analyzing the prompt, detect context from the working directory:
CLAUDE.md / AGENTS.md for project conventionspackage.json → Node / TypeScript / React / Next.jsgo.mod → Gopyproject.toml / requirements.txt → PythonCargo.toml → Rustbuild.gradle / pom.xml → Java / KotlinIf no project files found, flag "tech stack unknown" and proceed.
Classify the user's task:
| Category | Signal Words | Example | |----------|-------------|---------| | New Feature | build, create, add, implement | "Build a login page" | | Bug Fix | fix, broken, not working, error | "Fix the auth flow" | | Refactor | refactor, clean up, restructure | "Refactor the API layer" | | Research | how to, what is, explore | "How to add SSO" | | Testing | test, coverage, verify | "Add tests for the cart" | | Review | review, audit, check | "Review my PR" | | Documentation | document, update docs | "Update the API docs" | | Infrastructure | deploy, CI, docker, database | "Set up CI/CD pipeline" |
| Scope | Heuristic | Approach | |-------|-----------|----------| | Trivial | Single file, < 50 lines | Direct execution | | Low | Single component or module | Single skill or tool | | Medium | Multiple components, same domain | Chained steps + verification | | High | Cross-domain, 5+ files | Plan first, then phased execution | | Epic | Multi-session, architectural shift | Multi-session plan with checkpoints |
Map intent + scope to available agent components:
| Intent | Skills | Agents | |--------|--------|--------| | New Feature | dev, dev-frontend/backend, dev-scaffolding | planner, code-reviewer | | Bug Fix | dev-testing, dev-debugging | tdd-guide | | Refactor | dev-code-reviewer | code-reviewer | | Research | search, rag | explore agent | | Testing | dev-testing | test runner | | Review | dev-code-reviewer | code-reviewer | | Documentation | documentation | doc writer | | Infrastructure | dev-backend | architect |
For project-specific skills, check .agents/skills/ to find applicable ones.
Scan the prompt for missing information:
If 3+ items are missing, ask the user up to 3 clarification questions before generating the optimized prompt.
Produce two versions:
Full version (inside a fenced code block):
Quick version (one-liner patterns):
| Intent | Pattern |
|--------|---------|
| New Feature | Plan [feature]. Implement with tests. Review. Verify. |
| Bug Fix | Write failing test for [bug]. Fix to green. Verify. |
| Refactor | Refactor [scope]. Review. Verify no regressions. |
| Research | Search for [topic]. Summarize findings with citations. |
| Testing | Add tests for [module]. Target [coverage]% coverage. |
### Prompt Diagnosis
**Strengths**: (what the original does well)
**Issues**: (table: issue | impact | fix)
**Needs Clarification**: (numbered questions)
### Recommended Components
(table: type | component | purpose)
### Optimized Prompt — Full
(fenced code block, ready to paste)
### Optimized Prompt — Quick
(one-liner)
### Enhancement Rationale
(table: what was added | why)
.agents/skills/ firstdevelopment
Goal execution guidelines with PABCD integration, verification tiers, documentation workflow, and AI-driven planning
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Use this skill any time a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv). This includes: creating, reading, editing, analyzing, or formatting spreadsheets; cleaning messy tabular data; converting between formats; and data visualization with charts. Also use for pandas-based data analysis when the deliverable is a spreadsheet. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration.
tools
Use this skill when the user wants to build a financial model, 3-statement model, DCF valuation, cap table, scenario analysis, or financial projections in Excel. Trigger on: 'financial model', '3-statement model', 'DCF', 'cap table', 'pro forma', 'projections', 'sensitivity analysis', 'waterfall', 'debt schedule', 'break-even', 'discounted cash flow', 'capitalization table', 'fundraising model', 'WACC calculation', 'scenario analysis model'. Input is a text prompt with assumptions. Output is a single .xlsx file with formula-driven, interconnected statement sheets.