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
|
@@ -67,6 +67,12 @@ If you attempt to proceed without completing a required step, you MUST STOP and
|
|
|
67
67
|
| `sync-index` | Keep project index and generated guidance synchronized with implementation. | Documentation sync | `openspec-apply-change` |
|
|
68
68
|
| `changelog-generator` | Create user-facing release notes from implementation changes. | Release communication | `openspec-archive-change` |
|
|
69
69
|
|
|
70
|
+
### Security Validation Skills
|
|
71
|
+
|
|
72
|
+
| Skill | Description | Primary Use | Required Before |
|
|
73
|
+
|-------|-------------|-------------|-----------------|
|
|
74
|
+
| `vibe-security` | Final security audit for AI-generated/vibe-coded risks (exposed keys, broken access control, auth/payment/data validation gaps). | Final security validation before closure | `openspec-archive-change` |
|
|
75
|
+
|
|
70
76
|
---
|
|
71
77
|
|
|
72
78
|
## Persistent Memory Protocol (Mandatory)
|
|
@@ -97,81 +103,74 @@ The AC Framework includes a persistent memory system that agents must use proact
|
|
|
97
103
|
|
|
98
104
|
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
99
105
|
|
|
106
|
+
**When to delegate to SynapseGrid:**
|
|
107
|
+
- Multi-step features with architecture + implementation + review work
|
|
108
|
+
- Tasks requiring critical analysis before coding (security, API contracts, refactors)
|
|
109
|
+
- Long-running work where transcript, artifacts, and resumability are important
|
|
110
|
+
- Situations where one assistant would benefit from role-based challenge/review
|
|
111
|
+
|
|
112
|
+
**Role delegation model (what each agent does best):**
|
|
113
|
+
- `planner`: breaks down scope, constraints, approach, acceptance criteria
|
|
114
|
+
- `critic`: challenges assumptions, finds risks/blind spots, proposes safer alternatives
|
|
115
|
+
- `coder`: implements code and applies concrete changes
|
|
116
|
+
- `reviewer`: validates quality, consistency with spec/tasks, and production readiness
|
|
117
|
+
|
|
100
118
|
**Session-start requirement when collaboration is enabled:**
|
|
101
|
-
1. Prefer
|
|
102
|
-
2. Use
|
|
103
|
-
3. If collaborative MCP is unavailable, use CLI
|
|
104
|
-
|
|
105
|
-
**
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
119
|
+
1. Prefer SynapseGrid MCP tools for start/wait/result/cancel/status flows.
|
|
120
|
+
2. Use transcript + meeting summary + artifacts as source of truth.
|
|
121
|
+
3. If collaborative MCP is unavailable, use equivalent CLI commands.
|
|
122
|
+
|
|
123
|
+
**Preferred MCP flow (recommended):**
|
|
124
|
+
1. `collab_start_session`
|
|
125
|
+
2. `collab_invoke_team`
|
|
126
|
+
3. `collab_wait_run`
|
|
127
|
+
4. `collab_get_result`
|
|
128
|
+
5. Optional diagnostics: `collab_get_transcript`, `collab_get_meeting_log`, `collab_status`
|
|
129
|
+
|
|
130
|
+
**CLI fallback and operations:**
|
|
110
131
|
```bash
|
|
111
|
-
#
|
|
112
|
-
acfm agents
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
acfm agents
|
|
132
|
+
# Setup/runtime
|
|
133
|
+
acfm agents setup
|
|
134
|
+
acfm agents runtime install-zellij
|
|
135
|
+
acfm agents runtime set auto
|
|
136
|
+
acfm agents doctor --verbose
|
|
116
137
|
|
|
117
|
-
#
|
|
138
|
+
# Start/run
|
|
139
|
+
acfm agents start --task "design and implement feature X" --mux auto
|
|
118
140
|
acfm agents live
|
|
119
|
-
acfm agents
|
|
141
|
+
acfm agents status
|
|
120
142
|
|
|
121
|
-
#
|
|
122
|
-
acfm agents
|
|
123
|
-
acfm agents
|
|
143
|
+
# Visibility and artifacts
|
|
144
|
+
acfm agents transcript --role all --limit 80
|
|
145
|
+
acfm agents summary
|
|
146
|
+
acfm agents artifacts --watch --interval 1200
|
|
124
147
|
acfm agents export --format md --out synapse-session.md
|
|
125
148
|
|
|
126
|
-
#
|
|
127
|
-
acfm agents
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
**Troubleshooting notes:**
|
|
131
|
-
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
132
|
-
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
133
|
-
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
134
|
-
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
149
|
+
# Model management
|
|
150
|
+
acfm agents model list
|
|
151
|
+
acfm agents model choose
|
|
152
|
+
acfm agents model set --role coder provider/model
|
|
135
153
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
**Session-start requirement when collaboration is enabled:**
|
|
141
|
-
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
142
|
-
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
143
|
-
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
144
|
-
|
|
145
|
-
**How to use SynapseGrid collaboration:**
|
|
146
|
-
```text
|
|
147
|
-
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
148
|
-
Fallback: use AC Framework agents CLI commands directly.
|
|
154
|
+
# Lifecycle
|
|
155
|
+
acfm agents resume
|
|
156
|
+
acfm agents stop
|
|
149
157
|
```
|
|
150
|
-
```bash
|
|
151
|
-
# Install/update collaborative MCP server integrations
|
|
152
|
-
acfm agents install-mcps
|
|
153
158
|
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
**Collaboration artifacts (deterministic, not prompt-dependent):**
|
|
160
|
+
- `~/.acfm/synapsegrid/<sessionId>/transcript.jsonl`
|
|
161
|
+
- `~/.acfm/synapsegrid/<sessionId>/meeting-log.md`
|
|
162
|
+
- `~/.acfm/synapsegrid/<sessionId>/meeting-summary.md`
|
|
163
|
+
- `~/.acfm/synapsegrid/<sessionId>/turns/*.json`
|
|
164
|
+
- `~/.acfm/synapsegrid/<sessionId>/turns/raw/*.ndjson`
|
|
165
|
+
- `~/.acfm/synapsegrid/<sessionId>/turns/raw/*.stderr.log`
|
|
166
|
+
- `~/.acfm/synapsegrid/<sessionId>/diagnostics.json`
|
|
156
167
|
|
|
157
|
-
|
|
158
|
-
acfm agents
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
acfm agents resume
|
|
163
|
-
acfm agents list
|
|
164
|
-
acfm agents export --format md --out synapse-session.md
|
|
165
|
-
|
|
166
|
-
# Fast diagnostics for OpenCode resolution errors
|
|
167
|
-
acfm agents setup
|
|
168
|
-
```
|
|
168
|
+
**Troubleshooting and robust behavior:**
|
|
169
|
+
- Use `acfm agents doctor --verbose` for capability probe diagnostics.
|
|
170
|
+
- In `--mux auto`, runtime prefers zellij and falls back to tmux when zellij startup fails.
|
|
171
|
+
- If model/provider errors appear, validate with `opencode auth list` and `opencode models`.
|
|
172
|
+
- If workers are running but unclear, inspect `logs`, `transcript`, and `artifacts` before restarting.
|
|
169
173
|
|
|
170
|
-
**Troubleshooting notes:**
|
|
171
|
-
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
172
|
-
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
173
|
-
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
174
|
-
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
175
174
|
|
|
176
175
|
---
|
|
177
176
|
|
|
@@ -205,7 +204,7 @@ Before proceeding to next phase, verify outputs exist:
|
|
|
205
204
|
| Phase 2 | exploration notes + platform/stack decision recorded | [ ] |
|
|
206
205
|
| Phase 3 | `proposal.md`, `specs/`, `design.md`, `tasks.md` + `spec-analysis` review | [ ] |
|
|
207
206
|
| Phase 4 | implementation done + tasks updated + issues debugged | [ ] |
|
|
208
|
-
| Phase 5 | verification passed + docs/index synced + archive/sync complete | [ ] |
|
|
207
|
+
| Phase 5 | verification passed + `vibe-security` audit complete + docs/index synced + archive/sync complete | [ ] |
|
|
209
208
|
|
|
210
209
|
**Rule 4: Pre-Implementation Safety Check**
|
|
211
210
|
Before `openspec-apply-change`, ALL must be TRUE:
|
|
@@ -285,11 +284,12 @@ When starting a mobile project **from scratch**, follow this **MANDATORY** workf
|
|
|
285
284
|
v
|
|
286
285
|
PHASE 5 - VALIDATION AND CLOSURE
|
|
287
286
|
19) openspec-verify-change
|
|
288
|
-
20)
|
|
289
|
-
21)
|
|
290
|
-
22)
|
|
291
|
-
23) openspec-
|
|
292
|
-
24)
|
|
287
|
+
20) vibe-security (final security audit)
|
|
288
|
+
21) documentation
|
|
289
|
+
22) sync-index
|
|
290
|
+
23) openspec-sync-specs [IF syncing specs without archive]
|
|
291
|
+
24) openspec-archive-change OR openspec-bulk-archive-change
|
|
292
|
+
25) changelog-generator
|
|
293
293
|
```
|
|
294
294
|
|
|
295
295
|
**Conditional Skill Notes:**
|
|
@@ -338,11 +338,12 @@ When working on an **existing mobile codebase** (feature, bugfix, refactor):
|
|
|
338
338
|
|
|
339
339
|
PHASE 5 - VALIDATION AND CLOSURE
|
|
340
340
|
16) openspec-verify-change
|
|
341
|
-
17)
|
|
342
|
-
18)
|
|
343
|
-
19)
|
|
344
|
-
20) openspec-
|
|
345
|
-
21)
|
|
341
|
+
17) vibe-security (final security audit)
|
|
342
|
+
18) documentation
|
|
343
|
+
19) sync-index
|
|
344
|
+
20) openspec-sync-specs [if needed]
|
|
345
|
+
21) openspec-archive-change / openspec-bulk-archive-change
|
|
346
|
+
22) changelog-generator
|
|
346
347
|
```
|
|
347
348
|
|
|
348
349
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sync-index
|
|
3
|
-
description: Keep project documentation (.
|
|
3
|
+
description: Keep project documentation (.agentss/project-index.md and sub-skills) in sync with codebase changes.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Documentation Sync
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vibe-security
|
|
3
|
+
description: Audits codebases for common security vulnerabilities that AI coding assistants introduce in "vibe-coded" applications. Checks for exposed API keys, broken access control (Supabase RLS, Firebase rules), missing auth validation, client-side trust issues, insecure payment flows, and more. Use this skill whenever the user asks about security, wants a code review, mentions "vibe coding", or when you're writing or reviewing code that handles authentication, payments, database access, API keys, secrets, or user data — even if they don't explicitly mention security. Also trigger when the user says things like "is this safe?", "check my code", "audit this", "review for vulnerabilities", or "can someone hack this?".
|
|
4
|
+
license: MIT
|
|
5
|
+
metadata:
|
|
6
|
+
author: Chris Raroque
|
|
7
|
+
version: "1.0"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
Audit code for security vulnerabilities commonly introduced by AI code generation. These issues are prevalent in "vibe-coded" apps — projects built rapidly with AI assistance where security fundamentals get skipped.
|
|
11
|
+
|
|
12
|
+
AI assistants consistently get these patterns wrong, leading to real breaches, stolen API keys, and drained billing accounts. This skill exists to catch those mistakes before they ship.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## The Core Principle
|
|
16
|
+
|
|
17
|
+
Never trust the client. Every price, user ID, role, subscription status, feature flag, and rate limit counter must be validated or enforced server-side. If it exists only in the browser, mobile bundle, or request body, an attacker controls it.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## Audit Process
|
|
21
|
+
|
|
22
|
+
Examine the codebase systematically. For each step, load the relevant reference file only if the codebase uses that technology or pattern. Skip steps that aren't relevant.
|
|
23
|
+
|
|
24
|
+
1. **Secrets & Environment Variables** — Scan for hardcoded API keys, tokens, or credentials. Check for secrets exposed via client-side env var prefixes (`NEXT_PUBLIC_`, `VITE_`, `EXPO_PUBLIC_`). Verify `.env` is in `.gitignore`. See `references/secrets-and-env.md`.
|
|
25
|
+
|
|
26
|
+
2. **Database Access Control** — Check Supabase RLS policies, Firebase Security Rules, or Convex auth guards. This is the #1 source of critical vulnerabilities in vibe-coded apps. See `references/database-security.md`.
|
|
27
|
+
|
|
28
|
+
3. **Authentication & Authorization** — Validate JWT handling, middleware auth, Server Action protection, and session management. See `references/authentication.md`.
|
|
29
|
+
|
|
30
|
+
4. **Rate Limiting & Abuse Prevention** — Ensure auth endpoints, AI calls, and expensive operations have rate limits. Verify rate limit counters can't be tampered with. See `references/rate-limiting.md`.
|
|
31
|
+
|
|
32
|
+
5. **Payment Security** — Check for client-side price manipulation, webhook signature verification, and subscription status validation. See `references/payments.md`.
|
|
33
|
+
|
|
34
|
+
6. **Mobile Security** — Verify secure token storage, API key protection via backend proxy, and deep link validation. See `references/mobile.md`.
|
|
35
|
+
|
|
36
|
+
7. **AI / LLM Integration** — Check for exposed AI API keys, missing usage caps, prompt injection vectors, and unsafe output rendering. See `references/ai-integration.md`.
|
|
37
|
+
|
|
38
|
+
8. **Deployment Configuration** — Verify production settings, security headers, source map exposure, and environment separation. See `references/deployment.md`.
|
|
39
|
+
|
|
40
|
+
9. **Data Access & Input Validation** — Check for SQL injection, ORM misuse, and missing input validation. See `references/data-access.md`.
|
|
41
|
+
|
|
42
|
+
If doing a partial review or generating code in a specific area, load only the relevant reference files.
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Core Instructions
|
|
46
|
+
|
|
47
|
+
- Report only genuine security issues. Do not nitpick style or non-security concerns.
|
|
48
|
+
- When multiple issues exist, prioritize by exploitability and real-world impact.
|
|
49
|
+
- If the codebase doesn't use a particular technology (e.g., no Supabase), skip that section entirely.
|
|
50
|
+
- When generating new code, consult the relevant reference files proactively to avoid introducing vulnerabilities in the first place.
|
|
51
|
+
- If you find a critical issue (exposed secrets, disabled RLS, auth bypass), flag it immediately at the top of your response — don't bury it in a long list.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## Output Format
|
|
55
|
+
|
|
56
|
+
Organize findings by severity: **Critical** → **High** → **Medium** → **Low**.
|
|
57
|
+
|
|
58
|
+
For each issue:
|
|
59
|
+
1. State the file and relevant line(s).
|
|
60
|
+
2. Name the vulnerability.
|
|
61
|
+
3. Explain what an attacker could do (concrete impact, not abstract risk).
|
|
62
|
+
4. Show a before/after code fix.
|
|
63
|
+
|
|
64
|
+
Skip areas with no issues. End with a prioritized summary.
|
|
65
|
+
|
|
66
|
+
### Example Output
|
|
67
|
+
|
|
68
|
+
#### Critical
|
|
69
|
+
|
|
70
|
+
**`lib/supabase.ts:3` — Supabase `service_role` key exposed in client bundle**
|
|
71
|
+
|
|
72
|
+
The `service_role` key bypasses all Row-Level Security. Anyone can extract it from the browser bundle and read, modify, or delete every row in your database.
|
|
73
|
+
|
|
74
|
+
```typescript
|
|
75
|
+
// Before
|
|
76
|
+
const supabase = createClient(url, process.env.NEXT_PUBLIC_SUPABASE_SERVICE_KEY!)
|
|
77
|
+
|
|
78
|
+
// After — use the anon key client-side; service_role belongs only in server-side code
|
|
79
|
+
const supabase = createClient(url, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!)
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
#### High
|
|
83
|
+
|
|
84
|
+
**`app/api/checkout/route.ts:15` — Price taken from client request body**
|
|
85
|
+
|
|
86
|
+
An attacker can set any price (including $0.01) by modifying the request. Prices must be looked up server-side.
|
|
87
|
+
|
|
88
|
+
```typescript
|
|
89
|
+
// Before
|
|
90
|
+
const session = await stripe.checkout.sessions.create({
|
|
91
|
+
line_items: [{ price_data: { unit_amount: req.body.price } }]
|
|
92
|
+
})
|
|
93
|
+
|
|
94
|
+
// After — look up the price server-side
|
|
95
|
+
const product = await db.products.findUnique({ where: { id: req.body.productId } })
|
|
96
|
+
const session = await stripe.checkout.sessions.create({
|
|
97
|
+
line_items: [{ price: product.stripePriceId }]
|
|
98
|
+
})
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Summary
|
|
102
|
+
|
|
103
|
+
1. **Service role key exposed (Critical):** Anyone can bypass all database security. Rotate the key immediately and move it to server-side only.
|
|
104
|
+
2. **Client-controlled pricing (High):** Attackers can purchase at any price. Use server-side price lookup.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## When Generating Code
|
|
108
|
+
|
|
109
|
+
These rules also apply proactively. Before writing code that touches auth, payments, database access, API keys, or user data, consult the relevant reference file to avoid introducing the vulnerability in the first place. Prevention is better than detection.
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## References
|
|
113
|
+
|
|
114
|
+
- `references/secrets-and-env.md` — API keys, tokens, environment variable configuration, and `.gitignore` rules.
|
|
115
|
+
- `references/database-security.md` — Supabase RLS, Firebase Security Rules, and Convex auth patterns.
|
|
116
|
+
- `references/authentication.md` — JWT verification, middleware, Server Actions, and session management.
|
|
117
|
+
- `references/rate-limiting.md` — Rate limiting strategies and abuse prevention.
|
|
118
|
+
- `references/payments.md` — Stripe security, webhook verification, and price validation.
|
|
119
|
+
- `references/mobile.md` — React Native and Expo security: secure storage, API proxy, deep links.
|
|
120
|
+
- `references/ai-integration.md` — LLM API key protection, usage caps, prompt injection, and output sanitization.
|
|
121
|
+
- `references/deployment.md` — Production configuration, security headers, and environment separation.
|
|
122
|
+
- `references/data-access.md` — SQL injection prevention, ORM safety, and input validation.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Vibe Security"
|
|
3
|
+
short_description: "Audits vibe-coded apps for common security vulnerabilities."
|
|
4
|
+
brand_color: "#DC2626"
|
|
5
|
+
default_prompt: "Use $vibe-security to audit my project for security issues."
|
|
6
|
+
|
|
7
|
+
policy:
|
|
8
|
+
allow_implicit_invocation: true
|
package/framework/mobile_development/.gemini/skills/vibe-security/references/ai-integration.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# AI / LLM Integration Security
|
|
2
|
+
|
|
3
|
+
## API Keys Are Server-Side Only
|
|
4
|
+
|
|
5
|
+
AI API keys (OpenAI, Anthropic, Google, etc.) must never appear in client-side code. They allow unlimited API usage at your expense. A leaked key can drain thousands of dollars in minutes.
|
|
6
|
+
|
|
7
|
+
- No `NEXT_PUBLIC_OPENAI_API_KEY`
|
|
8
|
+
- No API keys in React Native / Expo bundles
|
|
9
|
+
- No API keys in client-side JavaScript
|
|
10
|
+
|
|
11
|
+
All AI API calls go through your backend. The client sends the user's message to your server; your server calls the AI API.
|
|
12
|
+
|
|
13
|
+
## Spending Caps
|
|
14
|
+
|
|
15
|
+
Set hard spending caps on every AI API provider:
|
|
16
|
+
- OpenAI: Usage limits in dashboard
|
|
17
|
+
- Anthropic: Spending limits in console
|
|
18
|
+
- Google: Budget alerts in Cloud Console
|
|
19
|
+
|
|
20
|
+
Also implement **per-user usage limits** in your application:
|
|
21
|
+
- Track token usage per user in your database
|
|
22
|
+
- Set daily/monthly caps per user or per tier
|
|
23
|
+
- Return a clear error when limits are exceeded
|
|
24
|
+
- Don't rely on the AI provider's caps alone — they may have lag
|
|
25
|
+
|
|
26
|
+
## Prompt Injection
|
|
27
|
+
|
|
28
|
+
User input must be sanitized before inclusion in prompts. Never concatenate raw user input into system prompts:
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
// BAD: user can override system instructions
|
|
32
|
+
const prompt = `You are a helpful assistant. User says: ${userInput}`;
|
|
33
|
+
|
|
34
|
+
// BETTER: separate system and user messages
|
|
35
|
+
const messages = [
|
|
36
|
+
{ role: 'system', content: 'You are a helpful assistant.' },
|
|
37
|
+
{ role: 'user', content: userInput },
|
|
38
|
+
];
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Even with separate messages, be aware that sophisticated prompt injection can still occur. For high-stakes applications, consider:
|
|
42
|
+
- Input validation and filtering
|
|
43
|
+
- Output validation before acting on LLM responses
|
|
44
|
+
- Limiting the LLM's capabilities (no tool access for user-facing chat)
|
|
45
|
+
|
|
46
|
+
## LLM Output Is Untrusted
|
|
47
|
+
|
|
48
|
+
LLM responses should be treated as untrusted user input:
|
|
49
|
+
|
|
50
|
+
- **Sanitize before rendering as HTML** — LLM output can contain script tags or event handlers
|
|
51
|
+
- **Never execute LLM output as code** without sandboxing
|
|
52
|
+
- **Validate tool/function call parameters** — if using function calling, validate all returned parameters against an allowlist and schema before executing
|
|
53
|
+
|
|
54
|
+
## Tool / Function Calling
|
|
55
|
+
|
|
56
|
+
If your application gives an LLM access to tools (database queries, API calls, file operations):
|
|
57
|
+
- Restrict operations to a safe allowlist
|
|
58
|
+
- Validate all parameters from the LLM against a schema
|
|
59
|
+
- Use least-privilege access (read-only where possible)
|
|
60
|
+
- Log all tool invocations for audit
|
|
61
|
+
- Never let the LLM construct raw SQL or shell commands from user input
|
package/framework/mobile_development/.gemini/skills/vibe-security/references/authentication.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Authentication & Authorization
|
|
2
|
+
|
|
3
|
+
## JWT Handling
|
|
4
|
+
|
|
5
|
+
- **Use `jwt.verify()`, never `jwt.decode()` alone.** `decode` reads the payload without checking the signature — an attacker can forge any payload.
|
|
6
|
+
- **Explicitly reject `"alg": "none"`.** Some JWT libraries accept unsigned tokens if the algorithm is set to `"none"`. Your verification must reject this.
|
|
7
|
+
- **Validate issuer, audience, and expiration** — not just the signature.
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
// BAD: reads token without verifying signature
|
|
11
|
+
const payload = jwt.decode(token);
|
|
12
|
+
|
|
13
|
+
// GOOD: verifies signature, rejects tampered tokens
|
|
14
|
+
const payload = jwt.verify(token, secret, {
|
|
15
|
+
algorithms: ['HS256'],
|
|
16
|
+
issuer: 'your-app',
|
|
17
|
+
});
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Next.js Middleware Is Not Enough
|
|
21
|
+
|
|
22
|
+
Next.js middleware runs at the edge and is convenient for auth checks, but it is **not a reliable sole auth layer**. CVE-2025-29927 demonstrated that middleware could be completely bypassed via a spoofed `x-middleware-subrequest` header.
|
|
23
|
+
|
|
24
|
+
Always verify auth again in:
|
|
25
|
+
- Server Actions
|
|
26
|
+
- Route Handlers (`app/api/`)
|
|
27
|
+
- Data access functions / database queries
|
|
28
|
+
|
|
29
|
+
Middleware should be a convenience layer, not the only wall between an attacker and your data.
|
|
30
|
+
|
|
31
|
+
## Server Actions Are Public Endpoints
|
|
32
|
+
|
|
33
|
+
Server Actions compile into public POST endpoints. Anyone can call them with `curl`. AI assistants frequently generate Server Actions that assume they're only called by the UI:
|
|
34
|
+
|
|
35
|
+
```typescript
|
|
36
|
+
// BAD: no auth check, no input validation
|
|
37
|
+
'use server';
|
|
38
|
+
export async function deleteItem(id: string) {
|
|
39
|
+
await db.items.delete({ where: { id } });
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// GOOD: validates input, authenticates, and authorizes
|
|
43
|
+
'use server';
|
|
44
|
+
export async function deleteItem(input: unknown) {
|
|
45
|
+
const parsed = schema.safeParse(input);
|
|
46
|
+
if (!parsed.success) return { error: 'Invalid input' };
|
|
47
|
+
|
|
48
|
+
const session = await auth();
|
|
49
|
+
if (!session?.user) redirect('/login');
|
|
50
|
+
|
|
51
|
+
// Authorize: verify ownership, not just login
|
|
52
|
+
await db.items.deleteMany({
|
|
53
|
+
where: { id: parsed.data.id, userId: session.user.id }
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Every Server Action needs three things at the top:
|
|
59
|
+
1. **Input validation** (Zod or similar runtime schema)
|
|
60
|
+
2. **Authentication** (verify the user is logged in)
|
|
61
|
+
3. **Authorization** (verify the user owns the resource)
|
|
62
|
+
|
|
63
|
+
## API Route Handlers
|
|
64
|
+
|
|
65
|
+
Same rules apply to `app/api/` route handlers. Every route handler is a public endpoint. Authenticate and authorize at the top of every handler.
|
|
66
|
+
|
|
67
|
+
## Data Leakage to Client Components
|
|
68
|
+
|
|
69
|
+
Never pass entire database objects to Client Components. They may contain sensitive fields (hashed passwords, internal IDs, admin flags). Select only the fields the client needs:
|
|
70
|
+
|
|
71
|
+
```typescript
|
|
72
|
+
// BAD: leaks all fields to the client
|
|
73
|
+
const user = await db.users.findUnique({ where: { id } });
|
|
74
|
+
return <UserProfile user={user} />;
|
|
75
|
+
|
|
76
|
+
// GOOD: select only needed fields
|
|
77
|
+
const user = await db.users.findUnique({
|
|
78
|
+
where: { id },
|
|
79
|
+
select: { name: true, avatarUrl: true }
|
|
80
|
+
});
|
|
81
|
+
return <UserProfile user={user} />;
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Use `import 'server-only'` at the top of data access modules to prevent them from being accidentally imported into Client Components.
|
|
85
|
+
|
|
86
|
+
## Session & Token Storage
|
|
87
|
+
|
|
88
|
+
- Store tokens in `HttpOnly + Secure + SameSite=Lax` cookies, **not localStorage**.
|
|
89
|
+
- localStorage is accessible to any JavaScript on the page — a single XSS vulnerability exposes all tokens.
|
|
90
|
+
- `HttpOnly` cookies are invisible to JavaScript and sent automatically by the browser.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Data Access & Input Validation
|
|
2
|
+
|
|
3
|
+
## SQL Injection
|
|
4
|
+
|
|
5
|
+
Always use parameterized queries or ORM methods. Never concatenate user input into SQL strings:
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
// BAD: SQL injection via string concatenation
|
|
9
|
+
const result = await db.query(`SELECT * FROM users WHERE id = '${userId}'`);
|
|
10
|
+
|
|
11
|
+
// GOOD: parameterized query
|
|
12
|
+
const result = await db.query('SELECT * FROM users WHERE id = $1', [userId]);
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## ORM Safety (Prisma)
|
|
16
|
+
|
|
17
|
+
Even with an ORM, injection is possible:
|
|
18
|
+
|
|
19
|
+
- **Validate input types with Zod before passing to Prisma.** `findFirst` and similar methods are vulnerable to operator injection if unvalidated objects are passed as filter values. An attacker can send `{ "email": { "contains": "" } }` to match all records.
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
// BAD: raw request body passed directly to Prisma
|
|
23
|
+
const user = await prisma.user.findFirst({ where: req.body });
|
|
24
|
+
|
|
25
|
+
// GOOD: validate with Zod first
|
|
26
|
+
const schema = z.object({ email: z.string().email() });
|
|
27
|
+
const parsed = schema.parse(req.body);
|
|
28
|
+
const user = await prisma.user.findFirst({ where: { email: parsed.email } });
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
- **Never use `$queryRawUnsafe` or `$executeRawUnsafe` with user-supplied input.** These bypass Prisma's parameterization entirely.
|
|
32
|
+
|
|
33
|
+
```typescript
|
|
34
|
+
// BAD: raw SQL with user input
|
|
35
|
+
const results = await prisma.$queryRawUnsafe(
|
|
36
|
+
`SELECT * FROM users WHERE name = '${name}'`
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
// GOOD: use the safe raw query with parameters
|
|
40
|
+
const results = await prisma.$queryRaw`
|
|
41
|
+
SELECT * FROM users WHERE name = ${name}
|
|
42
|
+
`;
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Input Validation
|
|
46
|
+
|
|
47
|
+
Validate all external input at system boundaries using a runtime schema validator (Zod, Yup, Joi, etc.):
|
|
48
|
+
|
|
49
|
+
- API route handlers
|
|
50
|
+
- Server Actions
|
|
51
|
+
- Webhook handlers
|
|
52
|
+
- Form submissions
|
|
53
|
+
- URL parameters and query strings
|
|
54
|
+
|
|
55
|
+
Don't rely on TypeScript types alone — they're compile-time only and don't exist at runtime. An attacker sending a malformed request bypasses all TypeScript checks.
|
|
56
|
+
|
|
57
|
+
```typescript
|
|
58
|
+
// TypeScript type provides NO runtime protection
|
|
59
|
+
type CreateUserInput = { name: string; email: string };
|
|
60
|
+
|
|
61
|
+
// Zod schema provides ACTUAL runtime validation
|
|
62
|
+
const CreateUserSchema = z.object({
|
|
63
|
+
name: z.string().min(1).max(100),
|
|
64
|
+
email: z.string().email(),
|
|
65
|
+
});
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Mass Assignment
|
|
69
|
+
|
|
70
|
+
Don't spread request bodies directly into database operations. An attacker can add unexpected fields:
|
|
71
|
+
|
|
72
|
+
```typescript
|
|
73
|
+
// BAD: attacker can add { isAdmin: true, credits: 99999 }
|
|
74
|
+
await db.users.update({ where: { id }, data: req.body });
|
|
75
|
+
|
|
76
|
+
// GOOD: pick only allowed fields
|
|
77
|
+
const { name, email } = validated.data;
|
|
78
|
+
await db.users.update({ where: { id }, data: { name, email } });
|
|
79
|
+
```
|