From ham-autocode
Wrapper over gstack /research + /crawl + agent-browser. Adds ham-autocode data persistence layer (competitor.ts) for structured storage. Use when: "research competitors", "competitive analysis", "market landscape", "who are our competitors", or during Phase 1 strategic planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ham-autocode:researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **CLI alias used below:** `ham-cli` = `HAM_PROJECT_DIR="$PWD" node "${CLAUDE_PLUGIN_ROOT:-$PWD}/dist/index.js"`
CLI alias used below:
ham-cli=HAM_PROJECT_DIR="$PWD" node "${CLAUDE_PLUGIN_ROOT:-$PWD}/dist/index.js"
Research the competitive landscape for the current project.
Ask the user or infer from project docs:
# Initialize competitive analysis
ham-cli research init "<project-name>" "<domain>"
For each competitor, use available tools:
/research <competitor-name> features pricing tech stack
/crawl <competitor-url>
Use agent-browser to navigate competitor sites, take screenshots,
analyze UI/UX, check pricing pages.
# Add each competitor (the skill fills in the details from research)
ham-cli research add "<competitor-name>"
ham-cli research report
The analysis is saved to .ham-autocode/research/competitive-analysis.json and
can be referenced by /ham-autocode:auto during Phase 1 planning.
npx claudepluginhub hammercui/ham-autocodeProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.