AgentStack
SKILL verified MIT Self-run

Code

skill-dongduong2001-pudo-code-system-code · by DongDuong2001

A Claude skill from DongDuong2001/pudo-code-system.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-dongduong2001-pudo-code-system-code

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Software Engineering Code Skill

> Skill, Coding, Implementation, Clean Code

Context

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.

Variables

  • {{specifications}}: The detailed requirements or steps for the code you need.
  • {{language_framework}}: The programming language and framework being used.
  • {{existing_patterns}}: Any established patterns in the codebase that the AI must follow.

Prompt

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.

Example Usage

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...]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.