Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- `README.md` and `SETUP.md` capture the HAM-Z™ workflow and install steps; keep them current alongside feature work.
Sign in to like and favorite skills
README.md and SETUP.md capture the HAM-Z™ workflow and install steps; keep them current alongside feature work..claude/agents/ hosts agent briefs and .claude/commands/ defines slash commands; update both whenever behaviour changes.ResumeSourceFolder/ and Job_Postings/; generated artefacts belong in OutputResumes/ and Briefing_Notes/. Retain .gitkeep sentinels.Sample_Output/, Scoring_Rubrics/, Intelligence_Reports/, SourceMaterial/) show accepted formatting—mirror their naming when sharing exemplars.npm run install-all installs npm dependencies plus Playwright Chrome; use npm install or npm run install-browsers if you only need packages or browsers.npx playwright test runs the suite (place specs in tests/); add --project=chromium for quick smoke checks.claude --workspace . spins up the Claude Code CLI so you can verify command registration before review.src/, using 2-space indentation and descriptive verbNoun command handlers or nounAgent orchestrators.Job_Postings/Company_Role_YYYY-MM-DD.md and outputs OutputResumes/Step{N}_Final_Resume_Role_Company_Date.md to keep automation parsable.@playwright/test; organise files as tests/<feature>.spec.ts and assert on Markdown content plus filesystem side effects.Sample_Output/ when checking formatting, updating those exemplars if expectations shift.Briefing_Notes/ only when it must persist; otherwise discard scratch artefacts locally.Add job search workflow support) and keep subjects under ~72 characters, noting key directories in the body when needed.npx playwright test, screenshots, or sample diffs)..claude/agents or .claude/commands so reviewers rerun command registration.README.md.ResumeSourceFolder/ to honour the provenance standard.