Initial repo setup with software-development skill template

This commit is contained in:
2026-03-03 16:17:15 +01:00
commit 8d81818ad4
3 changed files with 33 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.env
.env.*
*.key
*.pem
*.secret
*credentials*
.skills-sync.json
__pycache__/
.DS_Store
+3
View File
@@ -0,0 +1,3 @@
# skills-software-development
Skills for the Software Development process
+21
View File
@@ -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.