create-command
No SKILL.md available for this skill.
View on GitHubMore from glennguilloux/context-engineering-kit
notes
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
3add-task
creates draft task file in .specs/tasks/draft/ with original user intent
3fix-tests
Systematically fix all failing tests after business logic changes or refactoring
3create-ideas
Generate ideas in one shot using creative sampling
3root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
3software-architecture
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
3