ac-framework 2.3.0 → 2.4.0
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/LICENSE +2 -0
- package/README.md +2 -1
- package/bin/postinstall.js +9 -7
- package/framework/make_your_own/.agents/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.agents/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.agents/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.agents/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.agents/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.agents/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.agents/workflows/ac-lite.md +42 -0
- package/framework/make_your_own/.agents/workflows/ac.md +95 -0
- package/framework/make_your_own/.amazonq/prompts/ac-lite.md +42 -0
- package/framework/make_your_own/.amazonq/prompts/ac.md +95 -0
- package/framework/make_your_own/.amazonq/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.amazonq/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.amazonq/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.amazonq/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.augment/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.augment/commands/ac.md +95 -0
- package/framework/make_your_own/.augment/commands/opsx-apply.md +150 -0
- package/framework/make_your_own/.augment/commands/opsx-archive.md +155 -0
- package/framework/make_your_own/.augment/commands/opsx-bulk-archive.md +240 -0
- package/framework/make_your_own/.augment/commands/opsx-continue.md +112 -0
- package/framework/make_your_own/.augment/commands/opsx-explore.md +172 -0
- package/framework/make_your_own/.augment/commands/opsx-ff.md +92 -0
- package/framework/make_your_own/.augment/commands/opsx-new.md +67 -0
- package/framework/make_your_own/.augment/commands/opsx-onboard.md +523 -0
- package/framework/make_your_own/.augment/commands/opsx-sync.md +132 -0
- package/framework/make_your_own/.augment/commands/opsx-verify.md +162 -0
- package/framework/make_your_own/.augment/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.augment/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.augment/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.augment/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.augment/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.augment/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.claude/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.claude/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.claude/commands/opsx/apply.md +152 -0
- package/framework/make_your_own/.claude/commands/opsx/archive.md +157 -0
- package/framework/make_your_own/.claude/commands/opsx/bulk-archive.md +242 -0
- package/framework/make_your_own/.claude/commands/opsx/continue.md +114 -0
- package/framework/make_your_own/.claude/commands/opsx/explore.md +174 -0
- package/framework/make_your_own/.claude/commands/opsx/ff.md +94 -0
- package/framework/make_your_own/.claude/commands/opsx/new.md +69 -0
- package/framework/make_your_own/.claude/commands/opsx/onboard.md +525 -0
- package/framework/make_your_own/.claude/commands/opsx/sync.md +134 -0
- package/framework/make_your_own/.claude/commands/opsx/verify.md +164 -0
- package/framework/make_your_own/.claude/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.claude/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.claude/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.claude/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.claude/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.claude/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.cline/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.cline/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.cline/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.cline/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.cline/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.cline/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.cline/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.cline/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.cline/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.cline/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.cline/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.cline/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.cline/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.cline/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.cline/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.cline/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.cline/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.cline/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.cline/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.cline/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.cline/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.cline/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.clinerules/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.clinerules/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.clinerules/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.clinerules/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.clinerules/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.clinerules/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.clinerules/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.clinerules/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.clinerules/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.clinerules/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.clinerules/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.clinerules/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.clinerules/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.clinerules/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.clinerules/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.clinerules/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.clinerules/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.clinerules/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.clinerules/workflows/ac-lite.md +42 -0
- package/framework/make_your_own/.clinerules/workflows/ac.md +95 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-apply.md +149 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-archive.md +154 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-bulk-archive.md +239 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-continue.md +111 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-explore.md +171 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-ff.md +91 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-new.md +66 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-onboard.md +522 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-sync.md +131 -0
- package/framework/make_your_own/.clinerules/workflows/opsx-verify.md +161 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/apply.md +151 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/archive.md +156 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/bulk-archive.md +241 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/continue.md +113 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/explore.md +173 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/ff.md +93 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/new.md +68 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/onboard.md +524 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/sync.md +133 -0
- package/framework/make_your_own/.codebuddy/commands/opsx/verify.md +163 -0
- package/framework/make_your_own/.codebuddy/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.codebuddy/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.codebuddy/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.codebuddy/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.codebuddy/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.codebuddy/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.codebuddy/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.codebuddy/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.codebuddy/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.codebuddy/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.codebuddy/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.codebuddy/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.codebuddy/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.codebuddy/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.codebuddy/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.codebuddy/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.codebuddy/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.codebuddy/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.codebuddy/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.codebuddy/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.codebuddy/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.codebuddy/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.codebuddy/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.codebuddy/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.codebuddy/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.codebuddy/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.codebuddy/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.codebuddy/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.codebuddy/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.codebuddy/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.codebuddy/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.codebuddy/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.codebuddy/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.codebuddy/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.codex/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.codex/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.codex/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.codex/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.codex/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.codex/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.codex/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.codex/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.codex/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.codex/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.codex/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.codex/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.codex/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.codex/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.codex/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.codex/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.codex/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.codex/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.codex/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.codex/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.codex/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.codex/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.codex/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.codex/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.codex/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.codex/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.codex/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.codex/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.codex/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.codex/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.codex/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.codex/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.codex/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.codex/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.codex/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.codex/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.codex/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.codex/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.codex/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.codex/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.codex/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.codex/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.codex/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.codex/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.codex/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.continue/prompts/ac-lite.md +42 -0
- package/framework/make_your_own/.continue/prompts/ac.md +95 -0
- package/framework/make_your_own/.continue/prompts/ac.prompt +95 -0
- package/framework/make_your_own/.continue/prompts/opsx-apply.prompt +151 -0
- package/framework/make_your_own/.continue/prompts/opsx-archive.prompt +156 -0
- package/framework/make_your_own/.continue/prompts/opsx-bulk-archive.prompt +241 -0
- package/framework/make_your_own/.continue/prompts/opsx-continue.prompt +113 -0
- package/framework/make_your_own/.continue/prompts/opsx-explore.prompt +173 -0
- package/framework/make_your_own/.continue/prompts/opsx-ff.prompt +93 -0
- package/framework/make_your_own/.continue/prompts/opsx-new.prompt +68 -0
- package/framework/make_your_own/.continue/prompts/opsx-onboard.prompt +524 -0
- package/framework/make_your_own/.continue/prompts/opsx-sync.prompt +133 -0
- package/framework/make_your_own/.continue/prompts/opsx-verify.prompt +163 -0
- package/framework/make_your_own/.continue/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.continue/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.continue/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.continue/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.continue/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.continue/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.continue/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.continue/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.continue/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.continue/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.continue/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.continue/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.continue/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.continue/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.continue/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.continue/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.continue/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.continue/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.continue/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.continue/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.continue/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.continue/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.continue/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.continue/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.continue/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.continue/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.continue/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.continue/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.continue/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.continue/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.continue/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.continue/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.continue/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.continue/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.continue/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.continue/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.continue/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.continue/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.continue/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.continue/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.continue/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.continue/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.continue/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.continue/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.continue/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.cospec/openspec/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.cospec/openspec/commands/ac.md +95 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-apply.md +150 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-archive.md +155 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-bulk-archive.md +240 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-continue.md +112 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-explore.md +172 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-ff.md +92 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-new.md +67 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-onboard.md +523 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-sync.md +132 -0
- package/framework/make_your_own/.cospec/openspec/commands/opsx-verify.md +162 -0
- package/framework/make_your_own/.cospec/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.cospec/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.cospec/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.cospec/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.cospec/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.cospec/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.cospec/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.cospec/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.cospec/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.cospec/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.cospec/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.cospec/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.cospec/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.cospec/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.cospec/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.cospec/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.cospec/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.cospec/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.cospec/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.cospec/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.cospec/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.cospec/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.cospec/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.cospec/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.cospec/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.cospec/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.cospec/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.cospec/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.cospec/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.cospec/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.cospec/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.cospec/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.cospec/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.cospec/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.cospec/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.cospec/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.cospec/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.cospec/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.cospec/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.cospec/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.cospec/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.cospec/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.cospec/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.crush/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.crush/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.crush/commands/opsx/apply.md +152 -0
- package/framework/make_your_own/.crush/commands/opsx/archive.md +157 -0
- package/framework/make_your_own/.crush/commands/opsx/bulk-archive.md +242 -0
- package/framework/make_your_own/.crush/commands/opsx/continue.md +114 -0
- package/framework/make_your_own/.crush/commands/opsx/explore.md +174 -0
- package/framework/make_your_own/.crush/commands/opsx/ff.md +94 -0
- package/framework/make_your_own/.crush/commands/opsx/new.md +69 -0
- package/framework/make_your_own/.crush/commands/opsx/onboard.md +525 -0
- package/framework/make_your_own/.crush/commands/opsx/sync.md +134 -0
- package/framework/make_your_own/.crush/commands/opsx/verify.md +164 -0
- package/framework/make_your_own/.crush/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.crush/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.crush/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.crush/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.crush/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.crush/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.crush/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.crush/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.crush/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.crush/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.crush/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.crush/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.crush/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.crush/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.crush/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.crush/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.crush/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.crush/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.crush/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.crush/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.crush/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.crush/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.crush/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.crush/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.crush/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.crush/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.crush/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.crush/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.crush/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.crush/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.crush/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.crush/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.crush/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.crush/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.crush/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.crush/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.crush/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.crush/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.crush/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.crush/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.crush/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.crush/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.crush/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.crush/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.crush/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.cursor/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.cursor/commands/ac.md +95 -0
- package/framework/make_your_own/.cursor/commands/opsx-apply.md +152 -0
- package/framework/make_your_own/.cursor/commands/opsx-archive.md +157 -0
- package/framework/make_your_own/.cursor/commands/opsx-bulk-archive.md +242 -0
- package/framework/make_your_own/.cursor/commands/opsx-continue.md +114 -0
- package/framework/make_your_own/.cursor/commands/opsx-explore.md +174 -0
- package/framework/make_your_own/.cursor/commands/opsx-ff.md +94 -0
- package/framework/make_your_own/.cursor/commands/opsx-new.md +69 -0
- package/framework/make_your_own/.cursor/commands/opsx-onboard.md +525 -0
- package/framework/make_your_own/.cursor/commands/opsx-sync.md +134 -0
- package/framework/make_your_own/.cursor/commands/opsx-verify.md +164 -0
- package/framework/make_your_own/.cursor/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.cursor/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.cursor/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.cursor/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.cursor/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.cursor/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.cursor/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.cursor/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.cursor/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.cursor/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.cursor/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.cursor/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.cursor/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.cursor/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.cursor/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.cursor/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.cursor/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.cursor/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.cursor/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.cursor/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.cursor/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.cursor/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.cursor/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.cursor/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.cursor/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.cursor/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.cursor/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.cursor/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.cursor/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.cursor/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.cursor/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.cursor/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.cursor/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.cursor/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.cursor/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.cursor/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.cursor/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.cursor/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.cursor/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.cursor/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.cursor/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.cursor/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.cursor/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.factory/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.factory/commands/ac.md +95 -0
- package/framework/make_your_own/.factory/commands/opsx-apply.md +150 -0
- package/framework/make_your_own/.factory/commands/opsx-archive.md +155 -0
- package/framework/make_your_own/.factory/commands/opsx-bulk-archive.md +240 -0
- package/framework/make_your_own/.factory/commands/opsx-continue.md +112 -0
- package/framework/make_your_own/.factory/commands/opsx-explore.md +172 -0
- package/framework/make_your_own/.factory/commands/opsx-ff.md +92 -0
- package/framework/make_your_own/.factory/commands/opsx-new.md +67 -0
- package/framework/make_your_own/.factory/commands/opsx-onboard.md +523 -0
- package/framework/make_your_own/.factory/commands/opsx-sync.md +132 -0
- package/framework/make_your_own/.factory/commands/opsx-verify.md +162 -0
- package/framework/make_your_own/.factory/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.factory/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.factory/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.factory/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.factory/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.factory/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.factory/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.factory/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.factory/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.factory/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.factory/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.factory/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.factory/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.factory/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.factory/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.factory/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.factory/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.factory/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.factory/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.factory/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.factory/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.factory/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.factory/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.factory/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.factory/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.factory/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.factory/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.factory/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.factory/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.factory/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.factory/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.factory/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.factory/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.factory/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.factory/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.factory/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.factory/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.factory/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.factory/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.factory/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.factory/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.factory/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.factory/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.factory/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.factory/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.gemini/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.gemini/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.gemini/commands/opsx/ac.toml +95 -0
- package/framework/make_your_own/.gemini/commands/opsx/apply.toml +149 -0
- package/framework/make_your_own/.gemini/commands/opsx/archive.toml +154 -0
- package/framework/make_your_own/.gemini/commands/opsx/bulk-archive.toml +239 -0
- package/framework/make_your_own/.gemini/commands/opsx/continue.toml +111 -0
- package/framework/make_your_own/.gemini/commands/opsx/explore.toml +171 -0
- package/framework/make_your_own/.gemini/commands/opsx/ff.toml +91 -0
- package/framework/make_your_own/.gemini/commands/opsx/new.toml +66 -0
- package/framework/make_your_own/.gemini/commands/opsx/onboard.toml +522 -0
- package/framework/make_your_own/.gemini/commands/opsx/sync.toml +131 -0
- package/framework/make_your_own/.gemini/commands/opsx/verify.toml +161 -0
- package/framework/make_your_own/.gemini/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.gemini/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.gemini/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.gemini/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.gemini/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.gemini/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.gemini/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.gemini/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.gemini/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.gemini/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.gemini/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.gemini/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.gemini/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.gemini/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.gemini/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.gemini/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.gemini/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.gemini/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.gemini/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.gemini/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.gemini/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.gemini/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.gemini/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.gemini/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.gemini/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.gemini/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.gemini/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.gemini/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.gemini/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.gemini/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.gemini/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.gemini/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.gemini/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.gemini/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.gemini/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.gemini/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.gemini/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.gemini/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.gemini/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.gemini/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.gemini/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.gemini/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.gemini/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.github/prompts/ac-lite.md +42 -0
- package/framework/make_your_own/.github/prompts/ac.md +95 -0
- package/framework/make_your_own/.github/prompts/ac.prompt.md +95 -0
- package/framework/make_your_own/.github/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.github/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.github/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.github/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.github/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.github/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.github/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.github/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.github/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.github/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.github/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.github/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.github/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.github/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.github/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.github/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.github/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.github/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.github/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.github/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.github/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.github/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.github/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.github/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.github/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.github/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.github/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.github/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.github/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.github/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.github/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.github/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.github/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.github/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.github/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.github/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.github/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.github/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.github/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.github/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.github/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.github/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.github/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.github/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.github/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.iflow/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.iflow/commands/ac.md +95 -0
- package/framework/make_your_own/.iflow/commands/opsx-apply.md +152 -0
- package/framework/make_your_own/.iflow/commands/opsx-archive.md +157 -0
- package/framework/make_your_own/.iflow/commands/opsx-bulk-archive.md +242 -0
- package/framework/make_your_own/.iflow/commands/opsx-continue.md +114 -0
- package/framework/make_your_own/.iflow/commands/opsx-explore.md +174 -0
- package/framework/make_your_own/.iflow/commands/opsx-ff.md +94 -0
- package/framework/make_your_own/.iflow/commands/opsx-new.md +69 -0
- package/framework/make_your_own/.iflow/commands/opsx-onboard.md +525 -0
- package/framework/make_your_own/.iflow/commands/opsx-sync.md +134 -0
- package/framework/make_your_own/.iflow/commands/opsx-verify.md +164 -0
- package/framework/make_your_own/.iflow/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.iflow/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.iflow/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.iflow/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.iflow/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.iflow/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.iflow/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.iflow/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.iflow/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.iflow/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.iflow/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.iflow/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.iflow/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.iflow/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.iflow/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.iflow/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.iflow/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.iflow/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.iflow/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.iflow/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.iflow/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.iflow/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.iflow/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.iflow/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.iflow/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.iflow/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.iflow/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.iflow/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.iflow/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.iflow/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.iflow/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.iflow/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.iflow/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.iflow/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.iflow/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.iflow/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.iflow/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.iflow/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.iflow/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.iflow/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.iflow/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.iflow/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.iflow/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.kilocode/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.kilocode/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.kilocode/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.kilocode/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.kilocode/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.kilocode/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.kilocode/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.kilocode/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.kilocode/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.kilocode/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.kilocode/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.kilocode/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.kilocode/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.kilocode/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.kilocode/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.kilocode/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.kilocode/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.kilocode/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.kilocode/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.kilocode/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.kilocode/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.kilocode/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.kilocode/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.kilocode/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.kilocode/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.kilocode/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.kilocode/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.kilocode/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.kilocode/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.kilocode/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.kilocode/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.kilocode/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.kilocode/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.kilocode/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.kilocode/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.kilocode/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.kilocode/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.kilocode/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.kilocode/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.kilocode/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.kilocode/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.kilocode/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.kilocode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.kilocode/workflows/ac-lite.md +42 -0
- package/framework/make_your_own/.kilocode/workflows/ac.md +95 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-apply.md +145 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-archive.md +150 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-bulk-archive.md +235 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-continue.md +107 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-explore.md +167 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-ff.md +87 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-new.md +62 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-onboard.md +518 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-sync.md +127 -0
- package/framework/make_your_own/.kilocode/workflows/opsx-verify.md +157 -0
- package/framework/make_your_own/.kimi/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.kimi/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.kimi/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.kimi/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.kimi/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.kimi/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.kimi/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.kimi/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.kimi/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.kimi/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.kimi/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.kimi/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.kimi/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.kimi/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.kimi/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.kimi/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.kimi/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.kimi/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.kimi/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.kimi/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.kimi/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.kimi/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.kimi/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.kimi/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.kimi/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.kimi/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.kimi/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.kimi/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.kimi/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.kimi/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.kimi/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.kimi/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.kimi/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.kimi/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.kimi/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.kimi/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.kimi/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.kimi/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.kimi/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.kimi/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.kimi/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.kimi/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.kimi/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.kimi/workflows/ac-lite.md +42 -0
- package/framework/make_your_own/.kimi/workflows/ac.md +95 -0
- package/framework/make_your_own/.kimi/workflows/opsx-apply.md +149 -0
- package/framework/make_your_own/.kimi/workflows/opsx-archive.md +154 -0
- package/framework/make_your_own/.kimi/workflows/opsx-bulk-archive.md +239 -0
- package/framework/make_your_own/.kimi/workflows/opsx-continue.md +111 -0
- package/framework/make_your_own/.kimi/workflows/opsx-explore.md +171 -0
- package/framework/make_your_own/.kimi/workflows/opsx-ff.md +91 -0
- package/framework/make_your_own/.kimi/workflows/opsx-new.md +66 -0
- package/framework/make_your_own/.kimi/workflows/opsx-onboard.md +522 -0
- package/framework/make_your_own/.kimi/workflows/opsx-sync.md +131 -0
- package/framework/make_your_own/.kimi/workflows/opsx-verify.md +161 -0
- package/framework/make_your_own/.opencode/command/ac-lite.md +42 -0
- package/framework/make_your_own/.opencode/command/ac.md +95 -0
- package/framework/make_your_own/.opencode/command/opsx-apply.md +149 -0
- package/framework/make_your_own/.opencode/command/opsx-archive.md +154 -0
- package/framework/make_your_own/.opencode/command/opsx-bulk-archive.md +239 -0
- package/framework/make_your_own/.opencode/command/opsx-continue.md +111 -0
- package/framework/make_your_own/.opencode/command/opsx-explore.md +171 -0
- package/framework/make_your_own/.opencode/command/opsx-ff.md +91 -0
- package/framework/make_your_own/.opencode/command/opsx-new.md +66 -0
- package/framework/make_your_own/.opencode/command/opsx-onboard.md +522 -0
- package/framework/make_your_own/.opencode/command/opsx-sync.md +131 -0
- package/framework/make_your_own/.opencode/command/opsx-verify.md +161 -0
- package/framework/make_your_own/.opencode/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.opencode/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.opencode/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.opencode/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.opencode/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.opencode/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.opencode/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.opencode/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.opencode/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.opencode/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.opencode/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.opencode/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.opencode/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.opencode/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.opencode/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.opencode/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.opencode/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.opencode/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.opencode/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.opencode/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.opencode/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.opencode/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.opencode/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.opencode/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.opencode/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.opencode/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.opencode/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.opencode/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.opencode/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.opencode/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.opencode/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.opencode/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.opencode/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.opencode/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.opencode/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.opencode/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.opencode/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.opencode/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.opencode/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.opencode/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.opencode/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.opencode/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.opencode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.qoder/commands/opsx/ac-lite.md +42 -0
- package/framework/make_your_own/.qoder/commands/opsx/ac.md +95 -0
- package/framework/make_your_own/.qoder/commands/opsx/apply.md +152 -0
- package/framework/make_your_own/.qoder/commands/opsx/archive.md +157 -0
- package/framework/make_your_own/.qoder/commands/opsx/bulk-archive.md +242 -0
- package/framework/make_your_own/.qoder/commands/opsx/continue.md +114 -0
- package/framework/make_your_own/.qoder/commands/opsx/explore.md +174 -0
- package/framework/make_your_own/.qoder/commands/opsx/ff.md +94 -0
- package/framework/make_your_own/.qoder/commands/opsx/new.md +69 -0
- package/framework/make_your_own/.qoder/commands/opsx/onboard.md +525 -0
- package/framework/make_your_own/.qoder/commands/opsx/sync.md +134 -0
- package/framework/make_your_own/.qoder/commands/opsx/verify.md +164 -0
- package/framework/make_your_own/.qoder/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.qoder/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.qoder/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.qoder/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.qoder/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.qoder/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.qoder/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.qoder/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.qoder/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.qoder/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.qoder/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.qoder/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.qoder/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.qoder/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.qoder/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.qoder/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.qoder/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.qoder/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.qoder/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.qoder/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.qoder/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.qoder/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.qoder/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.qoder/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.qoder/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.qoder/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.qoder/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.qoder/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.qoder/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.qoder/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.qoder/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.qoder/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.qoder/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.qoder/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.qoder/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.qoder/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.qoder/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.qoder/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.qoder/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.qoder/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.qoder/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.qoder/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.qoder/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.qwen/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.qwen/commands/ac.md +95 -0
- package/framework/make_your_own/.qwen/commands/opsx-apply.md +150 -0
- package/framework/make_your_own/.qwen/commands/opsx-archive.md +155 -0
- package/framework/make_your_own/.qwen/commands/opsx-bulk-archive.md +240 -0
- package/framework/make_your_own/.qwen/commands/opsx-continue.md +112 -0
- package/framework/make_your_own/.qwen/commands/opsx-explore.md +172 -0
- package/framework/make_your_own/.qwen/commands/opsx-ff.md +92 -0
- package/framework/make_your_own/.qwen/commands/opsx-new.md +67 -0
- package/framework/make_your_own/.qwen/commands/opsx-onboard.md +523 -0
- package/framework/make_your_own/.qwen/commands/opsx-sync.md +132 -0
- package/framework/make_your_own/.qwen/commands/opsx-verify.md +162 -0
- package/framework/make_your_own/.qwen/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.qwen/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.qwen/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.qwen/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.qwen/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.qwen/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.qwen/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.qwen/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.qwen/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.qwen/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.qwen/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.qwen/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.qwen/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.qwen/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.qwen/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.qwen/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.qwen/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.qwen/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.qwen/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.qwen/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.qwen/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.qwen/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.qwen/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.qwen/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.qwen/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.qwen/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.qwen/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.qwen/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.qwen/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.qwen/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.qwen/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.qwen/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.qwen/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.qwen/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.qwen/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.qwen/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.qwen/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.qwen/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.qwen/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.qwen/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.qwen/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.qwen/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.qwen/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.roo/commands/ac-lite.md +42 -0
- package/framework/make_your_own/.roo/commands/ac.md +95 -0
- package/framework/make_your_own/.roo/commands/opsx-apply.md +149 -0
- package/framework/make_your_own/.roo/commands/opsx-archive.md +154 -0
- package/framework/make_your_own/.roo/commands/opsx-bulk-archive.md +239 -0
- package/framework/make_your_own/.roo/commands/opsx-continue.md +111 -0
- package/framework/make_your_own/.roo/commands/opsx-explore.md +171 -0
- package/framework/make_your_own/.roo/commands/opsx-ff.md +91 -0
- package/framework/make_your_own/.roo/commands/opsx-new.md +66 -0
- package/framework/make_your_own/.roo/commands/opsx-onboard.md +522 -0
- package/framework/make_your_own/.roo/commands/opsx-sync.md +131 -0
- package/framework/make_your_own/.roo/commands/opsx-verify.md +161 -0
- package/framework/make_your_own/.roo/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.roo/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.roo/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.roo/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.roo/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.roo/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.roo/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.roo/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.roo/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.roo/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.roo/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.roo/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.roo/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.roo/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.roo/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.roo/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.roo/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.roo/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.roo/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.roo/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.roo/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.roo/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.roo/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.roo/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.roo/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.roo/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.roo/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.roo/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.roo/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.roo/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.roo/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.roo/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.roo/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.roo/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.roo/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.roo/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.roo/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.roo/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.roo/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.roo/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.roo/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.roo/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.roo/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.roo/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.roo/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.trae/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.trae/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.trae/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.trae/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.trae/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.trae/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.trae/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.trae/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.trae/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.trae/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.trae/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.trae/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.trae/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.trae/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.trae/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.trae/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.trae/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.trae/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.trae/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.trae/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.trae/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.trae/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.trae/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.trae/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.trae/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.trae/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.trae/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.trae/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.trae/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.trae/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.trae/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.trae/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.trae/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.trae/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.trae/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.trae/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.trae/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.trae/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.trae/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.trae/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.trae/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.trae/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.trae/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.trae/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.trae/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.windsurf/skills/acfm-memory/SKILL.md +312 -0
- package/framework/make_your_own/.windsurf/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/make_your_own/.windsurf/skills/brainstorming/SKILL.md +282 -0
- package/framework/make_your_own/.windsurf/skills/changelog-generator/SKILL.md +104 -0
- package/framework/make_your_own/.windsurf/skills/ci-deploy/SKILL.md +501 -0
- package/framework/make_your_own/.windsurf/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/make_your_own/.windsurf/skills/code-review/SKILL.md +250 -0
- package/framework/make_your_own/.windsurf/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/make_your_own/.windsurf/skills/documentation/SKILL.md +441 -0
- package/framework/make_your_own/.windsurf/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/make_your_own/.windsurf/skills/find-skills/SKILL.md +130 -0
- package/framework/make_your_own/.windsurf/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/make_your_own/.windsurf/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/make_your_own/.windsurf/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/make_your_own/.windsurf/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/make_your_own/.windsurf/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/make_your_own/.windsurf/skills/openspec-explore/SKILL.md +306 -0
- package/framework/make_your_own/.windsurf/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/make_your_own/.windsurf/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/make_your_own/.windsurf/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/make_your_own/.windsurf/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/make_your_own/.windsurf/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/make_your_own/.windsurf/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/make_your_own/.windsurf/skills/project-constitution/SKILL.md +66 -0
- package/framework/make_your_own/.windsurf/skills/project-index/SKILL.md +234 -0
- package/framework/make_your_own/.windsurf/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/make_your_own/.windsurf/skills/project-index/templates/agent-template.md +18 -0
- package/framework/make_your_own/.windsurf/skills/project-index/templates/skill-template.md +20 -0
- package/framework/make_your_own/.windsurf/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/make_your_own/.windsurf/skills/research-retrieval/SKILL.md +357 -0
- package/framework/make_your_own/.windsurf/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/make_your_own/.windsurf/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/make_your_own/.windsurf/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/make_your_own/.windsurf/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/make_your_own/.windsurf/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/make_your_own/.windsurf/skills/skill-writer/SKILL.md +385 -0
- package/framework/make_your_own/.windsurf/skills/spec-analysis/SKILL.md +65 -0
- package/framework/make_your_own/.windsurf/skills/spec-clarification/SKILL.md +73 -0
- package/framework/make_your_own/.windsurf/skills/sync-index/SKILL.md +35 -0
- package/framework/make_your_own/.windsurf/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/make_your_own/.windsurf/skills/test-generator/SKILL.md +41 -0
- package/framework/make_your_own/.windsurf/skills/testing-qa/SKILL.md +249 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/SKILL.md +122 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/authentication.md +90 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/data-access.md +79 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/database-security.md +151 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/deployment.md +49 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/mobile.md +55 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/payments.md +63 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/make_your_own/.windsurf/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/make_your_own/.windsurf/workflows/ac-lite.md +42 -0
- package/framework/make_your_own/.windsurf/workflows/ac.md +95 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-apply.md +152 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-archive.md +157 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-bulk-archive.md +242 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-continue.md +114 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-explore.md +174 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-ff.md +94 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-new.md +69 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-onboard.md +525 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-sync.md +134 -0
- package/framework/make_your_own/.windsurf/workflows/opsx-verify.md +164 -0
- package/framework/make_your_own/AGENTS.md +53 -0
- package/framework/make_your_own/CLAUDE.md +53 -0
- package/framework/make_your_own/GEMINI.md +53 -0
- package/framework/make_your_own/copilot-instructions.md +53 -0
- package/framework/make_your_own/openspec/config.yaml +20 -0
- package/framework/mobile_development/.agents/skills/acfm-memory/SKILL.md +312 -0
- package/framework/mobile_development/.agents/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/mobile_development/.agents/skills/brainstorming/SKILL.md +282 -0
- package/framework/mobile_development/.agents/skills/changelog-generator/SKILL.md +104 -0
- package/framework/mobile_development/.agents/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/mobile_development/.agents/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/mobile_development/.agents/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/mobile_development/.agents/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/mobile_development/.agents/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/mobile_development/.agents/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/mobile_development/.agents/skills/openspec-explore/SKILL.md +306 -0
- package/framework/mobile_development/.agents/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/mobile_development/.agents/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/mobile_development/.agents/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/mobile_development/.agents/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/mobile_development/.agents/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/mobile_development/.agents/skills/project-constitution/SKILL.md +66 -0
- package/framework/mobile_development/.agents/skills/project-index/SKILL.md +234 -0
- package/framework/mobile_development/.agents/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/mobile_development/.agents/skills/project-index/templates/agent-template.md +18 -0
- package/framework/mobile_development/.agents/skills/project-index/templates/skill-template.md +20 -0
- package/framework/mobile_development/.agents/skills/research-retrieval/SKILL.md +357 -0
- package/framework/mobile_development/.agents/skills/spec-analysis/SKILL.md +65 -0
- package/framework/mobile_development/.agents/skills/spec-clarification/SKILL.md +73 -0
- package/framework/mobile_development/.agents/skills/sync-index/SKILL.md +35 -0
- package/framework/mobile_development/.agents/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/mobile_development/.agents/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.agents/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.agents/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.agents/workflows/ac-lite.md +187 -0
- package/framework/mobile_development/.agents/workflows/ac.md +378 -0
- package/framework/mobile_development/.agents/workflows/opsx-apply.md +149 -0
- package/framework/mobile_development/.agents/workflows/opsx-archive.md +154 -0
- package/framework/mobile_development/.agents/workflows/opsx-bulk-archive.md +239 -0
- package/framework/mobile_development/.agents/workflows/opsx-continue.md +111 -0
- package/framework/mobile_development/.agents/workflows/opsx-explore.md +171 -0
- package/framework/mobile_development/.agents/workflows/opsx-ff.md +91 -0
- package/framework/mobile_development/.agents/workflows/opsx-new.md +66 -0
- package/framework/mobile_development/.agents/workflows/opsx-onboard.md +522 -0
- package/framework/mobile_development/.agents/workflows/opsx-sync.md +131 -0
- package/framework/mobile_development/.agents/workflows/opsx-verify.md +161 -0
- package/framework/mobile_development/.amazonq/prompts/ac-lite.md +62 -5
- package/framework/mobile_development/.amazonq/prompts/ac.md +75 -74
- package/framework/mobile_development/.amazonq/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.amazonq/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.amazonq/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.augment/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.augment/commands/ac.md +75 -74
- package/framework/mobile_development/.augment/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.augment/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.augment/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.augment/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.claude/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.claude/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.claude/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.claude/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.claude/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.claude/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.cline/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.cline/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.cline/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.cline/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.cline/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.cline/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.clinerules/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.clinerules/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.clinerules/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.clinerules/workflows/ac-lite.md +62 -5
- package/framework/mobile_development/.clinerules/workflows/ac.md +75 -74
- package/framework/mobile_development/.codebuddy/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.codebuddy/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.codebuddy/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.codebuddy/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.codebuddy/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.codex/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.codex/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.codex/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.codex/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.continue/prompts/ac-lite.md +62 -5
- package/framework/mobile_development/.continue/prompts/ac.md +75 -74
- package/framework/mobile_development/.continue/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.continue/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.continue/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.continue/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.cospec/openspec/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.cospec/openspec/commands/ac.md +75 -74
- package/framework/mobile_development/.cospec/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.cospec/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.cospec/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.crush/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.crush/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.crush/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.crush/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.crush/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.crush/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.cursor/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.cursor/commands/ac.md +75 -74
- package/framework/mobile_development/.cursor/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.cursor/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.cursor/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.factory/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.factory/commands/ac.md +75 -74
- package/framework/mobile_development/.factory/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.factory/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.factory/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.factory/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.gemini/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.gemini/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.gemini/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.gemini/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.gemini/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.github/prompts/ac-lite.md +62 -5
- package/framework/mobile_development/.github/prompts/ac.md +75 -74
- package/framework/mobile_development/.github/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.github/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.github/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.github/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.iflow/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.iflow/commands/ac.md +75 -74
- package/framework/mobile_development/.iflow/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.iflow/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.iflow/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.kilocode/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.kilocode/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.kilocode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.kilocode/workflows/ac-lite.md +62 -5
- package/framework/mobile_development/.kilocode/workflows/ac.md +75 -74
- package/framework/mobile_development/.kimi/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.kimi/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.kimi/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.kimi/workflows/ac-lite.md +62 -5
- package/framework/mobile_development/.kimi/workflows/ac.md +75 -74
- package/framework/mobile_development/.opencode/command/ac-lite.md +62 -5
- package/framework/mobile_development/.opencode/command/ac.md +75 -74
- package/framework/mobile_development/.opencode/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.opencode/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.opencode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.qoder/commands/opsx/ac-lite.md +62 -5
- package/framework/mobile_development/.qoder/commands/opsx/ac.md +75 -74
- package/framework/mobile_development/.qoder/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.qoder/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.qoder/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.qwen/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.qwen/commands/ac.md +75 -74
- package/framework/mobile_development/.qwen/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.qwen/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.qwen/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.roo/commands/ac-lite.md +62 -5
- package/framework/mobile_development/.roo/commands/ac.md +75 -74
- package/framework/mobile_development/.roo/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.roo/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.roo/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.roo/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.trae/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.trae/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.trae/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.trae/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.windsurf/skills/sync-index/SKILL.md +1 -1
- package/framework/mobile_development/.windsurf/skills/vibe-security/SKILL.md +122 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/authentication.md +90 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/data-access.md +79 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/database-security.md +151 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/deployment.md +49 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/mobile.md +55 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/payments.md +63 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/mobile_development/.windsurf/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/mobile_development/.windsurf/workflows/ac-lite.md +62 -5
- package/framework/mobile_development/.windsurf/workflows/ac.md +75 -74
- package/framework/mobile_development/AGENTS.md +93 -11
- package/framework/mobile_development/CLAUDE.md +93 -11
- package/framework/mobile_development/GEMINI.md +93 -11
- package/framework/mobile_development/copilot-instructions.md +93 -11
- package/framework/new_project/.agents/skills/acfm-memory/SKILL.md +312 -0
- package/framework/new_project/.agents/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/new_project/.agents/skills/brainstorming/SKILL.md +282 -0
- package/framework/new_project/.agents/skills/changelog-generator/SKILL.md +104 -0
- package/framework/new_project/.agents/skills/ci-deploy/SKILL.md +501 -0
- package/framework/new_project/.agents/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/new_project/.agents/skills/code-review/SKILL.md +250 -0
- package/framework/new_project/.agents/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/new_project/.agents/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/new_project/.agents/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/new_project/.agents/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/new_project/.agents/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/new_project/.agents/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/new_project/.agents/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/new_project/.agents/skills/openspec-explore/SKILL.md +306 -0
- package/framework/new_project/.agents/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/new_project/.agents/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/new_project/.agents/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/new_project/.agents/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/new_project/.agents/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/new_project/.agents/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/new_project/.agents/skills/project-constitution/SKILL.md +66 -0
- package/framework/new_project/.agents/skills/project-index/SKILL.md +234 -0
- package/framework/new_project/.agents/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/new_project/.agents/skills/project-index/templates/agent-template.md +18 -0
- package/framework/new_project/.agents/skills/project-index/templates/skill-template.md +20 -0
- package/framework/new_project/.agents/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/new_project/.agents/skills/research-retrieval/SKILL.md +357 -0
- package/framework/new_project/.agents/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/new_project/.agents/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/new_project/.agents/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/new_project/.agents/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/new_project/.agents/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/new_project/.agents/skills/skill-writer/SKILL.md +385 -0
- package/framework/new_project/.agents/skills/spec-analysis/SKILL.md +65 -0
- package/framework/new_project/.agents/skills/spec-clarification/SKILL.md +73 -0
- package/framework/new_project/.agents/skills/sync-index/SKILL.md +35 -0
- package/framework/new_project/.agents/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/new_project/.agents/skills/test-generator/SKILL.md +41 -0
- package/framework/new_project/.agents/skills/testing-qa/SKILL.md +249 -0
- package/framework/new_project/.agents/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.agents/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.agents/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.agents/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.agents/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.agents/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.agents/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.agents/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.agents/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.agents/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.agents/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.agents/workflows/ac-lite.md +295 -0
- package/framework/new_project/.agents/workflows/ac.md +585 -0
- package/framework/new_project/.agents/workflows/opsx-apply.md +149 -0
- package/framework/new_project/.agents/workflows/opsx-archive.md +154 -0
- package/framework/new_project/.agents/workflows/opsx-bulk-archive.md +239 -0
- package/framework/new_project/.agents/workflows/opsx-continue.md +111 -0
- package/framework/new_project/.agents/workflows/opsx-explore.md +171 -0
- package/framework/new_project/.agents/workflows/opsx-ff.md +91 -0
- package/framework/new_project/.agents/workflows/opsx-new.md +66 -0
- package/framework/new_project/.agents/workflows/opsx-onboard.md +522 -0
- package/framework/new_project/.agents/workflows/opsx-sync.md +131 -0
- package/framework/new_project/.agents/workflows/opsx-verify.md +161 -0
- package/framework/new_project/.amazonq/prompts/ac-lite.md +61 -5
- package/framework/new_project/.amazonq/prompts/ac.md +75 -37
- package/framework/new_project/.amazonq/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.amazonq/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.amazonq/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.amazonq/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.augment/commands/ac-lite.md +61 -5
- package/framework/new_project/.augment/commands/ac.md +75 -37
- package/framework/new_project/.augment/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.augment/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.augment/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.augment/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.augment/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.augment/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.augment/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.augment/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.augment/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.augment/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.augment/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.augment/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.claude/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.claude/commands/opsx/ac.md +75 -37
- package/framework/new_project/.claude/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.claude/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.claude/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.claude/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.claude/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.claude/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.claude/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.claude/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.claude/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.claude/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.claude/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.claude/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.cline/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.cline/commands/opsx/ac.md +75 -37
- package/framework/new_project/.cline/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.cline/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.cline/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.cline/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.cline/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.cline/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.cline/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.cline/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.cline/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.cline/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.cline/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.cline/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.clinerules/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.clinerules/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.clinerules/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.clinerules/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.clinerules/workflows/ac-lite.md +61 -5
- package/framework/new_project/.clinerules/workflows/ac.md +75 -37
- package/framework/new_project/.codebuddy/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.codebuddy/commands/opsx/ac.md +75 -37
- package/framework/new_project/.codebuddy/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.codebuddy/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.codebuddy/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.codex/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.codex/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.codex/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.codex/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.codex/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.codex/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.codex/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.codex/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.codex/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.codex/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.codex/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.codex/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.continue/prompts/ac-lite.md +61 -5
- package/framework/new_project/.continue/prompts/ac.md +75 -37
- package/framework/new_project/.continue/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.continue/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.continue/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.continue/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.continue/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.continue/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.continue/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.continue/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.continue/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.continue/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.continue/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.continue/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.cospec/openspec/commands/ac-lite.md +61 -5
- package/framework/new_project/.cospec/openspec/commands/ac.md +75 -37
- package/framework/new_project/.cospec/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.cospec/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.cospec/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.cospec/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.crush/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.crush/commands/opsx/ac.md +75 -37
- package/framework/new_project/.crush/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.crush/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.crush/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.crush/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.crush/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.crush/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.crush/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.crush/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.crush/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.crush/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.crush/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.crush/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.cursor/commands/ac-lite.md +61 -5
- package/framework/new_project/.cursor/commands/ac.md +75 -37
- package/framework/new_project/.cursor/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.cursor/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.cursor/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.cursor/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.factory/commands/ac-lite.md +61 -5
- package/framework/new_project/.factory/commands/ac.md +75 -37
- package/framework/new_project/.factory/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.factory/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.factory/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.factory/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.factory/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.factory/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.factory/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.factory/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.factory/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.factory/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.factory/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.factory/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.gemini/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.gemini/commands/opsx/ac.md +75 -37
- package/framework/new_project/.gemini/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.gemini/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.gemini/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.gemini/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.github/prompts/ac-lite.md +61 -5
- package/framework/new_project/.github/prompts/ac.md +75 -37
- package/framework/new_project/.github/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.github/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.github/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.github/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.github/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.github/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.github/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.github/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.github/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.github/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.github/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.github/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.iflow/commands/ac-lite.md +61 -5
- package/framework/new_project/.iflow/commands/ac.md +75 -37
- package/framework/new_project/.iflow/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.iflow/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.iflow/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.iflow/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.kilocode/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.kilocode/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.kilocode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.kilocode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.kilocode/workflows/ac-lite.md +61 -5
- package/framework/new_project/.kilocode/workflows/ac.md +75 -37
- package/framework/new_project/.kimi/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.kimi/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.kimi/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.kimi/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.kimi/workflows/ac-lite.md +61 -5
- package/framework/new_project/.kimi/workflows/ac.md +75 -37
- package/framework/new_project/.opencode/command/ac-lite.md +61 -5
- package/framework/new_project/.opencode/command/ac.md +75 -37
- package/framework/new_project/.opencode/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.opencode/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.opencode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.opencode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.qoder/commands/opsx/ac-lite.md +61 -5
- package/framework/new_project/.qoder/commands/opsx/ac.md +75 -37
- package/framework/new_project/.qoder/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.qoder/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.qoder/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.qoder/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.qwen/commands/ac-lite.md +61 -5
- package/framework/new_project/.qwen/commands/ac.md +75 -37
- package/framework/new_project/.qwen/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.qwen/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.qwen/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.qwen/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.roo/commands/ac-lite.md +61 -5
- package/framework/new_project/.roo/commands/ac.md +75 -37
- package/framework/new_project/.roo/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.roo/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.roo/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.roo/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.roo/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.roo/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.roo/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.roo/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.roo/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.roo/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.roo/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.roo/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.trae/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.trae/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.trae/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.trae/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.trae/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.trae/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.trae/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.trae/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.trae/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.trae/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.trae/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.trae/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.windsurf/skills/sync-index/SKILL.md +1 -1
- package/framework/new_project/.windsurf/skills/vibe-security/SKILL.md +122 -0
- package/framework/new_project/.windsurf/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/authentication.md +90 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/data-access.md +79 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/database-security.md +151 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/deployment.md +49 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/mobile.md +55 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/payments.md +63 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/new_project/.windsurf/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/new_project/.windsurf/workflows/ac-lite.md +61 -5
- package/framework/new_project/.windsurf/workflows/ac.md +75 -37
- package/framework/new_project/AGENTS.md +77 -27
- package/framework/new_project/CLAUDE.md +90 -11
- package/framework/new_project/GEMINI.md +90 -11
- package/framework/new_project/copilot-instructions.md +90 -11
- package/framework/web_development/.agents/skills/acfm-memory/SKILL.md +312 -0
- package/framework/web_development/.agents/skills/acfm-spec-workflow/SKILL.md +269 -0
- package/framework/web_development/.agents/skills/brainstorming/SKILL.md +282 -0
- package/framework/web_development/.agents/skills/changelog-generator/SKILL.md +104 -0
- package/framework/web_development/.agents/skills/ci-deploy/SKILL.md +501 -0
- package/framework/web_development/.agents/skills/code-maintainability/SKILL.md +1108 -0
- package/framework/web_development/.agents/skills/code-review/SKILL.md +250 -0
- package/framework/web_development/.agents/skills/context-synthesizer/SKILL.md +322 -0
- package/framework/web_development/.agents/skills/error-handling-patterns/SKILL.md +641 -0
- package/framework/web_development/.agents/skills/microtask-decomposition/SKILL.md +368 -0
- package/framework/web_development/.agents/skills/openspec-apply-change/SKILL.md +172 -0
- package/framework/web_development/.agents/skills/openspec-archive-change/SKILL.md +130 -0
- package/framework/web_development/.agents/skills/openspec-bulk-archive-change/SKILL.md +262 -0
- package/framework/web_development/.agents/skills/openspec-continue-change/SKILL.md +134 -0
- package/framework/web_development/.agents/skills/openspec-explore/SKILL.md +306 -0
- package/framework/web_development/.agents/skills/openspec-ff-change/SKILL.md +117 -0
- package/framework/web_development/.agents/skills/openspec-new-change/SKILL.md +90 -0
- package/framework/web_development/.agents/skills/openspec-onboard/SKILL.md +529 -0
- package/framework/web_development/.agents/skills/openspec-sync-specs/SKILL.md +154 -0
- package/framework/web_development/.agents/skills/openspec-verify-change/SKILL.md +184 -0
- package/framework/web_development/.agents/skills/performance-optimizer/SKILL.md +43 -0
- package/framework/web_development/.agents/skills/project-constitution/SKILL.md +66 -0
- package/framework/web_development/.agents/skills/project-index/SKILL.md +234 -0
- package/framework/web_development/.agents/skills/project-index/scripts/scan_codebase.py +47 -0
- package/framework/web_development/.agents/skills/project-index/templates/agent-template.md +18 -0
- package/framework/web_development/.agents/skills/project-index/templates/skill-template.md +20 -0
- package/framework/web_development/.agents/skills/requirement-checklist/SKILL.md +90 -0
- package/framework/web_development/.agents/skills/research-retrieval/SKILL.md +357 -0
- package/framework/web_development/.agents/skills/secure-coding-cybersecurity/SKILL.md +793 -0
- package/framework/web_development/.agents/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
- package/framework/web_development/.agents/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
- package/framework/web_development/.agents/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
- package/framework/web_development/.agents/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
- package/framework/web_development/.agents/skills/skill-writer/SKILL.md +385 -0
- package/framework/web_development/.agents/skills/spec-analysis/SKILL.md +65 -0
- package/framework/web_development/.agents/skills/spec-clarification/SKILL.md +73 -0
- package/framework/web_development/.agents/skills/sync-index/SKILL.md +35 -0
- package/framework/web_development/.agents/skills/systematic-debugging/SKILL.md +296 -0
- package/framework/web_development/.agents/skills/test-generator/SKILL.md +41 -0
- package/framework/web_development/.agents/skills/testing-qa/SKILL.md +249 -0
- package/framework/web_development/.agents/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.agents/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.agents/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.agents/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.agents/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.agents/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.agents/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.agents/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.agents/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.agents/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.agents/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.agents/workflows/ac-lite.md +295 -0
- package/framework/web_development/.agents/workflows/ac.md +585 -0
- package/framework/web_development/.agents/workflows/opsx-apply.md +149 -0
- package/framework/web_development/.agents/workflows/opsx-archive.md +154 -0
- package/framework/web_development/.agents/workflows/opsx-bulk-archive.md +239 -0
- package/framework/web_development/.agents/workflows/opsx-continue.md +111 -0
- package/framework/web_development/.agents/workflows/opsx-explore.md +171 -0
- package/framework/web_development/.agents/workflows/opsx-ff.md +91 -0
- package/framework/web_development/.agents/workflows/opsx-new.md +66 -0
- package/framework/web_development/.agents/workflows/opsx-onboard.md +522 -0
- package/framework/web_development/.agents/workflows/opsx-sync.md +131 -0
- package/framework/web_development/.agents/workflows/opsx-verify.md +161 -0
- package/framework/web_development/.amazonq/prompts/ac-lite.md +61 -5
- package/framework/web_development/.amazonq/prompts/ac.md +75 -37
- package/framework/web_development/.amazonq/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.amazonq/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.amazonq/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.amazonq/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.augment/commands/ac-lite.md +61 -5
- package/framework/web_development/.augment/commands/ac.md +75 -37
- package/framework/web_development/.augment/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.augment/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.augment/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.augment/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.augment/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.augment/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.augment/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.augment/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.augment/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.augment/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.augment/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.augment/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.claude/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.claude/commands/opsx/ac.md +75 -37
- package/framework/web_development/.claude/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.claude/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.claude/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.claude/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.claude/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.claude/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.claude/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.claude/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.claude/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.claude/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.claude/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.claude/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.cline/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.cline/commands/opsx/ac.md +75 -37
- package/framework/web_development/.cline/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.cline/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.cline/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.cline/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.cline/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.cline/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.cline/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.cline/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.cline/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.cline/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.cline/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.cline/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.clinerules/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.clinerules/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.clinerules/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.clinerules/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.clinerules/workflows/ac-lite.md +61 -5
- package/framework/web_development/.clinerules/workflows/ac.md +75 -37
- package/framework/web_development/.codebuddy/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.codebuddy/commands/opsx/ac.md +75 -37
- package/framework/web_development/.codebuddy/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.codebuddy/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.codebuddy/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.codex/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.codex/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.codex/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.codex/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.codex/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.codex/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.codex/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.codex/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.codex/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.codex/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.codex/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.codex/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.continue/prompts/ac-lite.md +61 -5
- package/framework/web_development/.continue/prompts/ac.md +75 -37
- package/framework/web_development/.continue/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.continue/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.continue/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.continue/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.continue/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.continue/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.continue/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.continue/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.continue/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.continue/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.continue/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.continue/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.cospec/openspec/commands/ac-lite.md +61 -5
- package/framework/web_development/.cospec/openspec/commands/ac.md +75 -37
- package/framework/web_development/.cospec/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.cospec/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.cospec/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.cospec/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.crush/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.crush/commands/opsx/ac.md +75 -37
- package/framework/web_development/.crush/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.crush/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.crush/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.crush/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.crush/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.crush/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.crush/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.crush/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.crush/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.crush/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.crush/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.crush/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.cursor/commands/ac-lite.md +61 -5
- package/framework/web_development/.cursor/commands/ac.md +75 -37
- package/framework/web_development/.cursor/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.cursor/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.cursor/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.cursor/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.factory/commands/ac-lite.md +61 -5
- package/framework/web_development/.factory/commands/ac.md +75 -37
- package/framework/web_development/.factory/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.factory/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.factory/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.factory/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.factory/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.factory/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.factory/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.factory/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.factory/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.factory/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.factory/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.factory/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.gemini/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.gemini/commands/opsx/ac.md +75 -37
- package/framework/web_development/.gemini/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.gemini/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.gemini/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.gemini/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.github/prompts/ac-lite.md +61 -5
- package/framework/web_development/.github/prompts/ac.md +75 -37
- package/framework/web_development/.github/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.github/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.github/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.github/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.github/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.github/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.github/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.github/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.github/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.github/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.github/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.github/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.iflow/commands/ac-lite.md +61 -5
- package/framework/web_development/.iflow/commands/ac.md +75 -37
- package/framework/web_development/.iflow/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.iflow/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.iflow/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.iflow/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.kilocode/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.kilocode/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.kilocode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.kilocode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.kilocode/workflows/ac-lite.md +61 -5
- package/framework/web_development/.kilocode/workflows/ac.md +75 -37
- package/framework/web_development/.kimi/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.kimi/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.kimi/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.kimi/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.kimi/workflows/ac-lite.md +61 -5
- package/framework/web_development/.kimi/workflows/ac.md +75 -37
- package/framework/web_development/.opencode/command/ac-lite.md +61 -5
- package/framework/web_development/.opencode/command/ac.md +75 -37
- package/framework/web_development/.opencode/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.opencode/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.opencode/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.opencode/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.qoder/commands/opsx/ac-lite.md +61 -5
- package/framework/web_development/.qoder/commands/opsx/ac.md +75 -37
- package/framework/web_development/.qoder/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.qoder/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.qoder/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.qoder/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.qwen/commands/ac-lite.md +61 -5
- package/framework/web_development/.qwen/commands/ac.md +75 -37
- package/framework/web_development/.qwen/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.qwen/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.qwen/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.qwen/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.roo/commands/ac-lite.md +61 -5
- package/framework/web_development/.roo/commands/ac.md +75 -37
- package/framework/web_development/.roo/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.roo/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.roo/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.roo/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.roo/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.roo/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.roo/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.roo/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.roo/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.roo/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.roo/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.roo/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.trae/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.trae/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.trae/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.trae/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.trae/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.trae/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.trae/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.trae/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.trae/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.trae/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.trae/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.trae/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.windsurf/skills/sync-index/SKILL.md +1 -1
- package/framework/web_development/.windsurf/skills/vibe-security/SKILL.md +122 -0
- package/framework/web_development/.windsurf/skills/vibe-security/agents/openai.yaml +8 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/ai-integration.md +61 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/authentication.md +90 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/data-access.md +79 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/database-security.md +151 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/deployment.md +49 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/mobile.md +55 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/payments.md +63 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/rate-limiting.md +55 -0
- package/framework/web_development/.windsurf/skills/vibe-security/references/secrets-and-env.md +47 -0
- package/framework/web_development/.windsurf/workflows/ac-lite.md +61 -5
- package/framework/web_development/.windsurf/workflows/ac.md +75 -37
- package/framework/web_development/AGENTS.md +77 -27
- package/framework/web_development/CLAUDE.md +90 -11
- package/framework/web_development/GEMINI.md +90 -11
- package/framework/web_development/copilot-instructions.md +90 -11
- package/package.json +7 -7
- package/src/config/constants.js +18 -4
- package/src/config/ide-mapping.js +1 -1
- package/src/services/installer.js +21 -5
- package/framework/mobile_development/.agent/skills/sync-index/SKILL.md +0 -35
- package/framework/mobile_development/.agent/workflows/ac-lite.md +0 -130
- package/framework/mobile_development/.agent/workflows/ac.md +0 -377
- package/framework/mobile_development/.antigravity/skills/flutter-expert/SKILL.md +0 -197
- package/framework/mobile_development/.antigravity/skills/ios-developer/SKILL.md +0 -217
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/SKILL.md +0 -433
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/android-navigation.md +0 -698
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/compose-components.md +0 -796
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/material3-theming.md +0 -604
- package/framework/mobile_development/.antigravity/skills/mobile-design/SKILL.md +0 -289
- package/framework/mobile_development/.antigravity/skills/mobile-design/decision-trees.md +0 -516
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-backend.md +0 -491
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-color-system.md +0 -420
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-debugging.md +0 -122
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-design-thinking.md +0 -357
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-navigation.md +0 -458
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-performance.md +0 -767
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-testing.md +0 -356
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-typography.md +0 -433
- package/framework/mobile_development/.antigravity/skills/mobile-design/platform-android.md +0 -666
- package/framework/mobile_development/.antigravity/skills/mobile-design/platform-ios.md +0 -561
- package/framework/mobile_development/.antigravity/skills/mobile-design/scripts/mobile_audit.py +0 -670
- package/framework/mobile_development/.antigravity/skills/mobile-design/touch-psychology.md +0 -537
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/SKILL.md +0 -259
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/hig-patterns.md +0 -529
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/ios-navigation.md +0 -556
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/swiftui-components.md +0 -575
- package/framework/mobile_development/.antigravity/skills/react-native-architecture/SKILL.md +0 -666
- package/framework/mobile_development/.antigravity/skills/react-native-design/SKILL.md +0 -432
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/navigation-patterns.md +0 -832
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/reanimated-patterns.md +0 -775
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/styling-patterns.md +0 -871
- package/framework/mobile_development/.antigravity/skills/react-state-management/SKILL.md +0 -430
- package/framework/mobile_development/.antigravity/skills/sync-index/SKILL.md +0 -35
- package/framework/mobile_development/.antigravity/workflows/ac-lite.md +0 -130
- package/framework/mobile_development/.antigravity/workflows/ac.md +0 -377
- package/framework/new_project/.agent/skills/sync-index/SKILL.md +0 -35
- package/framework/new_project/.agent/workflows/ac-lite.md +0 -239
- package/framework/new_project/.agent/workflows/ac.md +0 -547
- package/framework/new_project/.antigravity/skills/documentation/SKILL.md +0 -441
- package/framework/new_project/.antigravity/skills/sync-index/SKILL.md +0 -35
- package/framework/new_project/.antigravity/workflows/ac-lite.md +0 -239
- package/framework/new_project/.antigravity/workflows/ac.md +0 -547
- package/framework/web_development/.agent/skills/api-design-principles/SKILL.md +0 -528
- package/framework/web_development/.agent/skills/api-design-principles/assets/api-design-checklist.md +0 -155
- package/framework/web_development/.agent/skills/api-design-principles/assets/rest-api-template.py +0 -182
- package/framework/web_development/.agent/skills/api-design-principles/references/graphql-schema-design.md +0 -583
- package/framework/web_development/.agent/skills/api-design-principles/references/rest-best-practices.md +0 -408
- package/framework/web_development/.agent/skills/documentation/SKILL.md +0 -441
- package/framework/web_development/.agent/skills/interface-design/SKILL.md +0 -310
- package/framework/web_development/.agent/skills/interface-design/references/example.md +0 -86
- package/framework/web_development/.agent/skills/interface-design/references/principles.md +0 -235
- package/framework/web_development/.agent/skills/interface-design/references/validation.md +0 -48
- package/framework/web_development/.agent/skills/sync-index/SKILL.md +0 -35
- package/framework/web_development/.agent/skills/vercel-react-best-practices/AGENTS.md +0 -2934
- package/framework/web_development/.agent/skills/vercel-react-best-practices/SKILL.md +0 -136
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/advanced-init-once.md +0 -42
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -39
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -38
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -80
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -51
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/async-parallel.md +0 -28
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -59
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -50
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -107
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -50
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -37
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -26
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -30
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -75
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -40
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -38
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -44
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -45
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -35
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -73
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -96
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -76
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -65
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
- package/framework/web_development/.agent/skills/vercel-react-best-practices/rules/server-serialization.md +0 -38
- package/framework/web_development/.agent/workflows/ac-lite.md +0 -239
- package/framework/web_development/.agent/workflows/ac.md +0 -547
- package/framework/web_development/.antigravity/skills/api-design-principles/SKILL.md +0 -528
- package/framework/web_development/.antigravity/skills/api-design-principles/assets/api-design-checklist.md +0 -155
- package/framework/web_development/.antigravity/skills/api-design-principles/assets/rest-api-template.py +0 -182
- package/framework/web_development/.antigravity/skills/api-design-principles/references/graphql-schema-design.md +0 -583
- package/framework/web_development/.antigravity/skills/api-design-principles/references/rest-best-practices.md +0 -408
- package/framework/web_development/.antigravity/skills/documentation/SKILL.md +0 -441
- package/framework/web_development/.antigravity/skills/interface-design/SKILL.md +0 -310
- package/framework/web_development/.antigravity/skills/interface-design/references/example.md +0 -86
- package/framework/web_development/.antigravity/skills/interface-design/references/principles.md +0 -235
- package/framework/web_development/.antigravity/skills/interface-design/references/validation.md +0 -48
- package/framework/web_development/.antigravity/skills/sync-index/SKILL.md +0 -35
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/AGENTS.md +0 -2934
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/SKILL.md +0 -136
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -55
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/advanced-init-once.md +0 -42
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -39
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -38
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -80
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -51
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/async-parallel.md +0 -28
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -99
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -59
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -31
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -49
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -35
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -50
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -74
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -71
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -48
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -56
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -107
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -80
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -28
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -70
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -32
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -50
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -45
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -37
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -49
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -82
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -24
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -57
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -26
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -47
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -40
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -38
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -46
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -82
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -30
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -28
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -75
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -39
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -45
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -40
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -29
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -74
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -58
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -38
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -44
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -45
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -35
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -40
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -73
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -73
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -96
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -41
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -76
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -65
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -83
- package/framework/web_development/.antigravity/skills/vercel-react-best-practices/rules/server-serialization.md +0 -38
- package/framework/web_development/.antigravity/workflows/ac-lite.md +0 -239
- package/framework/web_development/.antigravity/workflows/ac.md +0 -547
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/ci-deploy/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/code-maintainability/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/code-review/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/error-handling-patterns/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/performance-optimizer/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/project-index/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/requirement-checklist/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/secure-coding-cybersecurity/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/secure-coding-cybersecurity/scripts/security_audit.py +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/skill-writer/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/test-generator/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.agents}/skills/testing-qa/SKILL.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-apply.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-archive.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-bulk-archive.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-continue.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-explore.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-ff.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-new.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-onboard.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-sync.md +0 -0
- /package/framework/{mobile_development/.agent → make_your_own/.agents}/workflows/opsx-verify.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-apply.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-archive.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-bulk-archive.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-continue.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-explore.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-ff.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-new.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-onboard.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-sync.md +0 -0
- /package/framework/{new_project/.agent/workflows → make_your_own/.amazonq/prompts}/opsx-verify.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/ci-deploy/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/code-maintainability/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/code-review/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/error-handling-patterns/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/performance-optimizer/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/project-index/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/requirement-checklist/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/secure-coding-cybersecurity/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/secure-coding-cybersecurity/scripts/security_audit.py +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/skill-writer/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{mobile_development/.antigravity → make_your_own/.amazonq}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/test-generator/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.amazonq}/skills/testing-qa/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/ci-deploy/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/code-maintainability/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/code-review/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/error-handling-patterns/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/performance-optimizer/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/project-index/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/requirement-checklist/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/secure-coding-cybersecurity/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/secure-coding-cybersecurity/scripts/security_audit.py +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/skill-writer/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{new_project/.agent → make_your_own/.augment}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/test-generator/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.augment}/skills/testing-qa/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/ci-deploy/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/code-maintainability/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/code-review/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/error-handling-patterns/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/performance-optimizer/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/project-index/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/requirement-checklist/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/secure-coding-cybersecurity/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/secure-coding-cybersecurity/scripts/security_audit.py +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/skill-writer/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → make_your_own/.claude}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/test-generator/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.claude}/skills/testing-qa/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/project-index/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{web_development/.agent → make_your_own/.cline}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/acfm-memory/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/acfm-spec-workflow/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/brainstorming/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/changelog-generator/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/context-synthesizer/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/microtask-decomposition/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-apply-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-archive-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-bulk-archive-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-continue-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-explore/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-ff-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-new-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-onboard/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-sync-specs/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/openspec-verify-change/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/project-constitution/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/project-index/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/project-index/scripts/scan_codebase.py +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/project-index/templates/agent-template.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/project-index/templates/skill-template.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/research-retrieval/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/spec-analysis/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/spec-clarification/SKILL.md +0 -0
- /package/framework/{web_development/.antigravity → make_your_own/.clinerules}/skills/systematic-debugging/SKILL.md +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-apply.md → make_your_own/.github/prompts/opsx-apply.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-archive.md → make_your_own/.github/prompts/opsx-archive.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-bulk-archive.md → make_your_own/.github/prompts/opsx-bulk-archive.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-continue.md → make_your_own/.github/prompts/opsx-continue.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-explore.md → make_your_own/.github/prompts/opsx-explore.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-ff.md → make_your_own/.github/prompts/opsx-ff.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-new.md → make_your_own/.github/prompts/opsx-new.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-onboard.md → make_your_own/.github/prompts/opsx-onboard.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-sync.md → make_your_own/.github/prompts/opsx-sync.prompt.md} +0 -0
- /package/framework/{web_development/.agent/workflows/opsx-verify.md → make_your_own/.github/prompts/opsx-verify.prompt.md} +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/documentation/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/flutter-expert/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/ios-developer/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-android-design/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-android-design/references/android-navigation.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-android-design/references/compose-components.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-android-design/references/material3-theming.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/decision-trees.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-backend.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-color-system.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-debugging.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-design-thinking.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-navigation.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-performance.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-testing.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/mobile-typography.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/platform-android.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/platform-ios.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/scripts/mobile_audit.py +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-design/touch-psychology.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-ios-design/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-ios-design/references/hig-patterns.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-ios-design/references/ios-navigation.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/mobile-ios-design/references/swiftui-components.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-native-architecture/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-native-design/SKILL.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-native-design/references/navigation-patterns.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-native-design/references/reanimated-patterns.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-native-design/references/styling-patterns.md +0 -0
- /package/framework/mobile_development/{.agent → .agents}/skills/react-state-management/SKILL.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/api-design-principles/SKILL.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
- /package/framework/{mobile_development/.antigravity → new_project/.agents}/skills/documentation/SKILL.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/interface-design/SKILL.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/interface-design/references/example.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/interface-design/references/principles.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/interface-design/references/validation.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/AGENTS.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/SKILL.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/advanced-init-once.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/async-parallel.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -0
- /package/framework/new_project/{.agent → .agents}/skills/vercel-react-best-practices/rules/server-serialization.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/api-design-principles/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
- /package/framework/{new_project/.agent → web_development/.agents}/skills/documentation/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/interface-design/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/interface-design/references/example.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/interface-design/references/principles.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/interface-design/references/validation.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/AGENTS.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/SKILL.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/advanced-init-once.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/async-parallel.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -0
- /package/framework/{new_project/.antigravity → web_development/.agents}/skills/vercel-react-best-practices/rules/server-serialization.md +0 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# OPSX: Verify
|
|
2
|
+
|
|
3
|
+
Verify implementation matches change artifacts before archiving
|
|
4
|
+
|
|
5
|
+
Verify that an implementation matches the change artifacts (specs, tasks, design).
|
|
6
|
+
|
|
7
|
+
**Input**: Optionally specify a change name after `/opsx:verify` (e.g., `/opsx:verify add-auth`). If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
|
|
8
|
+
|
|
9
|
+
**Steps**
|
|
10
|
+
|
|
11
|
+
1. **If no change name provided, prompt for selection**
|
|
12
|
+
|
|
13
|
+
Run `acfm spec list --json` to get available changes. Use the **AskUserQuestion tool** to let the user select.
|
|
14
|
+
|
|
15
|
+
Show changes that have implementation tasks (tasks artifact exists).
|
|
16
|
+
Include the schema used for each change if available.
|
|
17
|
+
Mark changes with incomplete tasks as "(In Progress)".
|
|
18
|
+
|
|
19
|
+
**IMPORTANT**: Do NOT guess or auto-select a change. Always let the user choose.
|
|
20
|
+
|
|
21
|
+
2. **Check status to understand the schema**
|
|
22
|
+
```bash
|
|
23
|
+
acfm spec status --change "<name>" --json
|
|
24
|
+
```
|
|
25
|
+
Parse the JSON to understand:
|
|
26
|
+
- `schemaName`: The workflow being used (e.g., "spec-driven")
|
|
27
|
+
- Which artifacts exist for this change
|
|
28
|
+
|
|
29
|
+
3. **Get the change directory and load artifacts**
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
acfm spec instructions apply --change "<name>" --json
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
This returns the change directory and context files. Read all available artifacts from `contextFiles`.
|
|
36
|
+
|
|
37
|
+
4. **Initialize verification report structure**
|
|
38
|
+
|
|
39
|
+
Create a report structure with three dimensions:
|
|
40
|
+
- **Completeness**: Track tasks and spec coverage
|
|
41
|
+
- **Correctness**: Track requirement implementation and scenario coverage
|
|
42
|
+
- **Coherence**: Track design adherence and pattern consistency
|
|
43
|
+
|
|
44
|
+
Each dimension can have CRITICAL, WARNING, or SUGGESTION issues.
|
|
45
|
+
|
|
46
|
+
5. **Verify Completeness**
|
|
47
|
+
|
|
48
|
+
**Task Completion**:
|
|
49
|
+
- If tasks.md exists in contextFiles, read it
|
|
50
|
+
- Parse checkboxes: `- [ ]` (incomplete) vs `- [x]` (complete)
|
|
51
|
+
- Count complete vs total tasks
|
|
52
|
+
- If incomplete tasks exist:
|
|
53
|
+
- Add CRITICAL issue for each incomplete task
|
|
54
|
+
- Recommendation: "Complete task: <description>" or "Mark as done if already implemented"
|
|
55
|
+
|
|
56
|
+
**Spec Coverage**:
|
|
57
|
+
- If delta specs exist in `openspec/changes/<name>/specs/`:
|
|
58
|
+
- Extract all requirements (marked with "### Requirement:")
|
|
59
|
+
- For each requirement:
|
|
60
|
+
- Search codebase for keywords related to the requirement
|
|
61
|
+
- Assess if implementation likely exists
|
|
62
|
+
- If requirements appear unimplemented:
|
|
63
|
+
- Add CRITICAL issue: "Requirement not found: <requirement name>"
|
|
64
|
+
- Recommendation: "Implement requirement X: <description>"
|
|
65
|
+
|
|
66
|
+
6. **Verify Correctness**
|
|
67
|
+
|
|
68
|
+
**Requirement Implementation Mapping**:
|
|
69
|
+
- For each requirement from delta specs:
|
|
70
|
+
- Search codebase for implementation evidence
|
|
71
|
+
- If found, note file paths and line ranges
|
|
72
|
+
- Assess if implementation matches requirement intent
|
|
73
|
+
- If divergence detected:
|
|
74
|
+
- Add WARNING: "Implementation may diverge from spec: <details>"
|
|
75
|
+
- Recommendation: "Review <file>:<lines> against requirement X"
|
|
76
|
+
|
|
77
|
+
**Scenario Coverage**:
|
|
78
|
+
- For each scenario in delta specs (marked with "#### Scenario:"):
|
|
79
|
+
- Check if conditions are handled in code
|
|
80
|
+
- Check if tests exist covering the scenario
|
|
81
|
+
- If scenario appears uncovered:
|
|
82
|
+
- Add WARNING: "Scenario not covered: <scenario name>"
|
|
83
|
+
- Recommendation: "Add test or implementation for scenario: <description>"
|
|
84
|
+
|
|
85
|
+
7. **Verify Coherence**
|
|
86
|
+
|
|
87
|
+
**Design Adherence**:
|
|
88
|
+
- If design.md exists in contextFiles:
|
|
89
|
+
- Extract key decisions (look for sections like "Decision:", "Approach:", "Architecture:")
|
|
90
|
+
- Verify implementation follows those decisions
|
|
91
|
+
- If contradiction detected:
|
|
92
|
+
- Add WARNING: "Design decision not followed: <decision>"
|
|
93
|
+
- Recommendation: "Update implementation or revise design.md to match reality"
|
|
94
|
+
- If no design.md: Skip design adherence check, note "No design.md to verify against"
|
|
95
|
+
|
|
96
|
+
**Code Pattern Consistency**:
|
|
97
|
+
- Review new code for consistency with project patterns
|
|
98
|
+
- Check file naming, directory structure, coding style
|
|
99
|
+
- If significant deviations found:
|
|
100
|
+
- Add SUGGESTION: "Code pattern deviation: <details>"
|
|
101
|
+
- Recommendation: "Consider following project pattern: <example>"
|
|
102
|
+
|
|
103
|
+
8. **Generate Verification Report**
|
|
104
|
+
|
|
105
|
+
**Summary Scorecard**:
|
|
106
|
+
```
|
|
107
|
+
## Verification Report: <change-name>
|
|
108
|
+
|
|
109
|
+
### Summary
|
|
110
|
+
| Dimension | Status |
|
|
111
|
+
|--------------|------------------|
|
|
112
|
+
| Completeness | X/Y tasks, N reqs|
|
|
113
|
+
| Correctness | M/N reqs covered |
|
|
114
|
+
| Coherence | Followed/Issues |
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
**Issues by Priority**:
|
|
118
|
+
|
|
119
|
+
1. **CRITICAL** (Must fix before archive):
|
|
120
|
+
- Incomplete tasks
|
|
121
|
+
- Missing requirement implementations
|
|
122
|
+
- Each with specific, actionable recommendation
|
|
123
|
+
|
|
124
|
+
2. **WARNING** (Should fix):
|
|
125
|
+
- Spec/design divergences
|
|
126
|
+
- Missing scenario coverage
|
|
127
|
+
- Each with specific recommendation
|
|
128
|
+
|
|
129
|
+
3. **SUGGESTION** (Nice to fix):
|
|
130
|
+
- Pattern inconsistencies
|
|
131
|
+
- Minor improvements
|
|
132
|
+
- Each with specific recommendation
|
|
133
|
+
|
|
134
|
+
**Final Assessment**:
|
|
135
|
+
- If CRITICAL issues: "X critical issue(s) found. Fix before archiving."
|
|
136
|
+
- If only warnings: "No critical issues. Y warning(s) to consider. Ready for archive (with noted improvements)."
|
|
137
|
+
- If all clear: "All checks passed. Ready for archive."
|
|
138
|
+
|
|
139
|
+
**Verification Heuristics**
|
|
140
|
+
|
|
141
|
+
- **Completeness**: Focus on objective checklist items (checkboxes, requirements list)
|
|
142
|
+
- **Correctness**: Use keyword search, file path analysis, reasonable inference - don't require perfect certainty
|
|
143
|
+
- **Coherence**: Look for glaring inconsistencies, don't nitpick style
|
|
144
|
+
- **False Positives**: When uncertain, prefer SUGGESTION over WARNING, WARNING over CRITICAL
|
|
145
|
+
- **Actionability**: Every issue must have a specific recommendation with file/line references where applicable
|
|
146
|
+
|
|
147
|
+
**Graceful Degradation**
|
|
148
|
+
|
|
149
|
+
- If only tasks.md exists: verify task completion only, skip spec/design checks
|
|
150
|
+
- If tasks + specs exist: verify completeness and correctness, skip design
|
|
151
|
+
- If full artifacts: verify all three dimensions
|
|
152
|
+
- Always note which checks were skipped and why
|
|
153
|
+
|
|
154
|
+
**Output Format**
|
|
155
|
+
|
|
156
|
+
Use clear markdown with:
|
|
157
|
+
- Table for summary scorecard
|
|
158
|
+
- Grouped lists for issues (CRITICAL/WARNING/SUGGESTION)
|
|
159
|
+
- Code references in format: `file.ts:123`
|
|
160
|
+
- Specific, actionable recommendations
|
|
161
|
+
- No vague suggestions like "consider reviewing"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# AC Lite Custom Workflow Template
|
|
2
|
+
|
|
3
|
+
Use this lite template after `find-skills` to keep a minimal, focused workflow.
|
|
4
|
+
|
|
5
|
+
## Lite rules
|
|
6
|
+
|
|
7
|
+
1. Detect assistant folders first (`ls -la`).
|
|
8
|
+
2. Run `find-skills` on project bootstrap or direct request.
|
|
9
|
+
3. Offer at least 5 skills per search batch.
|
|
10
|
+
4. Install only user-confirmed skills.
|
|
11
|
+
5. Ensure installed skills end in the intended assistant `skills/` folder.
|
|
12
|
+
|
|
13
|
+
## Default baseline
|
|
14
|
+
|
|
15
|
+
- `acfm-spec-workflow`
|
|
16
|
+
- `acfm-memory`
|
|
17
|
+
- `find-skills`
|
|
18
|
+
- `openspec-new-change` or `openspec-ff-change`
|
|
19
|
+
- `openspec-continue-change`
|
|
20
|
+
- `openspec-apply-change`
|
|
21
|
+
- `openspec-verify-change`
|
|
22
|
+
- `openspec-archive-change`
|
|
23
|
+
|
|
24
|
+
## Selected add-on skills
|
|
25
|
+
|
|
26
|
+
- {{SELECTED_SKILLS_LIST}}
|
|
27
|
+
|
|
28
|
+
## Lite execution flow
|
|
29
|
+
|
|
30
|
+
1. Bootstrap checks + memory recall.
|
|
31
|
+
2. Skill discovery batch (>=5 options) and user confirmation.
|
|
32
|
+
3. Install and normalize paths.
|
|
33
|
+
4. Implement with selected baseline + add-on skills.
|
|
34
|
+
5. Verify, document, archive.
|
|
35
|
+
|
|
36
|
+
## Checklist
|
|
37
|
+
|
|
38
|
+
- [ ] Recommendations per batch >= 5
|
|
39
|
+
- [ ] Install targets confirmed
|
|
40
|
+
- [ ] `ac.md` regenerated
|
|
41
|
+
- [ ] Companion instruction files synchronized
|
|
42
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# AC Custom Workflow Template
|
|
2
|
+
|
|
3
|
+
This is a template guide for building a project-specific workflow after running `find-skills`.
|
|
4
|
+
|
|
5
|
+
## How to use this template
|
|
6
|
+
|
|
7
|
+
1. Detect assistant folders at workspace root (`ls -la`).
|
|
8
|
+
2. Run skill discovery batches (minimum 5 recommendations per batch).
|
|
9
|
+
3. Confirm selected skills with the user.
|
|
10
|
+
4. Install selected skills to target assistant folders.
|
|
11
|
+
5. Normalize install paths if a temporary folder (for example `.agents`) is created.
|
|
12
|
+
6. Replace placeholders in this file with the final skill set and workflow.
|
|
13
|
+
|
|
14
|
+
## Assistant targets detected
|
|
15
|
+
|
|
16
|
+
- {{ASSISTANT_FOLDERS}}
|
|
17
|
+
|
|
18
|
+
## Selected skill repertoire
|
|
19
|
+
|
|
20
|
+
| Skill | Why selected | Workflow phase |
|
|
21
|
+
|---|---|---|
|
|
22
|
+
| {{SKILL_1}} | {{RATIONALE_1}} | {{PHASE_1}} |
|
|
23
|
+
| {{SKILL_2}} | {{RATIONALE_2}} | {{PHASE_2}} |
|
|
24
|
+
| {{SKILL_3}} | {{RATIONALE_3}} | {{PHASE_3}} |
|
|
25
|
+
| {{SKILL_4}} | {{RATIONALE_4}} | {{PHASE_4}} |
|
|
26
|
+
| {{SKILL_5}} | {{RATIONALE_5}} | {{PHASE_5}} |
|
|
27
|
+
|
|
28
|
+
Add rows as needed.
|
|
29
|
+
|
|
30
|
+
## Workflow skeleton
|
|
31
|
+
|
|
32
|
+
### Phase 0: Bootstrap
|
|
33
|
+
|
|
34
|
+
- Run `acfm-spec-workflow` checks.
|
|
35
|
+
- Run memory recall (`acfm-memory`).
|
|
36
|
+
- Run `find-skills` for initial repertoire (mandatory on project start).
|
|
37
|
+
|
|
38
|
+
### Phase 1: Discovery and planning
|
|
39
|
+
|
|
40
|
+
- `openspec-explore`
|
|
41
|
+
- `brainstorming`
|
|
42
|
+
- `spec-clarification`
|
|
43
|
+
- Optional domain skills selected by the user
|
|
44
|
+
|
|
45
|
+
### Phase 2: Design and tasking
|
|
46
|
+
|
|
47
|
+
- `openspec-new-change` or `openspec-ff-change`
|
|
48
|
+
- `openspec-continue-change`
|
|
49
|
+
- `spec-analysis`
|
|
50
|
+
- `requirement-checklist`
|
|
51
|
+
|
|
52
|
+
### Phase 3: Implementation
|
|
53
|
+
|
|
54
|
+
- `test-generator`
|
|
55
|
+
- `openspec-apply-change`
|
|
56
|
+
- `code-review`
|
|
57
|
+
- Security/performance skills as selected
|
|
58
|
+
|
|
59
|
+
### Phase 4: Verification and closure
|
|
60
|
+
|
|
61
|
+
- `openspec-verify-change`
|
|
62
|
+
- `vibe-security`
|
|
63
|
+
- `documentation`
|
|
64
|
+
- `sync-index`
|
|
65
|
+
- `openspec-archive-change`
|
|
66
|
+
|
|
67
|
+
## Installation commands log
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
# discovery
|
|
71
|
+
npx skills find {{QUERY}}
|
|
72
|
+
|
|
73
|
+
# install examples
|
|
74
|
+
npx skills add {{PACKAGE_OR_REPO}} --skill {{SKILL_NAME}}
|
|
75
|
+
|
|
76
|
+
# optional explicit example
|
|
77
|
+
npx skills add https://github.com/vercel-labs/skills --skill find-skills
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Path normalization log
|
|
81
|
+
|
|
82
|
+
Document any relocation from temporary folders to real assistant targets:
|
|
83
|
+
|
|
84
|
+
- Source: `{{TEMP_SKILL_PATH}}`
|
|
85
|
+
- Destination: `{{TARGET_AGENT_SKILL_PATH}}`
|
|
86
|
+
- Cleanup: `{{REMOVED_TEMP_FOLDERS}}`
|
|
87
|
+
|
|
88
|
+
## Required outputs checklist
|
|
89
|
+
|
|
90
|
+
- [ ] At least 5 recommendations were produced for each search batch.
|
|
91
|
+
- [ ] User confirmed which skills to install.
|
|
92
|
+
- [ ] Skills installed in intended assistant folder(s).
|
|
93
|
+
- [ ] Temporary install folders cleaned.
|
|
94
|
+
- [ ] `ac.md` updated with final selected skills.
|
|
95
|
+
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: OPSX: Apply
|
|
3
|
+
description: "Implement tasks from an OpenSpec change (Experimental)"
|
|
4
|
+
argument-hint: "[command arguments]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Implement tasks from an OpenSpec change.
|
|
8
|
+
|
|
9
|
+
**Input**: Optionally specify a change name (e.g., `/opsx:apply add-auth`). If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
|
|
10
|
+
|
|
11
|
+
**Steps**
|
|
12
|
+
|
|
13
|
+
1. **Select the change**
|
|
14
|
+
|
|
15
|
+
If a name is provided, use it. Otherwise:
|
|
16
|
+
- Infer from conversation context if the user mentioned a change
|
|
17
|
+
- Auto-select if only one active change exists
|
|
18
|
+
- If ambiguous, run `acfm spec list --json` to get available changes and use the **AskUserQuestion tool** to let the user select
|
|
19
|
+
|
|
20
|
+
Always announce: "Using change: <name>" and how to override (e.g., `/opsx:apply <other>`).
|
|
21
|
+
|
|
22
|
+
2. **Check status to understand the schema**
|
|
23
|
+
```bash
|
|
24
|
+
acfm spec status --change "<name>" --json
|
|
25
|
+
```
|
|
26
|
+
Parse the JSON to understand:
|
|
27
|
+
- `schemaName`: The workflow being used (e.g., "spec-driven")
|
|
28
|
+
- Which artifact contains the tasks (typically "tasks" for spec-driven, check status for others)
|
|
29
|
+
|
|
30
|
+
3. **Get apply instructions**
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
acfm spec instructions apply --change "<name>" --json
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
This returns:
|
|
37
|
+
- Context file paths (varies by schema)
|
|
38
|
+
- Progress (total, complete, remaining)
|
|
39
|
+
- Task list with status
|
|
40
|
+
- Dynamic instruction based on current state
|
|
41
|
+
|
|
42
|
+
**Handle states:**
|
|
43
|
+
- If `state: "blocked"` (missing artifacts): show message, suggest using `/opsx:continue`
|
|
44
|
+
- If `state: "all_done"`: congratulate, suggest archive
|
|
45
|
+
- Otherwise: proceed to implementation
|
|
46
|
+
|
|
47
|
+
4. **Read context files**
|
|
48
|
+
|
|
49
|
+
Read the files listed in `contextFiles` from the apply instructions output.
|
|
50
|
+
The files depend on the schema being used:
|
|
51
|
+
- **spec-driven**: proposal, specs, design, tasks
|
|
52
|
+
- Other schemas: follow the contextFiles from CLI output
|
|
53
|
+
|
|
54
|
+
5. **Show current progress**
|
|
55
|
+
|
|
56
|
+
Display:
|
|
57
|
+
- Schema being used
|
|
58
|
+
- Progress: "N/M tasks complete"
|
|
59
|
+
- Remaining tasks overview
|
|
60
|
+
- Dynamic instruction from CLI
|
|
61
|
+
|
|
62
|
+
6. **Implement tasks (loop until done or blocked)**
|
|
63
|
+
|
|
64
|
+
For each pending task:
|
|
65
|
+
- Show which task is being worked on
|
|
66
|
+
- Make the code changes required
|
|
67
|
+
- Keep changes minimal and focused
|
|
68
|
+
- Mark task complete in the tasks file: `- [ ]` → `- [x]`
|
|
69
|
+
- Continue to next task
|
|
70
|
+
|
|
71
|
+
**Pause if:**
|
|
72
|
+
- Task is unclear → ask for clarification
|
|
73
|
+
- Implementation reveals a design issue → suggest updating artifacts
|
|
74
|
+
- Error or blocker encountered → report and wait for guidance
|
|
75
|
+
- User interrupts
|
|
76
|
+
|
|
77
|
+
7. **On completion or pause, show status**
|
|
78
|
+
|
|
79
|
+
Display:
|
|
80
|
+
- Tasks completed this session
|
|
81
|
+
- Overall progress: "N/M tasks complete"
|
|
82
|
+
- If all done: suggest archive
|
|
83
|
+
- If paused: explain why and wait for guidance
|
|
84
|
+
|
|
85
|
+
**Output During Implementation**
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
## Implementing: <change-name> (schema: <schema-name>)
|
|
89
|
+
|
|
90
|
+
Working on task 3/7: <task description>
|
|
91
|
+
[...implementation happening...]
|
|
92
|
+
✓ Task complete
|
|
93
|
+
|
|
94
|
+
Working on task 4/7: <task description>
|
|
95
|
+
[...implementation happening...]
|
|
96
|
+
✓ Task complete
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
**Output On Completion**
|
|
100
|
+
|
|
101
|
+
```
|
|
102
|
+
## Implementation Complete
|
|
103
|
+
|
|
104
|
+
**Change:** <change-name>
|
|
105
|
+
**Schema:** <schema-name>
|
|
106
|
+
**Progress:** 7/7 tasks complete ✓
|
|
107
|
+
|
|
108
|
+
### Completed This Session
|
|
109
|
+
- [x] Task 1
|
|
110
|
+
- [x] Task 2
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
All tasks complete! You can archive this change with `/opsx:archive`.
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
**Output On Pause (Issue Encountered)**
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
## Implementation Paused
|
|
120
|
+
|
|
121
|
+
**Change:** <change-name>
|
|
122
|
+
**Schema:** <schema-name>
|
|
123
|
+
**Progress:** 4/7 tasks complete
|
|
124
|
+
|
|
125
|
+
### Issue Encountered
|
|
126
|
+
<description of the issue>
|
|
127
|
+
|
|
128
|
+
**Options:**
|
|
129
|
+
1. <option 1>
|
|
130
|
+
2. <option 2>
|
|
131
|
+
3. Other approach
|
|
132
|
+
|
|
133
|
+
What would you like to do?
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
**Guardrails**
|
|
137
|
+
- Keep going through tasks until done or blocked
|
|
138
|
+
- Always read context files before starting (from the apply instructions output)
|
|
139
|
+
- If task is ambiguous, pause and ask before implementing
|
|
140
|
+
- If implementation reveals issues, pause and suggest artifact updates
|
|
141
|
+
- Keep code changes minimal and scoped to each task
|
|
142
|
+
- Update task checkbox immediately after completing each task
|
|
143
|
+
- Pause on errors, blockers, or unclear requirements - don't guess
|
|
144
|
+
- Use contextFiles from CLI output, don't assume specific file names
|
|
145
|
+
|
|
146
|
+
**Fluid Workflow Integration**
|
|
147
|
+
|
|
148
|
+
This skill supports the "actions on a change" model:
|
|
149
|
+
|
|
150
|
+
- **Can be invoked anytime**: Before all artifacts are done (if tasks exist), after partial implementation, interleaved with other actions
|
|
151
|
+
- **Allows artifact updates**: If implementation reveals design issues, suggest updating artifacts - not phase-locked, work fluidly
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: OPSX: Archive
|
|
3
|
+
description: "Archive a completed change in the experimental workflow"
|
|
4
|
+
argument-hint: "[command arguments]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Archive a completed change in the experimental workflow.
|
|
8
|
+
|
|
9
|
+
**Input**: Optionally specify a change name after `/opsx:archive` (e.g., `/opsx:archive add-auth`). If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.
|
|
10
|
+
|
|
11
|
+
**Steps**
|
|
12
|
+
|
|
13
|
+
1. **If no change name provided, prompt for selection**
|
|
14
|
+
|
|
15
|
+
Run `acfm spec list --json` to get available changes. Use the **AskUserQuestion tool** to let the user select.
|
|
16
|
+
|
|
17
|
+
Show only active changes (not already archived).
|
|
18
|
+
Include the schema used for each change if available.
|
|
19
|
+
|
|
20
|
+
**IMPORTANT**: Do NOT guess or auto-select a change. Always let the user choose.
|
|
21
|
+
|
|
22
|
+
2. **Check artifact completion status**
|
|
23
|
+
|
|
24
|
+
Run `acfm spec status --change "<name>" --json` to check artifact completion.
|
|
25
|
+
|
|
26
|
+
Parse the JSON to understand:
|
|
27
|
+
- `schemaName`: The workflow being used
|
|
28
|
+
- `artifacts`: List of artifacts with their status (`done` or other)
|
|
29
|
+
|
|
30
|
+
**If any artifacts are not `done`:**
|
|
31
|
+
- Display warning listing incomplete artifacts
|
|
32
|
+
- Prompt user for confirmation to continue
|
|
33
|
+
- Proceed if user confirms
|
|
34
|
+
|
|
35
|
+
3. **Check task completion status**
|
|
36
|
+
|
|
37
|
+
Read the tasks file (typically `tasks.md`) to check for incomplete tasks.
|
|
38
|
+
|
|
39
|
+
Count tasks marked with `- [ ]` (incomplete) vs `- [x]` (complete).
|
|
40
|
+
|
|
41
|
+
**If incomplete tasks found:**
|
|
42
|
+
- Display warning showing count of incomplete tasks
|
|
43
|
+
- Prompt user for confirmation to continue
|
|
44
|
+
- Proceed if user confirms
|
|
45
|
+
|
|
46
|
+
**If no tasks file exists:** Proceed without task-related warning.
|
|
47
|
+
|
|
48
|
+
4. **Assess delta spec sync state**
|
|
49
|
+
|
|
50
|
+
Check for delta specs at `openspec/changes/<name>/specs/`. If none exist, proceed without sync prompt.
|
|
51
|
+
|
|
52
|
+
**If delta specs exist:**
|
|
53
|
+
- Compare each delta spec with its corresponding main spec at `openspec/specs/<capability>/spec.md`
|
|
54
|
+
- Determine what changes would be applied (adds, modifications, removals, renames)
|
|
55
|
+
- Show a combined summary before prompting
|
|
56
|
+
|
|
57
|
+
**Prompt options:**
|
|
58
|
+
- If changes needed: "Sync now (recommended)", "Archive without syncing"
|
|
59
|
+
- If already synced: "Archive now", "Sync anyway", "Cancel"
|
|
60
|
+
|
|
61
|
+
If user chooses sync, execute `/opsx:sync` logic. Proceed to archive regardless of choice.
|
|
62
|
+
|
|
63
|
+
5. **Perform the archive**
|
|
64
|
+
|
|
65
|
+
Create the archive directory if it doesn't exist:
|
|
66
|
+
```bash
|
|
67
|
+
mkdir -p openspec/changes/archive
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Generate target name using current date: `YYYY-MM-DD-<change-name>`
|
|
71
|
+
|
|
72
|
+
**Check if target already exists:**
|
|
73
|
+
- If yes: Fail with error, suggest renaming existing archive or using different date
|
|
74
|
+
- If no: Move the change directory to archive
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
mv openspec/changes/<name> openspec/changes/archive/YYYY-MM-DD-<name>
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
6. **Display summary**
|
|
81
|
+
|
|
82
|
+
Show archive completion summary including:
|
|
83
|
+
- Change name
|
|
84
|
+
- Schema that was used
|
|
85
|
+
- Archive location
|
|
86
|
+
- Spec sync status (synced / sync skipped / no delta specs)
|
|
87
|
+
- Note about any warnings (incomplete artifacts/tasks)
|
|
88
|
+
|
|
89
|
+
**Output On Success**
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
## Archive Complete
|
|
93
|
+
|
|
94
|
+
**Change:** <change-name>
|
|
95
|
+
**Schema:** <schema-name>
|
|
96
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
97
|
+
**Specs:** ✓ Synced to main specs
|
|
98
|
+
|
|
99
|
+
All artifacts complete. All tasks complete.
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
**Output On Success (No Delta Specs)**
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
## Archive Complete
|
|
106
|
+
|
|
107
|
+
**Change:** <change-name>
|
|
108
|
+
**Schema:** <schema-name>
|
|
109
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
110
|
+
**Specs:** No delta specs
|
|
111
|
+
|
|
112
|
+
All artifacts complete. All tasks complete.
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
**Output On Success With Warnings**
|
|
116
|
+
|
|
117
|
+
```
|
|
118
|
+
## Archive Complete (with warnings)
|
|
119
|
+
|
|
120
|
+
**Change:** <change-name>
|
|
121
|
+
**Schema:** <schema-name>
|
|
122
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
123
|
+
**Specs:** Sync skipped (user chose to skip)
|
|
124
|
+
|
|
125
|
+
**Warnings:**
|
|
126
|
+
- Archived with 2 incomplete artifacts
|
|
127
|
+
- Archived with 3 incomplete tasks
|
|
128
|
+
- Delta spec sync was skipped (user chose to skip)
|
|
129
|
+
|
|
130
|
+
Review the archive if this was not intentional.
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Output On Error (Archive Exists)**
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
## Archive Failed
|
|
137
|
+
|
|
138
|
+
**Change:** <change-name>
|
|
139
|
+
**Target:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
140
|
+
|
|
141
|
+
Target archive directory already exists.
|
|
142
|
+
|
|
143
|
+
**Options:**
|
|
144
|
+
1. Rename the existing archive
|
|
145
|
+
2. Delete the existing archive if it's a duplicate
|
|
146
|
+
3. Wait until a different date to archive
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Guardrails**
|
|
150
|
+
- Always prompt for change selection if not provided
|
|
151
|
+
- Use artifact graph (acfm spec status --json) for completion checking
|
|
152
|
+
- Don't block archive on warnings - just inform and confirm
|
|
153
|
+
- Preserve .openspec.yaml when moving to archive (it moves with the directory)
|
|
154
|
+
- Show clear summary of what happened
|
|
155
|
+
- If sync is requested, use /opsx:sync approach (agent-driven)
|
|
156
|
+
- If delta specs exist, always run the sync assessment and show the combined summary before prompting
|