Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Global defaults for Claude Code. Project CLAUDE.md overrides when conflicting.
Sign in to like and favorite skills
Global defaults for Claude Code. Project CLAUDE.md overrides when conflicting. Human architects, agent implements.
Assuming: [behavior]. Proceeding unless you object.Design concern: [issue]. Implementing as specified, but [risk].Ask before: destructive operations (data deletion, destructive git), external network calls not in codebase, secrets handling, paid APIs, production actions, irreversible changes (migrations, deletions)
Safe to proceed: dependency installs, tests, builds, dev servers, localhost/registry/docs network calls
Prefer reversible changes; flag irreversible actions with rollback plan.