ma-agents 2.20.0 → 2.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.cline/clinerules.md +0 -14
- package/.cline/skills/.ma-agents.json +0 -199
- package/.cline/skills/MANIFEST.yaml +0 -204
- package/.cline/skills/ai-audit-trail/SKILL.md +0 -23
- package/.cline/skills/cmake-best-practices/SKILL.md +0 -64
- package/.cline/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.cline/skills/code-documentation/SKILL.md +0 -57
- package/.cline/skills/code-documentation/examples/cpp.md +0 -29
- package/.cline/skills/code-documentation/examples/csharp.md +0 -28
- package/.cline/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.cline/skills/code-documentation/examples/python.md +0 -57
- package/.cline/skills/code-review/SKILL.md +0 -59
- package/.cline/skills/commit-message/SKILL.md +0 -79
- package/.cline/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.cline/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.cline/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.cline/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.cline/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.cline/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.cline/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.cline/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.cline/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.cline/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.cline/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.cline/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.cline/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.cline/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.cline/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.cline/skills/docker-image-signing/SKILL.md +0 -28
- package/.cline/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.cline/skills/document-revision-history/SKILL.md +0 -104
- package/.cline/skills/git-workflow-skill/SKILL.md +0 -194
- package/.cline/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.cline/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.cline/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.cline/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.cline/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.cline/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.cline/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.cline/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.cline/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.cline/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.cline/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.cline/skills/logging-best-practices/SKILL.md +0 -50
- package/.cline/skills/logging-best-practices/docs/logging-standards.md +0 -29
- package/.cline/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.cline/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.cline/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.cline/skills/logging-best-practices/examples/python.md +0 -57
- package/.cline/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.cline/skills/opentelemetry-best-practices/docs/otel-standards.md +0 -37
- package/.cline/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.cline/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.cline/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.cline/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.cline/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.cline/skills/python-security-skill/SKILL.md +0 -56
- package/.cline/skills/python-security-skill/examples/security.md +0 -56
- package/.cline/skills/self-signed-cert/SKILL.md +0 -42
- package/.cline/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.cline/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.cline/skills/skill-creator/SKILL.md +0 -196
- package/.cline/skills/skill-creator/docs/output-patterns.md +0 -82
- package/.cline/skills/skill-creator/docs/workflows.md +0 -28
- package/.cline/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.cline/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.cline/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.cline/skills/test-accompanied-development/SKILL.md +0 -50
- package/.cline/skills/test-generator/SKILL.md +0 -73
- package/.cline/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.cline/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.cline/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/.clinerules +0 -14
- package/.cursor/cursor.md +0 -14
- package/.cursor/skills/.ma-agents.json +0 -199
- package/.cursor/skills/MANIFEST.yaml +0 -204
- package/.cursor/skills/ai-audit-trail/SKILL.md +0 -23
- package/.cursor/skills/cmake-best-practices/SKILL.md +0 -64
- package/.cursor/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.cursor/skills/code-documentation/SKILL.md +0 -57
- package/.cursor/skills/code-documentation/examples/cpp.md +0 -29
- package/.cursor/skills/code-documentation/examples/csharp.md +0 -28
- package/.cursor/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.cursor/skills/code-documentation/examples/python.md +0 -57
- package/.cursor/skills/code-review/SKILL.md +0 -43
- package/.cursor/skills/commit-message/SKILL.md +0 -79
- package/.cursor/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.cursor/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.cursor/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.cursor/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.cursor/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.cursor/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.cursor/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.cursor/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.cursor/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.cursor/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.cursor/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.cursor/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.cursor/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.cursor/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.cursor/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.cursor/skills/docker-image-signing/SKILL.md +0 -28
- package/.cursor/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.cursor/skills/document-revision-history/SKILL.md +0 -104
- package/.cursor/skills/git-workflow-skill/SKILL.md +0 -194
- package/.cursor/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.cursor/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.cursor/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.cursor/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.cursor/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.cursor/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.cursor/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.cursor/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.cursor/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.cursor/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.cursor/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.cursor/skills/logging-best-practices/SKILL.md +0 -50
- package/.cursor/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.cursor/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.cursor/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.cursor/skills/logging-best-practices/examples/python.md +0 -57
- package/.cursor/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.cursor/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.cursor/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.cursor/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.cursor/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.cursor/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.cursor/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.cursor/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.cursor/skills/python-security-skill/SKILL.md +0 -56
- package/.cursor/skills/python-security-skill/examples/security.md +0 -56
- package/.cursor/skills/self-signed-cert/SKILL.md +0 -42
- package/.cursor/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.cursor/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.cursor/skills/skill-creator/SKILL.md +0 -196
- package/.cursor/skills/skill-creator/references/output-patterns.md +0 -82
- package/.cursor/skills/skill-creator/references/workflows.md +0 -28
- package/.cursor/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.cursor/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.cursor/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.cursor/skills/test-accompanied-development/SKILL.md +0 -50
- package/.cursor/skills/test-generator/SKILL.md +0 -65
- package/.cursor/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.cursor/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.cursor/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/.gemini/gemini.md +0 -14
- package/.gemini/skills/.ma-agents.json +0 -199
- package/.gemini/skills/MANIFEST.yaml +0 -204
- package/.gemini/skills/ai-audit-trail/SKILL.md +0 -23
- package/.gemini/skills/cmake-best-practices/SKILL.md +0 -64
- package/.gemini/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.gemini/skills/code-documentation/SKILL.md +0 -57
- package/.gemini/skills/code-documentation/examples/cpp.md +0 -29
- package/.gemini/skills/code-documentation/examples/csharp.md +0 -28
- package/.gemini/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.gemini/skills/code-documentation/examples/python.md +0 -57
- package/.gemini/skills/code-review/SKILL.md +0 -43
- package/.gemini/skills/commit-message/SKILL.md +0 -79
- package/.gemini/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.gemini/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.gemini/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.gemini/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.gemini/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.gemini/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.gemini/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.gemini/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.gemini/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.gemini/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.gemini/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.gemini/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.gemini/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.gemini/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.gemini/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.gemini/skills/docker-image-signing/SKILL.md +0 -28
- package/.gemini/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.gemini/skills/document-revision-history/SKILL.md +0 -104
- package/.gemini/skills/git-workflow-skill/SKILL.md +0 -194
- package/.gemini/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.gemini/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.gemini/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.gemini/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.gemini/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.gemini/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.gemini/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.gemini/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.gemini/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.gemini/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.gemini/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.gemini/skills/logging-best-practices/SKILL.md +0 -50
- package/.gemini/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.gemini/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.gemini/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.gemini/skills/logging-best-practices/examples/python.md +0 -57
- package/.gemini/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.gemini/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.gemini/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.gemini/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.gemini/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.gemini/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.gemini/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.gemini/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.gemini/skills/python-security-skill/SKILL.md +0 -56
- package/.gemini/skills/python-security-skill/examples/security.md +0 -56
- package/.gemini/skills/self-signed-cert/SKILL.md +0 -42
- package/.gemini/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.gemini/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.gemini/skills/skill-creator/SKILL.md +0 -196
- package/.gemini/skills/skill-creator/references/output-patterns.md +0 -82
- package/.gemini/skills/skill-creator/references/workflows.md +0 -28
- package/.gemini/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.gemini/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.gemini/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.gemini/skills/test-accompanied-development/SKILL.md +0 -50
- package/.gemini/skills/test-generator/SKILL.md +0 -65
- package/.gemini/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.gemini/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.gemini/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/.github/copilot/copilot.md +0 -14
- package/.github/copilot/skills/.ma-agents.json +0 -199
- package/.github/copilot/skills/MANIFEST.yaml +0 -204
- package/.github/copilot/skills/ai-audit-trail/SKILL.md +0 -23
- package/.github/copilot/skills/cmake-best-practices/SKILL.md +0 -64
- package/.github/copilot/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.github/copilot/skills/code-documentation/SKILL.md +0 -57
- package/.github/copilot/skills/code-documentation/examples/cpp.md +0 -29
- package/.github/copilot/skills/code-documentation/examples/csharp.md +0 -28
- package/.github/copilot/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.github/copilot/skills/code-documentation/examples/python.md +0 -57
- package/.github/copilot/skills/code-review/SKILL.md +0 -43
- package/.github/copilot/skills/commit-message/SKILL.md +0 -79
- package/.github/copilot/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.github/copilot/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.github/copilot/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.github/copilot/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.github/copilot/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.github/copilot/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.github/copilot/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.github/copilot/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.github/copilot/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.github/copilot/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.github/copilot/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.github/copilot/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.github/copilot/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.github/copilot/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.github/copilot/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.github/copilot/skills/docker-image-signing/SKILL.md +0 -28
- package/.github/copilot/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.github/copilot/skills/document-revision-history/SKILL.md +0 -104
- package/.github/copilot/skills/git-workflow-skill/SKILL.md +0 -194
- package/.github/copilot/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.github/copilot/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.github/copilot/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.github/copilot/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.github/copilot/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.github/copilot/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.github/copilot/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.github/copilot/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.github/copilot/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.github/copilot/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.github/copilot/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.github/copilot/skills/logging-best-practices/SKILL.md +0 -50
- package/.github/copilot/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.github/copilot/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.github/copilot/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.github/copilot/skills/logging-best-practices/examples/python.md +0 -57
- package/.github/copilot/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.github/copilot/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.github/copilot/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.github/copilot/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.github/copilot/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.github/copilot/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.github/copilot/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.github/copilot/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.github/copilot/skills/python-security-skill/SKILL.md +0 -56
- package/.github/copilot/skills/python-security-skill/examples/security.md +0 -56
- package/.github/copilot/skills/self-signed-cert/SKILL.md +0 -42
- package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.github/copilot/skills/skill-creator/SKILL.md +0 -196
- package/.github/copilot/skills/skill-creator/references/output-patterns.md +0 -82
- package/.github/copilot/skills/skill-creator/references/workflows.md +0 -28
- package/.github/copilot/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.github/copilot/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.github/copilot/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.github/copilot/skills/test-accompanied-development/SKILL.md +0 -50
- package/.github/copilot/skills/test-generator/SKILL.md +0 -65
- package/.github/copilot/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.github/copilot/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.github/copilot/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/.kilocode/kilocode.md +0 -14
- package/.kilocode/skills/.ma-agents.json +0 -199
- package/.kilocode/skills/MANIFEST.yaml +0 -204
- package/.kilocode/skills/ai-audit-trail/SKILL.md +0 -23
- package/.kilocode/skills/cmake-best-practices/SKILL.md +0 -64
- package/.kilocode/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.kilocode/skills/code-documentation/SKILL.md +0 -57
- package/.kilocode/skills/code-documentation/examples/cpp.md +0 -29
- package/.kilocode/skills/code-documentation/examples/csharp.md +0 -28
- package/.kilocode/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.kilocode/skills/code-documentation/examples/python.md +0 -57
- package/.kilocode/skills/code-review/SKILL.md +0 -43
- package/.kilocode/skills/commit-message/SKILL.md +0 -79
- package/.kilocode/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.kilocode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.kilocode/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.kilocode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.kilocode/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.kilocode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.kilocode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.kilocode/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.kilocode/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.kilocode/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.kilocode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.kilocode/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.kilocode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.kilocode/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.kilocode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.kilocode/skills/docker-image-signing/SKILL.md +0 -28
- package/.kilocode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.kilocode/skills/document-revision-history/SKILL.md +0 -104
- package/.kilocode/skills/git-workflow-skill/SKILL.md +0 -194
- package/.kilocode/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.kilocode/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.kilocode/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.kilocode/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.kilocode/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.kilocode/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.kilocode/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.kilocode/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.kilocode/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.kilocode/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.kilocode/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.kilocode/skills/logging-best-practices/SKILL.md +0 -50
- package/.kilocode/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.kilocode/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.kilocode/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.kilocode/skills/logging-best-practices/examples/python.md +0 -57
- package/.kilocode/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.kilocode/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.kilocode/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.kilocode/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.kilocode/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.kilocode/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.kilocode/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.kilocode/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.kilocode/skills/python-security-skill/SKILL.md +0 -56
- package/.kilocode/skills/python-security-skill/examples/security.md +0 -56
- package/.kilocode/skills/self-signed-cert/SKILL.md +0 -42
- package/.kilocode/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.kilocode/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.kilocode/skills/skill-creator/SKILL.md +0 -196
- package/.kilocode/skills/skill-creator/references/output-patterns.md +0 -82
- package/.kilocode/skills/skill-creator/references/workflows.md +0 -28
- package/.kilocode/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.kilocode/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.kilocode/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.kilocode/skills/test-accompanied-development/SKILL.md +0 -50
- package/.kilocode/skills/test-generator/SKILL.md +0 -65
- package/.kilocode/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.kilocode/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.kilocode/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/lib/bmad-cache/tea/.github/CODE_OF_CONDUCT.md +0 -128
- package/lib/bmad-cache/tea/.github/FUNDING.yaml +0 -15
- package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/config.yaml +0 -11
- package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/feature_request.md +0 -70
- package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/issue.md +0 -61
- package/lib/bmad-cache/tea/.github/workflows/docs.yaml +0 -66
- package/lib/bmad-cache/tea/.github/workflows/manual-release.yaml +0 -195
- package/lib/bmad-cache/tea/.github/workflows/quality.yaml +0 -114
package/package.json
CHANGED
package/.cline/clinerules.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- MA-AGENTS-START -->
|
|
3
|
-
# AI Agent Skills - Planning Instruction
|
|
4
|
-
|
|
5
|
-
You have access to a library of skills in your skills directory. Before starting any task:
|
|
6
|
-
|
|
7
|
-
1. Read the skill manifest at .cline/skills/MANIFEST.yaml
|
|
8
|
-
2. Based on the task description, select which skills are relevant
|
|
9
|
-
3. Read only the selected skill files
|
|
10
|
-
4. Then proceed with the task
|
|
11
|
-
|
|
12
|
-
Always load skills marked with always_load: true.
|
|
13
|
-
Do not load skills that are not relevant to the current task.
|
|
14
|
-
<!-- MA-AGENTS-END -->
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manifestVersion": "1.1.0",
|
|
3
|
-
"agent": "cline",
|
|
4
|
-
"agents": [
|
|
5
|
-
"cline"
|
|
6
|
-
],
|
|
7
|
-
"scope": "project",
|
|
8
|
-
"skills": {
|
|
9
|
-
"ai-audit-trail": {
|
|
10
|
-
"version": "1.0.0",
|
|
11
|
-
"installedAt": "2026-03-16T19:09:21.122Z",
|
|
12
|
-
"updatedAt": "2026-03-16T19:09:21.122Z",
|
|
13
|
-
"installerVersion": "2.19.2",
|
|
14
|
-
"agentVersion": "1.0.0"
|
|
15
|
-
},
|
|
16
|
-
"cmake-best-practices": {
|
|
17
|
-
"version": "1.0.0",
|
|
18
|
-
"installedAt": "2026-03-16T19:09:21.265Z",
|
|
19
|
-
"updatedAt": "2026-03-16T19:09:21.265Z",
|
|
20
|
-
"installerVersion": "2.19.2",
|
|
21
|
-
"agentVersion": "1.0.0"
|
|
22
|
-
},
|
|
23
|
-
"code-documentation": {
|
|
24
|
-
"version": "1.0.0",
|
|
25
|
-
"installedAt": "2026-03-16T19:09:21.431Z",
|
|
26
|
-
"updatedAt": "2026-03-16T19:09:21.431Z",
|
|
27
|
-
"installerVersion": "2.19.2",
|
|
28
|
-
"agentVersion": "1.0.0"
|
|
29
|
-
},
|
|
30
|
-
"code-review": {
|
|
31
|
-
"version": "1.0.0",
|
|
32
|
-
"installedAt": "2026-03-16T19:09:21.555Z",
|
|
33
|
-
"updatedAt": "2026-03-16T19:09:21.555Z",
|
|
34
|
-
"installerVersion": "2.19.2",
|
|
35
|
-
"agentVersion": "1.0.0"
|
|
36
|
-
},
|
|
37
|
-
"commit-message": {
|
|
38
|
-
"version": "1.0.0",
|
|
39
|
-
"installedAt": "2026-03-16T19:09:21.672Z",
|
|
40
|
-
"updatedAt": "2026-03-16T19:09:21.672Z",
|
|
41
|
-
"installerVersion": "2.19.2",
|
|
42
|
-
"agentVersion": "1.0.0"
|
|
43
|
-
},
|
|
44
|
-
"cpp-concurrency-safety": {
|
|
45
|
-
"version": "1.0.0",
|
|
46
|
-
"installedAt": "2026-03-16T19:09:21.799Z",
|
|
47
|
-
"updatedAt": "2026-03-16T19:09:21.799Z",
|
|
48
|
-
"installerVersion": "2.19.2",
|
|
49
|
-
"agentVersion": "1.0.0"
|
|
50
|
-
},
|
|
51
|
-
"cpp-const-correctness": {
|
|
52
|
-
"version": "1.0.0",
|
|
53
|
-
"installedAt": "2026-03-16T19:09:21.941Z",
|
|
54
|
-
"updatedAt": "2026-03-16T19:09:21.941Z",
|
|
55
|
-
"installerVersion": "2.19.2",
|
|
56
|
-
"agentVersion": "1.0.0"
|
|
57
|
-
},
|
|
58
|
-
"cpp-memory-handling": {
|
|
59
|
-
"version": "1.0.0",
|
|
60
|
-
"installedAt": "2026-03-16T19:09:22.098Z",
|
|
61
|
-
"updatedAt": "2026-03-16T19:09:22.098Z",
|
|
62
|
-
"installerVersion": "2.19.2",
|
|
63
|
-
"agentVersion": "1.0.0"
|
|
64
|
-
},
|
|
65
|
-
"cpp-modern-composition": {
|
|
66
|
-
"version": "1.0.0",
|
|
67
|
-
"installedAt": "2026-03-16T19:09:22.413Z",
|
|
68
|
-
"updatedAt": "2026-03-16T19:09:22.413Z",
|
|
69
|
-
"installerVersion": "2.19.2",
|
|
70
|
-
"agentVersion": "1.0.0"
|
|
71
|
-
},
|
|
72
|
-
"cpp-robust-interfaces": {
|
|
73
|
-
"version": "1.0.0",
|
|
74
|
-
"installedAt": "2026-03-16T19:09:22.563Z",
|
|
75
|
-
"updatedAt": "2026-03-16T19:09:22.563Z",
|
|
76
|
-
"installerVersion": "2.19.2",
|
|
77
|
-
"agentVersion": "1.0.0"
|
|
78
|
-
},
|
|
79
|
-
"create-hardened-docker-skill": {
|
|
80
|
-
"version": "1.0.0",
|
|
81
|
-
"installedAt": "2026-03-16T19:09:22.720Z",
|
|
82
|
-
"updatedAt": "2026-03-16T19:09:22.720Z",
|
|
83
|
-
"installerVersion": "2.19.2",
|
|
84
|
-
"agentVersion": "1.0.0"
|
|
85
|
-
},
|
|
86
|
-
"docker-hardening-verification": {
|
|
87
|
-
"version": "1.0.0",
|
|
88
|
-
"installedAt": "2026-03-16T19:09:22.883Z",
|
|
89
|
-
"updatedAt": "2026-03-16T19:09:22.883Z",
|
|
90
|
-
"installerVersion": "2.19.2",
|
|
91
|
-
"agentVersion": "1.0.0"
|
|
92
|
-
},
|
|
93
|
-
"docker-image-signing": {
|
|
94
|
-
"version": "1.0.0",
|
|
95
|
-
"installedAt": "2026-03-16T19:09:23.030Z",
|
|
96
|
-
"updatedAt": "2026-03-16T19:09:23.030Z",
|
|
97
|
-
"installerVersion": "2.19.2",
|
|
98
|
-
"agentVersion": "1.0.0"
|
|
99
|
-
},
|
|
100
|
-
"document-revision-history": {
|
|
101
|
-
"version": "1.0.0",
|
|
102
|
-
"installedAt": "2026-03-16T19:09:23.161Z",
|
|
103
|
-
"updatedAt": "2026-03-16T19:09:23.161Z",
|
|
104
|
-
"installerVersion": "2.19.2",
|
|
105
|
-
"agentVersion": "1.0.0"
|
|
106
|
-
},
|
|
107
|
-
"git-workflow-skill": {
|
|
108
|
-
"version": "2.1.0",
|
|
109
|
-
"installedAt": "2026-03-16T19:09:23.399Z",
|
|
110
|
-
"updatedAt": "2026-03-16T19:09:23.399Z",
|
|
111
|
-
"installerVersion": "2.19.2",
|
|
112
|
-
"agentVersion": "1.0.0"
|
|
113
|
-
},
|
|
114
|
-
"js-ts-dependency-mgmt": {
|
|
115
|
-
"version": "1.0.0",
|
|
116
|
-
"installedAt": "2026-03-16T19:09:23.644Z",
|
|
117
|
-
"updatedAt": "2026-03-16T19:09:23.644Z",
|
|
118
|
-
"installerVersion": "2.19.2",
|
|
119
|
-
"agentVersion": "1.0.0"
|
|
120
|
-
},
|
|
121
|
-
"js-ts-security-skill": {
|
|
122
|
-
"version": "1.0.0",
|
|
123
|
-
"installedAt": "2026-03-16T19:09:23.920Z",
|
|
124
|
-
"updatedAt": "2026-03-16T19:09:23.920Z",
|
|
125
|
-
"installerVersion": "2.19.2",
|
|
126
|
-
"agentVersion": "1.0.0"
|
|
127
|
-
},
|
|
128
|
-
"logging-best-practices": {
|
|
129
|
-
"version": "1.0.0",
|
|
130
|
-
"installedAt": "2026-03-16T19:09:24.127Z",
|
|
131
|
-
"updatedAt": "2026-03-16T19:09:24.127Z",
|
|
132
|
-
"installerVersion": "2.19.2",
|
|
133
|
-
"agentVersion": "1.0.0"
|
|
134
|
-
},
|
|
135
|
-
"opentelemetry-best-practices": {
|
|
136
|
-
"version": "1.0.0",
|
|
137
|
-
"installedAt": "2026-03-16T19:09:24.405Z",
|
|
138
|
-
"updatedAt": "2026-03-16T19:09:24.405Z",
|
|
139
|
-
"installerVersion": "2.19.2",
|
|
140
|
-
"agentVersion": "1.0.0"
|
|
141
|
-
},
|
|
142
|
-
"python-dependency-mgmt": {
|
|
143
|
-
"version": "1.0.0",
|
|
144
|
-
"installedAt": "2026-03-16T19:09:24.577Z",
|
|
145
|
-
"updatedAt": "2026-03-16T19:09:24.577Z",
|
|
146
|
-
"installerVersion": "2.19.2",
|
|
147
|
-
"agentVersion": "1.0.0"
|
|
148
|
-
},
|
|
149
|
-
"python-security-skill": {
|
|
150
|
-
"version": "1.0.0",
|
|
151
|
-
"installedAt": "2026-03-16T19:09:24.783Z",
|
|
152
|
-
"updatedAt": "2026-03-16T19:09:24.783Z",
|
|
153
|
-
"installerVersion": "2.19.2",
|
|
154
|
-
"agentVersion": "1.0.0"
|
|
155
|
-
},
|
|
156
|
-
"self-signed-cert": {
|
|
157
|
-
"version": "1.0.0",
|
|
158
|
-
"installedAt": "2026-03-16T19:09:24.976Z",
|
|
159
|
-
"updatedAt": "2026-03-16T19:09:24.976Z",
|
|
160
|
-
"installerVersion": "2.19.2",
|
|
161
|
-
"agentVersion": "1.0.0"
|
|
162
|
-
},
|
|
163
|
-
"skill-creator": {
|
|
164
|
-
"version": "1.0.0",
|
|
165
|
-
"installedAt": "2026-03-16T19:09:25.194Z",
|
|
166
|
-
"updatedAt": "2026-03-16T19:09:25.194Z",
|
|
167
|
-
"installerVersion": "2.19.2",
|
|
168
|
-
"agentVersion": "1.0.0"
|
|
169
|
-
},
|
|
170
|
-
"test-accompanied-development": {
|
|
171
|
-
"version": "1.0.0",
|
|
172
|
-
"installedAt": "2026-03-16T19:09:25.495Z",
|
|
173
|
-
"updatedAt": "2026-03-16T19:09:25.495Z",
|
|
174
|
-
"installerVersion": "2.19.2",
|
|
175
|
-
"agentVersion": "1.0.0"
|
|
176
|
-
},
|
|
177
|
-
"test-generator": {
|
|
178
|
-
"version": "1.0.0",
|
|
179
|
-
"installedAt": "2026-03-16T19:09:25.648Z",
|
|
180
|
-
"updatedAt": "2026-03-16T19:09:25.648Z",
|
|
181
|
-
"installerVersion": "2.19.2",
|
|
182
|
-
"agentVersion": "1.0.0"
|
|
183
|
-
},
|
|
184
|
-
"vercel-react-best-practices": {
|
|
185
|
-
"version": "1.0.0",
|
|
186
|
-
"installedAt": "2026-03-16T19:09:25.822Z",
|
|
187
|
-
"updatedAt": "2026-03-16T19:09:25.822Z",
|
|
188
|
-
"installerVersion": "2.19.2",
|
|
189
|
-
"agentVersion": "1.0.0"
|
|
190
|
-
},
|
|
191
|
-
"verify-hardened-docker-skill": {
|
|
192
|
-
"version": "1.0.0",
|
|
193
|
-
"installedAt": "2026-03-16T19:09:25.986Z",
|
|
194
|
-
"updatedAt": "2026-03-16T19:09:25.986Z",
|
|
195
|
-
"installerVersion": "2.19.2",
|
|
196
|
-
"agentVersion": "1.0.0"
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
# MANIFEST.yaml
|
|
2
|
-
|
|
3
|
-
skills:
|
|
4
|
-
- id: ai-audit-trail
|
|
5
|
-
file: ai-audit-trail/SKILL.md
|
|
6
|
-
description: Tracks AI agent session activity, time spent, and token usage in a project-level AiAudit.md log file.
|
|
7
|
-
applies_when:
|
|
8
|
-
- starting a new agent task or workflow
|
|
9
|
-
- completing a document generation session
|
|
10
|
-
- finishing any multi-step agent workflow
|
|
11
|
-
always_load: true
|
|
12
|
-
|
|
13
|
-
- id: cmake-best-practices
|
|
14
|
-
file: cmake-best-practices/SKILL.md
|
|
15
|
-
description: Enforce target-based, property-oriented CMake patterns (CMake 3.0+).
|
|
16
|
-
applies_when:
|
|
17
|
-
- creating or modifying CMakeLists.txt files
|
|
18
|
-
- managing C++ project dependencies via CMake
|
|
19
|
-
- defining C++ build configurations
|
|
20
|
-
always_load: true
|
|
21
|
-
|
|
22
|
-
- id: code-documentation
|
|
23
|
-
file: code-documentation/SKILL.md
|
|
24
|
-
description: Standardize file headers and method documentation across C++, C#, JS, TS, and Python.
|
|
25
|
-
applies_when:
|
|
26
|
-
- creating or modifying source code files
|
|
27
|
-
- defining new functions, methods, or classes
|
|
28
|
-
- refactoring code logic
|
|
29
|
-
- documenting APIs
|
|
30
|
-
always_load: true
|
|
31
|
-
|
|
32
|
-
- id: code-review
|
|
33
|
-
file: code-review/SKILL.md
|
|
34
|
-
description: Performs comprehensive code reviews with best practices
|
|
35
|
-
|
|
36
|
-
- id: commit-message
|
|
37
|
-
file: commit-message/SKILL.md
|
|
38
|
-
description: Generates conventional commit messages from code changes
|
|
39
|
-
|
|
40
|
-
- id: cpp-concurrency-safety
|
|
41
|
-
file: cpp-concurrency-safety/SKILL.md
|
|
42
|
-
description: Enforce safe multi-threading patterns using RAII locking and task-based parallelism (C++14+).
|
|
43
|
-
applies_when:
|
|
44
|
-
- working with C++ threads
|
|
45
|
-
- using C++ mutexes or locking primitives
|
|
46
|
-
- performing C++ asynchronous operations
|
|
47
|
-
- designing multi-threaded C++ systems
|
|
48
|
-
|
|
49
|
-
- id: cpp-const-correctness
|
|
50
|
-
file: cpp-const-correctness/SKILL.md
|
|
51
|
-
description: Enforce immutability-by-default and push logic to compile-time using constexpr (C++14+).
|
|
52
|
-
applies_when:
|
|
53
|
-
- declaring C++ variables
|
|
54
|
-
- defining C++ member functions
|
|
55
|
-
- performing C++ compile-time calculations
|
|
56
|
-
- optimizing C++ logic
|
|
57
|
-
|
|
58
|
-
- id: cpp-memory-handling
|
|
59
|
-
file: cpp-memory-handling/SKILL.md
|
|
60
|
-
description: Enforces Modern C++ practices (RAII, Smart Pointers) to prevent memory leaks, dangling pointers, and buffer overflows.
|
|
61
|
-
applies_when:
|
|
62
|
-
- writing c++ code
|
|
63
|
-
- modifying memory-intensive C++ logic
|
|
64
|
-
- debugging memory leaks in c++
|
|
65
|
-
- implementing new c++ classes
|
|
66
|
-
|
|
67
|
-
- id: cpp-modern-composition
|
|
68
|
-
file: cpp-modern-composition/SKILL.md
|
|
69
|
-
description: Replace legacy C patterns with STL, Ranges, and modern C++ abstractions (C++14+).
|
|
70
|
-
applies_when:
|
|
71
|
-
- writing C++ logic or algorithms
|
|
72
|
-
- performing C++ refactoring
|
|
73
|
-
- handling C++ data transformations
|
|
74
|
-
- working with C++ collections
|
|
75
|
-
always_load: true
|
|
76
|
-
|
|
77
|
-
- id: cpp-robust-interfaces
|
|
78
|
-
file: cpp-robust-interfaces/SKILL.md
|
|
79
|
-
description: Enforce contract-based design and strong typing in C++ interfaces (C++14+).
|
|
80
|
-
applies_when:
|
|
81
|
-
- creating or modifying C++ header files
|
|
82
|
-
- designing C++ function signatures
|
|
83
|
-
- defining C++ APIs or public interfaces
|
|
84
|
-
|
|
85
|
-
- id: create-hardened-docker-skill
|
|
86
|
-
file: create-hardened-docker-skill/SKILL.md
|
|
87
|
-
description: Creates production-ready hardened Docker configurations following CIS, OWASP, and NIST standards
|
|
88
|
-
|
|
89
|
-
- id: docker-hardening-verification
|
|
90
|
-
file: docker-hardening-verification/SKILL.md
|
|
91
|
-
description: Audits Docker images for security best practices, least privilege, and OpenShift compliance.
|
|
92
|
-
|
|
93
|
-
- id: docker-image-signing
|
|
94
|
-
file: docker-image-signing/SKILL.md
|
|
95
|
-
description: Automates the signing of Docker images using certificates and Cosign/Notary.
|
|
96
|
-
|
|
97
|
-
- id: document-revision-history
|
|
98
|
-
file: document-revision-history/SKILL.md
|
|
99
|
-
description: Manages a revision history table at the beginning of generated documents, tracking changes per version.
|
|
100
|
-
applies_when:
|
|
101
|
-
- generating or updating planning documents
|
|
102
|
-
- creating specification or design documents
|
|
103
|
-
- modifying existing markdown documents that have a revision history table
|
|
104
|
-
|
|
105
|
-
- id: git-workflow-skill
|
|
106
|
-
file: git-workflow-skill/SKILL.md
|
|
107
|
-
description: MANDATORY worktree-based workflow for ALL file-changing activities. Enforces isolated feature branches, conventional commits, and PR-based merging.
|
|
108
|
-
applies_when:
|
|
109
|
-
- committing changes
|
|
110
|
-
- creating branches or PRs
|
|
111
|
-
- any code writing or modification task
|
|
112
|
-
always_load: true
|
|
113
|
-
|
|
114
|
-
- id: js-ts-dependency-mgmt
|
|
115
|
-
file: js-ts-dependency-mgmt/SKILL.md
|
|
116
|
-
description: Standardize package management and security across NPM, Yarn, and PNPM.
|
|
117
|
-
applies_when:
|
|
118
|
-
- managing JavaScript or TypeScript project dependencies
|
|
119
|
-
- configuring package.json, npmrc, or lockfiles
|
|
120
|
-
- updating NPM/Yarn/PNPM packages
|
|
121
|
-
- auditing JS/TS supply chain security
|
|
122
|
-
always_load: true
|
|
123
|
-
|
|
124
|
-
- id: js-ts-security-skill
|
|
125
|
-
file: js-ts-security-skill/SKILL.md
|
|
126
|
-
description: Verify security of JavaScript and TypeScript codebases against OWASP Top 10 2025 standards
|
|
127
|
-
applies_when:
|
|
128
|
-
- writing or reviewing security-critical code
|
|
129
|
-
- analyzing third-party dependencies
|
|
130
|
-
- performing security audits
|
|
131
|
-
|
|
132
|
-
- id: logging-best-practices
|
|
133
|
-
file: logging-best-practices/SKILL.md
|
|
134
|
-
description: Standardizes structured logging across Backend, Frontend, Realtime, and Algorithmic domains with mandatory exception handling.
|
|
135
|
-
applies_when:
|
|
136
|
-
- writing new service classes
|
|
137
|
-
- reviewing or modifying existing log statements
|
|
138
|
-
- adding error handling
|
|
139
|
-
|
|
140
|
-
- id: opentelemetry-best-practices
|
|
141
|
-
file: opentelemetry-best-practices/SKILL.md
|
|
142
|
-
description: Standardizes distributed tracing, metrics, and semantic conventions for high-quality system observability.
|
|
143
|
-
applies_when:
|
|
144
|
-
- implementing api endpoints
|
|
145
|
-
- handling distributed requests
|
|
146
|
-
- optimizing performance
|
|
147
|
-
- adding monitoring
|
|
148
|
-
|
|
149
|
-
- id: python-dependency-mgmt
|
|
150
|
-
file: python-dependency-mgmt/SKILL.md
|
|
151
|
-
description: Standardize Python dependency handling using uv and pip (requirements.txt).
|
|
152
|
-
applies_when:
|
|
153
|
-
- managing Python project dependencies
|
|
154
|
-
- configuring Python build systems
|
|
155
|
-
- updating requirements.txt or uv.lock
|
|
156
|
-
- setting up Python development environments
|
|
157
|
-
always_load: true
|
|
158
|
-
|
|
159
|
-
- id: python-security-skill
|
|
160
|
-
file: python-security-skill/SKILL.md
|
|
161
|
-
description: Enforce secure Python coding standards following OWASP Top 10 2025.
|
|
162
|
-
applies_when:
|
|
163
|
-
- writing or reviewing Python code
|
|
164
|
-
- managing Python dependencies
|
|
165
|
-
- configuring Python application environments
|
|
166
|
-
- handling sensitive data in Python
|
|
167
|
-
always_load: true
|
|
168
|
-
|
|
169
|
-
- id: self-signed-cert
|
|
170
|
-
file: self-signed-cert/SKILL.md
|
|
171
|
-
description: Generates secure self-signed certificates and Root CAs using OpenSSL.
|
|
172
|
-
|
|
173
|
-
- id: skill-creator
|
|
174
|
-
file: skill-creator/SKILL.md
|
|
175
|
-
description: Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations
|
|
176
|
-
|
|
177
|
-
- id: test-accompanied-development
|
|
178
|
-
file: test-accompanied-development/SKILL.md
|
|
179
|
-
description: Enforces writing unit tests for every new public method created by the agent.
|
|
180
|
-
applies_when:
|
|
181
|
-
- writing or reviewing public APIs
|
|
182
|
-
- adding new public methods to a class
|
|
183
|
-
- code review tasks
|
|
184
|
-
|
|
185
|
-
- id: test-generator
|
|
186
|
-
file: test-generator/SKILL.md
|
|
187
|
-
description: Generates comprehensive unit and integration tests
|
|
188
|
-
applies_when:
|
|
189
|
-
- creating new code files
|
|
190
|
-
- adding complex logic
|
|
191
|
-
- refactoring existing code
|
|
192
|
-
|
|
193
|
-
- id: vercel-react-best-practices
|
|
194
|
-
file: vercel-react-best-practices/SKILL.md
|
|
195
|
-
description: Performance optimization framework for React and Next.js projects with 57 actionable rules across 8 categories
|
|
196
|
-
applies_when:
|
|
197
|
-
- working on React or Next.js components
|
|
198
|
-
- optimizing page performance
|
|
199
|
-
- reviewing frontend code architecture
|
|
200
|
-
|
|
201
|
-
- id: verify-hardened-docker-skill
|
|
202
|
-
file: verify-hardened-docker-skill/SKILL.md
|
|
203
|
-
description: Comprehensive security verification for Docker configurations against CIS, OWASP, and NIST standards
|
|
204
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: AI Audit Trail
|
|
3
|
-
description: Tracks AI agent session activity, time spent, and token usage in a project-level AiAudit.md log file.
|
|
4
|
-
---
|
|
5
|
-
# AI Audit Trail
|
|
6
|
-
|
|
7
|
-
At the end of every significant agent session, append an entry to `{project_root}/AiAudit.md`. If the file does not exist, create it with a `# AI Audit Trail` header first.
|
|
8
|
-
|
|
9
|
-
## Entry Format
|
|
10
|
-
|
|
11
|
-
```markdown
|
|
12
|
-
| Date | Task | Tokens (est.) |
|
|
13
|
-
|------|------|---------------|
|
|
14
|
-
| YYYY-MM-DD | Brief task description | In: ~X / Out: ~Y |
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Rules
|
|
18
|
-
|
|
19
|
-
- **Append only** — never delete or modify previous entries
|
|
20
|
-
- **One row per session** — combine multiple tasks in the same session into one entry
|
|
21
|
-
- **Estimate tokens** — round to nearest thousand, prefix with `~`. Write `N/A` if unknown
|
|
22
|
-
- Write the entry as the **last action** before presenting results to the user
|
|
23
|
-
- Skip trivial interactions (single-question answers, quick lookups)
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Modern CMake Best Practices
|
|
3
|
-
description: Enforce target-based, property-oriented CMake patterns (CMake 3.0+).
|
|
4
|
-
---
|
|
5
|
-
# Modern CMake Best Practices (Target-Based Approach)
|
|
6
|
-
|
|
7
|
-
This skill ensures that CMake definitions follow the "Modern CMake" philosophy (3.0+), focusing on targets and properties rather than global variables.
|
|
8
|
-
|
|
9
|
-
## Policies
|
|
10
|
-
|
|
11
|
-
### 1. Target-Centric Philosophy
|
|
12
|
-
* **Rule**: Treat targets as objects. Use `target_*` commands instead of global commands.
|
|
13
|
-
* **Action**:
|
|
14
|
-
- **Forbidden**: `include_directories()`, `link_libraries()`, `add_definitions()`.
|
|
15
|
-
- **Mandatory**: `target_include_directories()`, `target_link_libraries()`, `target_compile_definitions()`.
|
|
16
|
-
* **Rationale**: Encapsulates requirements and prevents property leakage to unrelated targets.
|
|
17
|
-
|
|
18
|
-
### 2. Visibility Hygiene (`PUBLIC`, `PRIVATE`, `INTERFACE`)
|
|
19
|
-
* **Rule**: Always specify the scope of target properties.
|
|
20
|
-
* **Action**:
|
|
21
|
-
- `PRIVATE`: Requirement only for building the target.
|
|
22
|
-
- `INTERFACE`: Requirement only for consumers of the target.
|
|
23
|
-
- `PUBLIC`: Requirement for both.
|
|
24
|
-
* **Rationale**: Ensures that internal dependencies (like a private logging library) don't bleed into the usage requirements of your high-level API.
|
|
25
|
-
|
|
26
|
-
### 3. Feature-Based C++ Standards
|
|
27
|
-
* **Rule**: Do not manually set `CMAKE_CXX_STANDARD` or `-std=c++XX` flags.
|
|
28
|
-
* **Action**: Use `target_compile_features(my_target PUBLIC cxx_std_17)`.
|
|
29
|
-
* **Rationale**: Allows CMake to handle compiler-specific flags and ensures the compiler actually supports the requested features.
|
|
30
|
-
|
|
31
|
-
### 4. No Global Variable Manipulation
|
|
32
|
-
* **Rule**: Ban direct modification of `CMAKE_CXX_FLAGS` or `CMAKE_EXE_LINKER_FLAGS`.
|
|
33
|
-
* **Action**: Use `target_compile_options()` for specific compiler warnings or flags.
|
|
34
|
-
* **Rationale**: Global flags make it impossible to have different settings for different targets in the same project.
|
|
35
|
-
|
|
36
|
-
### 5. Namespaced Alias Targets
|
|
37
|
-
* **Rule**: Always provide an alias for library targets using a namespace.
|
|
38
|
-
* **Action**: `add_library(MyLib::MyLib ALIAS my_lib_target)`.
|
|
39
|
-
* **Rationale**: Makes exported targets look consistent with external dependencies (like those found via `find_package`).
|
|
40
|
-
|
|
41
|
-
## Examples
|
|
42
|
-
|
|
43
|
-
### Before (Legacy Procedural CMake)
|
|
44
|
-
```cmake
|
|
45
|
-
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
46
|
-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -Wall")
|
|
47
|
-
add_library(mylib mylib.cpp)
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### After (Modern Target-Based CMake)
|
|
51
|
-
```cmake
|
|
52
|
-
add_library(mylib mylib.cpp)
|
|
53
|
-
|
|
54
|
-
target_compile_features(mylib PUBLIC cxx_std_17)
|
|
55
|
-
target_compile_options(mylib PRIVATE -Wall)
|
|
56
|
-
|
|
57
|
-
target_include_directories(mylib
|
|
58
|
-
PUBLIC
|
|
59
|
-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
|
60
|
-
$<INSTALL_INTERFACE:include>
|
|
61
|
-
)
|
|
62
|
-
|
|
63
|
-
add_library(MyProject::MyLib ALIAS mylib)
|
|
64
|
-
```
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Modern CMake Examples
|
|
2
|
-
|
|
3
|
-
### 1. Project Structure and App
|
|
4
|
-
```cmake
|
|
5
|
-
cmake_minimum_required(VERSION 3.14)
|
|
6
|
-
project(MyAwesomeApp VERSION 1.0 LANGUAGES CXX)
|
|
7
|
-
|
|
8
|
-
# Use target_compile_features for the whole project standard if needed
|
|
9
|
-
# but target-specific is better.
|
|
10
|
-
add_executable(app main.cpp)
|
|
11
|
-
|
|
12
|
-
target_compile_features(app PRIVATE cxx_std_17)
|
|
13
|
-
target_link_libraries(app PRIVATE MyProject::Core)
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
### 2. Library with Internal/External Dependencies
|
|
17
|
-
```cmake
|
|
18
|
-
add_library(core src/core.cpp)
|
|
19
|
-
|
|
20
|
-
# Internal include dir
|
|
21
|
-
target_include_directories(core
|
|
22
|
-
PUBLIC include
|
|
23
|
-
PRIVATE src
|
|
24
|
-
)
|
|
25
|
-
|
|
26
|
-
# Link against a 3rd party library found via find_package
|
|
27
|
-
find_package(fmt REQUIRED)
|
|
28
|
-
target_link_libraries(core
|
|
29
|
-
PUBLIC fmt::fmt
|
|
30
|
-
PRIVATE Threads::Threads
|
|
31
|
-
)
|
|
32
|
-
|
|
33
|
-
add_library(MyProject::Core ALIAS core)
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
### 3. Proper Header-Only Library
|
|
37
|
-
```cmake
|
|
38
|
-
add_library(utils INTERFACE)
|
|
39
|
-
|
|
40
|
-
target_include_directories(utils
|
|
41
|
-
INTERFACE
|
|
42
|
-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
|
43
|
-
$<INSTALL_INTERFACE:include>
|
|
44
|
-
)
|
|
45
|
-
|
|
46
|
-
# Requirement: anyone using utils MUST have C++14
|
|
47
|
-
target_compile_features(utils INTERFACE cxx_std_14)
|
|
48
|
-
|
|
49
|
-
add_library(MyProject::Utils ALIAS utils)
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
### 4. Compiler-Specific Options Safely
|
|
53
|
-
```cmake
|
|
54
|
-
if(MSVC)
|
|
55
|
-
target_compile_options(core PRIVATE /W4 /WX)
|
|
56
|
-
else()
|
|
57
|
-
target_compile_options(core PRIVATE -Wall -Wextra -Werror)
|
|
58
|
-
endif()
|
|
59
|
-
```
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Code Documentation Best Practices
|
|
3
|
-
description: Standardize file headers and method documentation across C++, C#, JS, TS, and Python.
|
|
4
|
-
---
|
|
5
|
-
# Code Documentation Best Practices
|
|
6
|
-
|
|
7
|
-
This skill enforces high-quality, standardized documentation for source code files and methods. It ensures consistent metadata and clear explanations of intent across different programming languages.
|
|
8
|
-
|
|
9
|
-
## Policies
|
|
10
|
-
|
|
11
|
-
### 1. Mandatory File Headers
|
|
12
|
-
* **Rule**: Every source file must begin with a standardized header block.
|
|
13
|
-
* **Contents**:
|
|
14
|
-
- **Purpose**: A brief description of what the file contains/solves.
|
|
15
|
-
- **Author/Project**: Project name or author information.
|
|
16
|
-
- **Metadata**: Date created/modified and version if applicable.
|
|
17
|
-
|
|
18
|
-
### 2. Mandatory Method Documentation
|
|
19
|
-
* **Rule**: Every public or non-trivial internal function/method must have a documentation block immediately preceding it.
|
|
20
|
-
* **Standards**:
|
|
21
|
-
- **C++**: Use Doxygen style (`/** ... */`).
|
|
22
|
-
- **C#**: Use XML Documentation style (`/// <summary> ...`).
|
|
23
|
-
- **JS/TS**: Use JSDoc style (`/** ... */`).
|
|
24
|
-
- **Python**: Use PEP 257 Docstrings (`""" ... """`).
|
|
25
|
-
* **Required Fields**:
|
|
26
|
-
- **Summary**: Concise description of what the method does.
|
|
27
|
-
- **Parameters**: Name and purpose of each argument.
|
|
28
|
-
- **Return Value**: Description of the output.
|
|
29
|
-
- **Exceptions/Errors**: Document significant error states or exceptions thrown.
|
|
30
|
-
|
|
31
|
-
### 3. Focus on "Why" and "What"
|
|
32
|
-
* **Rule**: Do not document trivial code (e.g., `i++ // increment i`).
|
|
33
|
-
* **Action**: Document the **intent** and **usage constraints**. If the code is complex, explain the high-level logic rather than line-by-line mechanics.
|
|
34
|
-
|
|
35
|
-
### 4. Semantic Linking
|
|
36
|
-
* **Rule**: Use language-specific linking features (e.g., `@see`, `{@link}`, `<see cref=.../>`) to refer to related types or methods.
|
|
37
|
-
|
|
38
|
-
## Language Specifics
|
|
39
|
-
|
|
40
|
-
| Language | Format | Key Tags |
|
|
41
|
-
| :--- | :--- | :--- |
|
|
42
|
-
| **C++** | Doxygen | `\brief`, `\param`, `\return`, `\throw` |
|
|
43
|
-
| **C#** | XML Doc | `<summary>`, `<param>`, `<returns>`, `<exception>` |
|
|
44
|
-
| **JS/TS** | JSDoc | `@description`, `@param`, `@returns`, `@throws` |
|
|
45
|
-
| **Python** | Docstrings | `Args:`, `Returns:`, `Raises:` (Google/NumPy style) |
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
## Example (Generic Pattern)
|
|
50
|
-
|
|
51
|
-
```text
|
|
52
|
-
[File Header]
|
|
53
|
-
[Imports]
|
|
54
|
-
|
|
55
|
-
[Component Documentation]
|
|
56
|
-
[Implementation]
|
|
57
|
-
```
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# C++ Documentation (Doxygen Style)
|
|
2
|
-
|
|
3
|
-
### File Header
|
|
4
|
-
```cpp
|
|
5
|
-
/**
|
|
6
|
-
* @file DataProcessor.hpp
|
|
7
|
-
* @brief Handles high-performance transformation of raw sensor data.
|
|
8
|
-
* @author Antigravity / ma-agents
|
|
9
|
-
* @date 2026-02-22
|
|
10
|
-
* @version 1.0.0
|
|
11
|
-
*/
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
### Method Documentation
|
|
15
|
-
```cpp
|
|
16
|
-
/**
|
|
17
|
-
* @brief Calculates the moving average of a dataset.
|
|
18
|
-
*
|
|
19
|
-
* This method uses a sliding window algorithm to smooth out volatility
|
|
20
|
-
* in sensor inputs.
|
|
21
|
-
*
|
|
22
|
-
* @param data A span of float values to process.
|
|
23
|
-
* @param windowSize The size of the averaging window (must be > 0).
|
|
24
|
-
* @return The calculated moving average as a float.
|
|
25
|
-
* @throw std::invalid_argument If data is empty or windowSize is invalid.
|
|
26
|
-
* @see SignalFilter
|
|
27
|
-
*/
|
|
28
|
-
float calculateMovingAverage(gsl::span<const float> data, size_t windowSize);
|
|
29
|
-
```
|