From 8d81818ad4356e2c462de5500e02bccdd9ae95da Mon Sep 17 00:00:00 2001 From: ivanhelloprint Date: Tue, 3 Mar 2026 16:17:15 +0100 Subject: [PATCH] Initial repo setup with software-development skill template --- .gitignore | 9 +++++++++ README.md | 3 +++ software-development/SKILL.md | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 software-development/SKILL.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39d3805 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.env +.env.* +*.key +*.pem +*.secret +*credentials* +.skills-sync.json +__pycache__/ +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..d250c4c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# skills-software-development + +Skills for the Software Development process diff --git a/software-development/SKILL.md b/software-development/SKILL.md new file mode 100644 index 0000000..3fd1750 --- /dev/null +++ b/software-development/SKILL.md @@ -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.