AI SummaryA Deno development workflow guide providing instructions for linting, formatting, type checking, and building projects. Useful for Deno developers seeking standardized quality assurance commands.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "candiru — Copilot Instructions" prompt rules to my project. Repository: https://github.com/candirugame/candiru Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
possum game
linting, formatting, type checking, and building
after completing a task, you may want to run these quality checks. it may be easiest to run them all together from a single command first. to do that, run the deno task allchecks command:
lint, fmt, type check, build
`bash deno task allchecks ` here are some individual checks you can also run if needed. generally if allchecks fails, it's most efficient to keep repeatedly calling allchecks until it passes.
linting
`bash deno task lint `
formatting
`bash deno fmt --check src ` to apply formatting, simply run `bash deno fmt src `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts