Implementing new features
Provide guidelines on how to implement new features in a project. Should be used when adding or updating features.From its SKILL.md
npx -y skills add brlin-tw/implementing-new-featuresAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 141 tokens by cl100k_base, as published. Nobody here has run it
The implementing-new-features agent skill
Provide guidelines on how to implement new features in a project. Should be used when adding or updating features.
Implement features in small increments
When implementing new features, break them down into small, incremental changes. Each change should be self-contained and focused on a specific aspect of the feature. This approach allows for easier testing, review, and integration.
Ensure human-in-the-loop review
Before finalizing any changes or recommendations, ensure that a human reviews the output. This step is crucial for maintaining quality, accuracy, and alignment with project goals.
Always draft a commit message and wait for a human to review and approve the changes before committing the change.
What ships with it: 25 files
93.3 KB alongside SKILL.md, 9 of them executable
LICENSES/
- CC-BY-SA-4.0.txt17.9 KB
- WTFPL.txt432 B
continuous-integration/
- create-gitlab-release.shruns2.1 KB
- do-static-analysis.install-system-deps.shruns7.0 KB
- do-static-analysis.shruns2.2 KB
- generate-build-artifacts.install-system-deps.shruns3.3 KB
- generate-build-artifacts.shruns3.0 KB
- generate-release-description.shruns4.3 KB
- patch-github-actions-sudo-security-policy.shruns4.2 KB
- sudoers.d/90_allow_github_actions_default_envvars.sudoers704 B
- sudoers.d/README.md365 B
- upload-gitlab-generic-packages.shruns1.8 KB
- AGENTS.md1.4 KB
- .editorconfig1.5 KB
- functions.shruns26.3 KB
- .gitattributes621 B
- .gitignore1.8 KB
- .gitlab-ci.yml1.8 KB
- .gitmodules230 B
- .markdownlint.yml1.4 KB
- .pre-commit-config.yaml2.3 KB
- README.md1.9 KB
- REUSE.toml516 B
- .shellcheckrc403 B
- .yamllint5.7 KB