fastapi
- [ ] **API Design:** Define RESTful endpoints, path parameters, and query parameters. - [ ] **Data Validation:** Plan Pydantic models for request (In) and…
Skill, Coding, Implementation, Clean Code
$ npx -y skills add DongDuong2001/pudo-code-system --skill code --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codeContext preview
The summary Claude sees to decide when to auto-load this skill.
Skill, Coding, Implementation, Clean Code
> Skill, Coding, Implementation, Clean Code
Use this prompt when you have a clear plan and need the AI to generate the actual implementation code. This skill enforces strict adherence to clean code principles, testability, and robust error handling.
Adopt the persona of a Senior Software Engineer. I need you to write production-ready code based on the following specifications:
Specifications:
{{specifications}}
Language/Framework:
{{language_framework}}
Existing Codebase Patterns to Follow:
{{existing_patterns}}
Please generate the implementation code adhering to these principles:
1. **Clean & Idiomatic:** Use standard conventions for the language. Keep functions small and focused on a single responsibility (SOLID principles).
2. **Robust Error Handling:** Do not swallow errors. Handle edge cases gracefully and use appropriate error boundaries or exceptions.
3. **Testable:** Write code that can be easily unit tested. Use dependency injection where appropriate.
4. **Self-Documenting:** Use clear, descriptive variable and function names. Only add comments to explain *why* something complex is being done, not *what* it is doing.
Provide the complete code blocks, avoiding abbreviations where possible.**Input:**
Adopt the persona of a Senior Software Engineer. I need you to write production-ready code based on the following specifications: Specifications: Create a React hook `useDebounce` that delays updating a value until a specified time has passed since the last change. Language/Framework: TypeScript, React 18 Existing Codebase Patterns to Follow: Always use generic types for custom hooks. Ensure strict typing. Please generate the implementation code adhering to these principles: [...rest of prompt...]
Modular, scalable, automated development intelligence.
Repo: DongDuong2001/pudo-code-system
- [ ] **API Design:** Define RESTful endpoints, path parameters, and query parameters. - [ ] **Data Validation:** Plan Pydantic models for request (In) and…
- [ ] **Framework Selection:** Choose web framework (Axum, Actix-web) based on performance vs. ecosystem needs. - [ ] **Crate Ecosystem:** Plan dependencies…
JavaScript/TypeScript development, paradigms, and runtime environments