Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
- **Frontend dev**: `cd frontend && pnpm run dev` | **build**: `pnpm run build` | **lint**: `pnpm run lint`
Sign in to like and favorite skills
cd frontend && pnpm run dev | build: pnpm run build | lint: pnpm run lintcd backend && ./start.sh or uvicorn main:app --reloadcd backend && pytest | single test: pytest tests/test_auth.py::test_login_redirectnpx vitest if needed.string | null). Avoid any except for untyped external data.try-catch with err: any, optional chaining (?.), user-facing alertsOptional[T] for nullables, List[Dict[str, Any]] for complex structures._prefix for privateHTTPException for API errors, print statements for debugging, early returns for validationgetByRole, getByLabelText). Mock external dependencies.async/await consistently. FastAPI endpoints always async def.Agents & rules:
@bug-hunter to investigate and fix bugs by finding root causes, not just symptoms. The bug hunter will trace the issue, identify the underlying problem, and implement a proper fix.@architect to plan the implementation: identify files to change, steps to take, and potential issues.@code-reviewer to review modified changes for quality, correctness, security, and best practices.@quality-assurance to run tests (pnpm test), lint (pnpm run lint), and build (pnpm build) — all must pass before the task is complete.@explore for fast file/code searches.@skill-contributor to create skills or identify skill opportunities using @explore.