ac-framework 2.2.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 +4 -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/agents/runtime.js +159 -8
- package/src/commands/agents.js +53 -12
- package/src/config/constants.js +18 -4
- package/src/config/ide-mapping.js +1 -1
- package/src/mcp/collab-server.js +25 -2
- 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,63 @@
|
|
|
1
|
+
# Payment Security (Stripe)
|
|
2
|
+
|
|
3
|
+
## Never Trust Client-Submitted Prices
|
|
4
|
+
|
|
5
|
+
The #1 payment vulnerability in vibe-coded apps: the price comes from the client. An attacker can set any amount, including $0.
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
// BAD: price comes from the request body
|
|
9
|
+
const session = await stripe.checkout.sessions.create({
|
|
10
|
+
line_items: [{
|
|
11
|
+
price_data: {
|
|
12
|
+
currency: 'usd',
|
|
13
|
+
unit_amount: req.body.price, // attacker controls this
|
|
14
|
+
product_data: { name: req.body.name },
|
|
15
|
+
},
|
|
16
|
+
quantity: 1,
|
|
17
|
+
}],
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
// GOOD: look up the price server-side
|
|
21
|
+
const product = await db.products.findUnique({ where: { id: req.body.productId } });
|
|
22
|
+
if (!product) return new Response('Not found', { status: 404 });
|
|
23
|
+
|
|
24
|
+
const session = await stripe.checkout.sessions.create({
|
|
25
|
+
line_items: [{ price: product.stripePriceId, quantity: 1 }],
|
|
26
|
+
});
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Use Stripe Price IDs (created via the Stripe dashboard or API) rather than constructing prices from your database. This way, prices are defined in Stripe and can't be manipulated.
|
|
30
|
+
|
|
31
|
+
## Webhook Signature Verification
|
|
32
|
+
|
|
33
|
+
Stripe webhooks must have their signatures verified. This requires the **raw request body** — parsing the body as JSON first destroys the signature.
|
|
34
|
+
|
|
35
|
+
```typescript
|
|
36
|
+
// Express: webhook route MUST use express.raw() BEFORE express.json()
|
|
37
|
+
app.post('/webhook', express.raw({ type: 'application/json' }), (req, res) => {
|
|
38
|
+
const sig = req.headers['stripe-signature'];
|
|
39
|
+
const event = stripe.webhooks.constructEvent(req.body, sig, webhookSecret);
|
|
40
|
+
// ... handle event
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
// Next.js App Router: use request.text(), NOT request.json()
|
|
44
|
+
export async function POST(request: Request) {
|
|
45
|
+
const body = await request.text();
|
|
46
|
+
const sig = request.headers.get('stripe-signature')!;
|
|
47
|
+
const event = stripe.webhooks.constructEvent(body, sig, webhookSecret);
|
|
48
|
+
// ... handle event
|
|
49
|
+
}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Subscription Status Validation
|
|
53
|
+
|
|
54
|
+
Check subscription status **server-side on every protected request** using your database (kept in sync via webhooks). Do not rely on:
|
|
55
|
+
- A cached session value from login time
|
|
56
|
+
- A client-side flag
|
|
57
|
+
- A JWT claim that was set at token creation and never refreshed
|
|
58
|
+
|
|
59
|
+
Subscriptions can be cancelled, expire, or change tier at any time. Your database (updated via webhooks) is the source of truth.
|
|
60
|
+
|
|
61
|
+
## Checkout Session Metadata
|
|
62
|
+
|
|
63
|
+
Validate that checkout session metadata (user ID, plan, etc.) was set **server-side** when creating the session, not passed from the client. If metadata comes from the client, an attacker can claim to be a different user or select a different plan.
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Rate Limiting & Abuse Prevention
|
|
2
|
+
|
|
3
|
+
## Where Rate Limiting Is Required
|
|
4
|
+
|
|
5
|
+
Every one of these endpoints needs rate limiting. AI assistants almost never add it:
|
|
6
|
+
|
|
7
|
+
- **Auth endpoints** — login, register, password reset, OTP verification, magic link. Without limits, attackers can brute-force passwords or enumerate accounts.
|
|
8
|
+
- **AI API calls** — Any endpoint that calls OpenAI, Anthropic, or similar. A single user can drain your entire monthly budget in minutes.
|
|
9
|
+
- **Email / SMS sending** — Attackers can use your app as a spam relay.
|
|
10
|
+
- **File processing** — Upload, resize, convert. CPU-intensive operations without limits enable denial-of-service.
|
|
11
|
+
- **Webhook-like endpoints** — Anything accepting external input at scale.
|
|
12
|
+
|
|
13
|
+
## Don't Store Rate Limits in Public Tables
|
|
14
|
+
|
|
15
|
+
If rate limit counters live in a Supabase public table, users can reset their own counters via the REST API. Use:
|
|
16
|
+
|
|
17
|
+
- **Upstash Redis** — Serverless Redis with built-in rate limiting primitives
|
|
18
|
+
- **Private schema table** — Not exposed via PostgREST
|
|
19
|
+
- **Middleware-level limiting** — At the edge or API gateway
|
|
20
|
+
- **In-memory stores** — For single-server deployments (Redis for multi-server)
|
|
21
|
+
|
|
22
|
+
## Combine Per-IP and Per-User Limiting
|
|
23
|
+
|
|
24
|
+
- IP-only limits are defeated by rotating IPs (trivial with VPNs or botnets)
|
|
25
|
+
- User-only limits are defeated by creating new accounts
|
|
26
|
+
- Use both together for effective protection
|
|
27
|
+
|
|
28
|
+
## Billing Protection
|
|
29
|
+
|
|
30
|
+
- Set billing alerts on every cloud provider (AWS, GCP, Vercel, etc.)
|
|
31
|
+
- Set **hard spending caps** on AI API providers (OpenAI, Anthropic)
|
|
32
|
+
- Use per-user usage quotas with hard limits, not just soft warnings
|
|
33
|
+
- Monitor for anomalous usage patterns (sudden spikes, requests at odd hours)
|
|
34
|
+
|
|
35
|
+
## Implementation Pattern
|
|
36
|
+
|
|
37
|
+
```typescript
|
|
38
|
+
// Example: rate limiting with Upstash Redis
|
|
39
|
+
import { Ratelimit } from '@upstash/ratelimit';
|
|
40
|
+
import { Redis } from '@upstash/redis';
|
|
41
|
+
|
|
42
|
+
const ratelimit = new Ratelimit({
|
|
43
|
+
redis: Redis.fromEnv(),
|
|
44
|
+
limiter: Ratelimit.slidingWindow(10, '1 m'), // 10 requests per minute
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
export async function POST(request: Request) {
|
|
48
|
+
const ip = request.headers.get('x-forwarded-for') ?? '127.0.0.1';
|
|
49
|
+
const { success } = await ratelimit.limit(ip);
|
|
50
|
+
if (!success) {
|
|
51
|
+
return new Response('Too many requests', { status: 429 });
|
|
52
|
+
}
|
|
53
|
+
// ... handle request
|
|
54
|
+
}
|
|
55
|
+
```
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Secrets & Environment Variables
|
|
2
|
+
|
|
3
|
+
## Hardcoded Credentials
|
|
4
|
+
|
|
5
|
+
Never hardcode API keys, tokens, passwords, or credentials in source code. This includes:
|
|
6
|
+
- Strings that look like API keys in source files
|
|
7
|
+
- Connection strings with embedded passwords
|
|
8
|
+
- Private keys or certificates in the repo
|
|
9
|
+
|
|
10
|
+
If a secret was ever committed to Git history, consider it compromised — deleting the file doesn't remove it from history. The key must be rotated immediately. Run `gitleaks detect` to scan for leaked secrets.
|
|
11
|
+
|
|
12
|
+
## Client-Side Environment Variable Prefixes
|
|
13
|
+
|
|
14
|
+
These prefixes cause env vars to be inlined into the client bundle at build time. Everything in the bundle is visible to anyone:
|
|
15
|
+
|
|
16
|
+
| Framework | Client Prefix | Danger |
|
|
17
|
+
|-----------|--------------|--------|
|
|
18
|
+
| Next.js | `NEXT_PUBLIC_` | Inlined into browser JS at build time |
|
|
19
|
+
| Vite | `VITE_` | Inlined into browser JS at build time |
|
|
20
|
+
| Expo / React Native | `EXPO_PUBLIC_` | Baked into the app bundle |
|
|
21
|
+
| Create React App | `REACT_APP_` | Inlined into browser JS at build time |
|
|
22
|
+
|
|
23
|
+
**What belongs client-side:**
|
|
24
|
+
- Stripe publishable key (`pk_live_*`, `pk_test_*`)
|
|
25
|
+
- Supabase anon key
|
|
26
|
+
- Firebase client config (apiKey, authDomain, projectId)
|
|
27
|
+
- Public analytics IDs
|
|
28
|
+
|
|
29
|
+
**What must NEVER be client-side:**
|
|
30
|
+
- Supabase `service_role` key (bypasses all RLS)
|
|
31
|
+
- Stripe secret key (`sk_live_*`, `sk_test_*`)
|
|
32
|
+
- Any database connection string
|
|
33
|
+
- Any third-party API secret key
|
|
34
|
+
- JWT signing secrets
|
|
35
|
+
- OAuth client secrets
|
|
36
|
+
|
|
37
|
+
## .gitignore
|
|
38
|
+
|
|
39
|
+
Ensure `.env`, `.env.local`, `.env.*.local`, and any file containing secrets is in `.gitignore` **before the first commit**. Check that `.env.example` or `.env.sample` files contain only placeholder values, not real keys.
|
|
40
|
+
|
|
41
|
+
## Detection Tips
|
|
42
|
+
|
|
43
|
+
When auditing, search for:
|
|
44
|
+
- Files named `.env` that are tracked by git (`git ls-files | grep .env`)
|
|
45
|
+
- Strings matching common key patterns: `sk_live_`, `sk_test_`, `AKIA`, `ghp_`, `glpat-`, `xoxb-`, `Bearer `
|
|
46
|
+
- `process.env.NEXT_PUBLIC_` or `import.meta.env.VITE_` referencing anything with "secret", "private", "service", or "key" in the name
|
|
47
|
+
- Hardcoded URLs containing credentials (e.g., `postgresql://user:password@host`)
|
|
@@ -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,152 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: /opsx-apply
|
|
3
|
+
id: opsx-apply
|
|
4
|
+
category: Workflow
|
|
5
|
+
description: Implement tasks from an OpenSpec change (Experimental)
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Implement tasks from an OpenSpec change.
|
|
9
|
+
|
|
10
|
+
**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.
|
|
11
|
+
|
|
12
|
+
**Steps**
|
|
13
|
+
|
|
14
|
+
1. **Select the change**
|
|
15
|
+
|
|
16
|
+
If a name is provided, use it. Otherwise:
|
|
17
|
+
- Infer from conversation context if the user mentioned a change
|
|
18
|
+
- Auto-select if only one active change exists
|
|
19
|
+
- If ambiguous, run `acfm spec list --json` to get available changes and use the **AskUserQuestion tool** to let the user select
|
|
20
|
+
|
|
21
|
+
Always announce: "Using change: <name>" and how to override (e.g., `/opsx:apply <other>`).
|
|
22
|
+
|
|
23
|
+
2. **Check status to understand the schema**
|
|
24
|
+
```bash
|
|
25
|
+
acfm spec status --change "<name>" --json
|
|
26
|
+
```
|
|
27
|
+
Parse the JSON to understand:
|
|
28
|
+
- `schemaName`: The workflow being used (e.g., "spec-driven")
|
|
29
|
+
- Which artifact contains the tasks (typically "tasks" for spec-driven, check status for others)
|
|
30
|
+
|
|
31
|
+
3. **Get apply instructions**
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
acfm spec instructions apply --change "<name>" --json
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
This returns:
|
|
38
|
+
- Context file paths (varies by schema)
|
|
39
|
+
- Progress (total, complete, remaining)
|
|
40
|
+
- Task list with status
|
|
41
|
+
- Dynamic instruction based on current state
|
|
42
|
+
|
|
43
|
+
**Handle states:**
|
|
44
|
+
- If `state: "blocked"` (missing artifacts): show message, suggest using `/opsx:continue`
|
|
45
|
+
- If `state: "all_done"`: congratulate, suggest archive
|
|
46
|
+
- Otherwise: proceed to implementation
|
|
47
|
+
|
|
48
|
+
4. **Read context files**
|
|
49
|
+
|
|
50
|
+
Read the files listed in `contextFiles` from the apply instructions output.
|
|
51
|
+
The files depend on the schema being used:
|
|
52
|
+
- **spec-driven**: proposal, specs, design, tasks
|
|
53
|
+
- Other schemas: follow the contextFiles from CLI output
|
|
54
|
+
|
|
55
|
+
5. **Show current progress**
|
|
56
|
+
|
|
57
|
+
Display:
|
|
58
|
+
- Schema being used
|
|
59
|
+
- Progress: "N/M tasks complete"
|
|
60
|
+
- Remaining tasks overview
|
|
61
|
+
- Dynamic instruction from CLI
|
|
62
|
+
|
|
63
|
+
6. **Implement tasks (loop until done or blocked)**
|
|
64
|
+
|
|
65
|
+
For each pending task:
|
|
66
|
+
- Show which task is being worked on
|
|
67
|
+
- Make the code changes required
|
|
68
|
+
- Keep changes minimal and focused
|
|
69
|
+
- Mark task complete in the tasks file: `- [ ]` → `- [x]`
|
|
70
|
+
- Continue to next task
|
|
71
|
+
|
|
72
|
+
**Pause if:**
|
|
73
|
+
- Task is unclear → ask for clarification
|
|
74
|
+
- Implementation reveals a design issue → suggest updating artifacts
|
|
75
|
+
- Error or blocker encountered → report and wait for guidance
|
|
76
|
+
- User interrupts
|
|
77
|
+
|
|
78
|
+
7. **On completion or pause, show status**
|
|
79
|
+
|
|
80
|
+
Display:
|
|
81
|
+
- Tasks completed this session
|
|
82
|
+
- Overall progress: "N/M tasks complete"
|
|
83
|
+
- If all done: suggest archive
|
|
84
|
+
- If paused: explain why and wait for guidance
|
|
85
|
+
|
|
86
|
+
**Output During Implementation**
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
## Implementing: <change-name> (schema: <schema-name>)
|
|
90
|
+
|
|
91
|
+
Working on task 3/7: <task description>
|
|
92
|
+
[...implementation happening...]
|
|
93
|
+
✓ Task complete
|
|
94
|
+
|
|
95
|
+
Working on task 4/7: <task description>
|
|
96
|
+
[...implementation happening...]
|
|
97
|
+
✓ Task complete
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
**Output On Completion**
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
## Implementation Complete
|
|
104
|
+
|
|
105
|
+
**Change:** <change-name>
|
|
106
|
+
**Schema:** <schema-name>
|
|
107
|
+
**Progress:** 7/7 tasks complete ✓
|
|
108
|
+
|
|
109
|
+
### Completed This Session
|
|
110
|
+
- [x] Task 1
|
|
111
|
+
- [x] Task 2
|
|
112
|
+
...
|
|
113
|
+
|
|
114
|
+
All tasks complete! You can archive this change with `/opsx:archive`.
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
**Output On Pause (Issue Encountered)**
|
|
118
|
+
|
|
119
|
+
```
|
|
120
|
+
## Implementation Paused
|
|
121
|
+
|
|
122
|
+
**Change:** <change-name>
|
|
123
|
+
**Schema:** <schema-name>
|
|
124
|
+
**Progress:** 4/7 tasks complete
|
|
125
|
+
|
|
126
|
+
### Issue Encountered
|
|
127
|
+
<description of the issue>
|
|
128
|
+
|
|
129
|
+
**Options:**
|
|
130
|
+
1. <option 1>
|
|
131
|
+
2. <option 2>
|
|
132
|
+
3. Other approach
|
|
133
|
+
|
|
134
|
+
What would you like to do?
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
**Guardrails**
|
|
138
|
+
- Keep going through tasks until done or blocked
|
|
139
|
+
- Always read context files before starting (from the apply instructions output)
|
|
140
|
+
- If task is ambiguous, pause and ask before implementing
|
|
141
|
+
- If implementation reveals issues, pause and suggest artifact updates
|
|
142
|
+
- Keep code changes minimal and scoped to each task
|
|
143
|
+
- Update task checkbox immediately after completing each task
|
|
144
|
+
- Pause on errors, blockers, or unclear requirements - don't guess
|
|
145
|
+
- Use contextFiles from CLI output, don't assume specific file names
|
|
146
|
+
|
|
147
|
+
**Fluid Workflow Integration**
|
|
148
|
+
|
|
149
|
+
This skill supports the "actions on a change" model:
|
|
150
|
+
|
|
151
|
+
- **Can be invoked anytime**: Before all artifacts are done (if tasks exist), after partial implementation, interleaved with other actions
|
|
152
|
+
- **Allows artifact updates**: If implementation reveals design issues, suggest updating artifacts - not phase-locked, work fluidly
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: /opsx-archive
|
|
3
|
+
id: opsx-archive
|
|
4
|
+
category: Workflow
|
|
5
|
+
description: Archive a completed change in the experimental workflow
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Archive a completed change in the experimental workflow.
|
|
9
|
+
|
|
10
|
+
**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.
|
|
11
|
+
|
|
12
|
+
**Steps**
|
|
13
|
+
|
|
14
|
+
1. **If no change name provided, prompt for selection**
|
|
15
|
+
|
|
16
|
+
Run `acfm spec list --json` to get available changes. Use the **AskUserQuestion tool** to let the user select.
|
|
17
|
+
|
|
18
|
+
Show only active changes (not already archived).
|
|
19
|
+
Include the schema used for each change if available.
|
|
20
|
+
|
|
21
|
+
**IMPORTANT**: Do NOT guess or auto-select a change. Always let the user choose.
|
|
22
|
+
|
|
23
|
+
2. **Check artifact completion status**
|
|
24
|
+
|
|
25
|
+
Run `acfm spec status --change "<name>" --json` to check artifact completion.
|
|
26
|
+
|
|
27
|
+
Parse the JSON to understand:
|
|
28
|
+
- `schemaName`: The workflow being used
|
|
29
|
+
- `artifacts`: List of artifacts with their status (`done` or other)
|
|
30
|
+
|
|
31
|
+
**If any artifacts are not `done`:**
|
|
32
|
+
- Display warning listing incomplete artifacts
|
|
33
|
+
- Prompt user for confirmation to continue
|
|
34
|
+
- Proceed if user confirms
|
|
35
|
+
|
|
36
|
+
3. **Check task completion status**
|
|
37
|
+
|
|
38
|
+
Read the tasks file (typically `tasks.md`) to check for incomplete tasks.
|
|
39
|
+
|
|
40
|
+
Count tasks marked with `- [ ]` (incomplete) vs `- [x]` (complete).
|
|
41
|
+
|
|
42
|
+
**If incomplete tasks found:**
|
|
43
|
+
- Display warning showing count of incomplete tasks
|
|
44
|
+
- Prompt user for confirmation to continue
|
|
45
|
+
- Proceed if user confirms
|
|
46
|
+
|
|
47
|
+
**If no tasks file exists:** Proceed without task-related warning.
|
|
48
|
+
|
|
49
|
+
4. **Assess delta spec sync state**
|
|
50
|
+
|
|
51
|
+
Check for delta specs at `openspec/changes/<name>/specs/`. If none exist, proceed without sync prompt.
|
|
52
|
+
|
|
53
|
+
**If delta specs exist:**
|
|
54
|
+
- Compare each delta spec with its corresponding main spec at `openspec/specs/<capability>/spec.md`
|
|
55
|
+
- Determine what changes would be applied (adds, modifications, removals, renames)
|
|
56
|
+
- Show a combined summary before prompting
|
|
57
|
+
|
|
58
|
+
**Prompt options:**
|
|
59
|
+
- If changes needed: "Sync now (recommended)", "Archive without syncing"
|
|
60
|
+
- If already synced: "Archive now", "Sync anyway", "Cancel"
|
|
61
|
+
|
|
62
|
+
If user chooses sync, execute `/opsx:sync` logic. Proceed to archive regardless of choice.
|
|
63
|
+
|
|
64
|
+
5. **Perform the archive**
|
|
65
|
+
|
|
66
|
+
Create the archive directory if it doesn't exist:
|
|
67
|
+
```bash
|
|
68
|
+
mkdir -p openspec/changes/archive
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Generate target name using current date: `YYYY-MM-DD-<change-name>`
|
|
72
|
+
|
|
73
|
+
**Check if target already exists:**
|
|
74
|
+
- If yes: Fail with error, suggest renaming existing archive or using different date
|
|
75
|
+
- If no: Move the change directory to archive
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
mv openspec/changes/<name> openspec/changes/archive/YYYY-MM-DD-<name>
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
6. **Display summary**
|
|
82
|
+
|
|
83
|
+
Show archive completion summary including:
|
|
84
|
+
- Change name
|
|
85
|
+
- Schema that was used
|
|
86
|
+
- Archive location
|
|
87
|
+
- Spec sync status (synced / sync skipped / no delta specs)
|
|
88
|
+
- Note about any warnings (incomplete artifacts/tasks)
|
|
89
|
+
|
|
90
|
+
**Output On Success**
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
## Archive Complete
|
|
94
|
+
|
|
95
|
+
**Change:** <change-name>
|
|
96
|
+
**Schema:** <schema-name>
|
|
97
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
98
|
+
**Specs:** ✓ Synced to main specs
|
|
99
|
+
|
|
100
|
+
All artifacts complete. All tasks complete.
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
**Output On Success (No Delta Specs)**
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
## Archive Complete
|
|
107
|
+
|
|
108
|
+
**Change:** <change-name>
|
|
109
|
+
**Schema:** <schema-name>
|
|
110
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
111
|
+
**Specs:** No delta specs
|
|
112
|
+
|
|
113
|
+
All artifacts complete. All tasks complete.
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
**Output On Success With Warnings**
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
## Archive Complete (with warnings)
|
|
120
|
+
|
|
121
|
+
**Change:** <change-name>
|
|
122
|
+
**Schema:** <schema-name>
|
|
123
|
+
**Archived to:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
124
|
+
**Specs:** Sync skipped (user chose to skip)
|
|
125
|
+
|
|
126
|
+
**Warnings:**
|
|
127
|
+
- Archived with 2 incomplete artifacts
|
|
128
|
+
- Archived with 3 incomplete tasks
|
|
129
|
+
- Delta spec sync was skipped (user chose to skip)
|
|
130
|
+
|
|
131
|
+
Review the archive if this was not intentional.
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
**Output On Error (Archive Exists)**
|
|
135
|
+
|
|
136
|
+
```
|
|
137
|
+
## Archive Failed
|
|
138
|
+
|
|
139
|
+
**Change:** <change-name>
|
|
140
|
+
**Target:** openspec/changes/archive/YYYY-MM-DD-<name>/
|
|
141
|
+
|
|
142
|
+
Target archive directory already exists.
|
|
143
|
+
|
|
144
|
+
**Options:**
|
|
145
|
+
1. Rename the existing archive
|
|
146
|
+
2. Delete the existing archive if it's a duplicate
|
|
147
|
+
3. Wait until a different date to archive
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
**Guardrails**
|
|
151
|
+
- Always prompt for change selection if not provided
|
|
152
|
+
- Use artifact graph (acfm spec status --json) for completion checking
|
|
153
|
+
- Don't block archive on warnings - just inform and confirm
|
|
154
|
+
- Preserve .openspec.yaml when moving to archive (it moves with the directory)
|
|
155
|
+
- Show clear summary of what happened
|
|
156
|
+
- If sync is requested, use /opsx:sync approach (agent-driven)
|
|
157
|
+
- If delta specs exist, always run the sync assessment and show the combined summary before prompting
|