Initial repo setup with software-development skill template
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
*.secret
|
||||||
|
*credentials*
|
||||||
|
.skills-sync.json
|
||||||
|
__pycache__/
|
||||||
|
.DS_Store
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# skills-software-development
|
||||||
|
|
||||||
|
Skills for the Software Development process
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: software-development
|
||||||
|
description: >
|
||||||
|
Assists with software development workflows. Handles code generation, review, testing,
|
||||||
|
deployment, and best practices guidance. Use this skill when building features, fixing bugs,
|
||||||
|
reviewing code, or managing development workflows.
|
||||||
|
---
|
||||||
|
|
||||||
|
# Software Development
|
||||||
|
|
||||||
|
Placeholder skill for the Software Development process. This skill will be expanded with specific workflows for:
|
||||||
|
|
||||||
|
- Code generation and scaffolding
|
||||||
|
- Code review and quality checks
|
||||||
|
- Testing and test automation
|
||||||
|
- Deployment and CI/CD pipelines
|
||||||
|
- Architecture and design guidance
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This is a starter template. Customize it with your specific software development workflows.
|
||||||
Reference in New Issue
Block a user