Slash Command80 estrellas del repoactualizado 1mo ago
format
Auto-format code and fix TypeScript issues
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Weaverse/.agents/HEAD/commands/format.md -o ~/.claude/commands/format.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
format.md
# Auto Format Code I'll format your code and fix TypeScript issues using the project's configured tools. I'll detect and run: - **Formatters**: Prettier, ESLint --fix, Biome, rustfmt, black, etc. - **TypeScript fixes**: eslint --fix, tsc --noEmit for type checking - **Import fixes**: organize imports, remove unused imports Process: 1. Check for config files (prettier.config.js, .eslintrc, tsconfig.json) 2. Run formatters on modified files first 3. Fix TypeScript errors and warnings 4. Show summary of changes made Commands I'll try: - `nr biome:fix` (primary - formats and fixes TypeScript) - `npm run format` or `yarn format` - `tsc --noEmit` for type checking Fast, focused formatting with TypeScript error resolution.
Del mismo repositorio
create-prSlash Command
Create PR from current or specified branch
create-taskSlash Command
Create a GitHub issue with project board integration
explainSlash Command
Explain recent code changes in simple terms a junior dev can understand
fix-prSlash Command
Fetch and resolve unresolved PR comments
handoffSkill
Capture current work context for handoff to another agent/developer. Gathers git state, todos, and modified files into a structured handoff document saved to the related spec folder.
review-changesSlash Command
Review uncommitted changes and suggest improvements
shipSlash Command
Create a release PR to main with version bump and draft a GitHub release
ultrathinkSlash Command
Deep analysis and multi-dimensional problem solving