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
|
@@ -1,377 +0,0 @@
|
|
|
1
|
-
**Fundamental Principle**: *"Quality over speed. Documentation before code. Planning before execution."*
|
|
2
|
-
|
|
3
|
-
--- **CRITICAL: ZERO SKIP POLICY** ---
|
|
4
|
-
|
|
5
|
-
**YOU CANNOT SKIP ANY STEP. YOU CANNOT SKIP ANY SKILL. YOU CANNOT SKIP ANY PHASE.**
|
|
6
|
-
|
|
7
|
-
If you attempt to proceed without completing a required step, you MUST STOP and complete it first.
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## Available Skills
|
|
12
|
-
|
|
13
|
-
### AC Framework Core Skills
|
|
14
|
-
|
|
15
|
-
| Skill | Description | Primary Use | Required Before |
|
|
16
|
-
|-------|-------------|-------------|-----------------|
|
|
17
|
-
| `acfm-spec-workflow` | **START HERE - MANDATORY**. Understand spec-driven workflow, `.acfm/` vs `openspec/`, and required CLI commands. | Foundation | **ANYTHING ELSE** |
|
|
18
|
-
| `acfm-memory` | **PERSISTENT MEMORY PROTOCOL**. Recall project context on session start and save reusable decisions/patterns after significant work. | Knowledge persistence | Session start and after significant work |
|
|
19
|
-
|
|
20
|
-
### OpenSpec Workflow Skills
|
|
21
|
-
|
|
22
|
-
| Skill | Description | Primary Use | Required Before |
|
|
23
|
-
|-------|-------------|-------------|-----------------|
|
|
24
|
-
| `openspec-explore` | Explore architecture, constraints, and integration points before committing implementation details. | Pre-analysis | `acfm-spec-workflow` |
|
|
25
|
-
| `openspec-new-change` | Start a new change with structured artifacts. | Structured start | `brainstorming` |
|
|
26
|
-
| `openspec-ff-change` | Fast-forward artifact creation when speed is needed and scope is clear. | Accelerated start | `brainstorming` |
|
|
27
|
-
| `openspec-continue-change` | Continue artifact generation in sequence (proposal/specs/design/tasks). | Workflow continuation | `openspec-new-change` OR `microtask-decomposition` |
|
|
28
|
-
| `openspec-apply-change` | Implement tasks from artifacts. | Implementation | `openspec-continue-change` |
|
|
29
|
-
| `openspec-verify-change` | Verify implementation against artifacts. | Validation | `openspec-apply-change` |
|
|
30
|
-
| `openspec-sync-specs` | Merge delta specs to main specs without archiving. | Spec synchronization | `openspec-verify-change` |
|
|
31
|
-
| `openspec-archive-change` | Archive completed change. | Change closure | `openspec-verify-change` |
|
|
32
|
-
| `openspec-bulk-archive-change` | Archive multiple completed changes. | Batch closure | `openspec-verify-change` |
|
|
33
|
-
| `openspec-onboard` | Guided walkthrough to learn full OpenSpec lifecycle. | Learning | `acfm-spec-workflow` |
|
|
34
|
-
|
|
35
|
-
### Spec and Planning Skills
|
|
36
|
-
|
|
37
|
-
| Skill | Description | Primary Use | Required Before |
|
|
38
|
-
|-------|-------------|-------------|-----------------|
|
|
39
|
-
| `project-constitution` | Define and maintain core project principles. | Governance | **PHASE 1 START** |
|
|
40
|
-
| `project-index` | Map codebase structure and document domains/agent guidance. | Context mapping | `project-constitution` |
|
|
41
|
-
| `context-synthesizer` | Maintain continuity in long sessions and multi-change efforts. | Context management | `project-constitution` |
|
|
42
|
-
| `research-retrieval` | Pull external references and technical docs. | Research | `openspec-explore` |
|
|
43
|
-
| `brainstorming` | Generate all key questions up front to reduce hidden assumptions. | Design thinking | `openspec-explore` |
|
|
44
|
-
| `spec-clarification` | Resolve ambiguity in specs with targeted clarifications. | Requirement clarity | `openspec-new-change` |
|
|
45
|
-
| `spec-analysis` | Check consistency across proposal/specs/design/tasks. | Consistency check | `openspec-continue-change` |
|
|
46
|
-
| `microtask-decomposition` | Split complex tasks into smaller executable microtasks (only when needed). | Advanced decomposition | `openspec-continue-change` |
|
|
47
|
-
|
|
48
|
-
### Mobile Platform and Stack Skills
|
|
49
|
-
|
|
50
|
-
| Skill | Description | Primary Use | Required Before |
|
|
51
|
-
|-------|-------------|-------------|-----------------|
|
|
52
|
-
| `mobile-design` | Mobile-first doctrine: touch, performance, offline, platform behavior. | Baseline mobile standards | `project-constitution` |
|
|
53
|
-
| `mobile-ios-design` | iOS HIG-driven UI/UX guidance and SwiftUI-oriented patterns. | iOS interface design | `spec-clarification` [IF iOS UI] |
|
|
54
|
-
| `mobile-android-design` | Material 3 and Android UX patterns. | Android interface design | `spec-clarification` [IF Android UI] |
|
|
55
|
-
| `react-native-design` | React Native layout, animation, navigation, and mobile UX design. | RN UI design | `spec-clarification` [IF React Native] |
|
|
56
|
-
| `react-native-architecture` | React Native architecture, native modules, offline/data boundaries. | RN architecture | `spec-clarification` [IF React Native] |
|
|
57
|
-
| `react-state-management` | Choose and implement robust state strategy (Redux Toolkit/Zustand/Jotai/etc.). | RN/React state design | `spec-clarification` [IF complex state] |
|
|
58
|
-
| `flutter-expert` | Flutter/Dart architecture and implementation guidance. | Flutter implementation | `spec-clarification` [IF Flutter] |
|
|
59
|
-
| `ios-developer` | Native iOS engineering (Swift/SwiftUI/UIKit, platform integration). | Native iOS implementation | `spec-clarification` [IF native iOS] |
|
|
60
|
-
|
|
61
|
-
### Delivery and Support Skills
|
|
62
|
-
|
|
63
|
-
| Skill | Description | Primary Use | Required Before |
|
|
64
|
-
|-------|-------------|-------------|-----------------|
|
|
65
|
-
| `systematic-debugging` | Structured bug isolation and root-cause resolution. | Debugging | When bugs appear |
|
|
66
|
-
| `documentation` | Generate technical docs, architecture notes, and usage guidance. | Documentation | `openspec-verify-change` |
|
|
67
|
-
| `sync-index` | Keep project index and generated guidance synchronized with implementation. | Documentation sync | `openspec-apply-change` |
|
|
68
|
-
| `changelog-generator` | Create user-facing release notes from implementation changes. | Release communication | `openspec-archive-change` |
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## Persistent Memory Protocol (Mandatory)
|
|
73
|
-
|
|
74
|
-
The AC Framework includes a persistent memory system that agents must use proactively.
|
|
75
|
-
|
|
76
|
-
**Session-start requirement (always):**
|
|
77
|
-
1. At the start of every new chat/session, consult the available persistent memory tool or MCP before planning or implementing.
|
|
78
|
-
2. Recall project-level context first, then search for task-specific decisions, conventions, bugfixes, and architecture notes.
|
|
79
|
-
3. Treat recalled memory as active project context unless current repository state or explicit user instruction supersedes it.
|
|
80
|
-
4. If memory tooling is unavailable, continue with repository inspection and use AC Framework CLI fallback.
|
|
81
|
-
|
|
82
|
-
**What gets saved automatically (only reusable context):**
|
|
83
|
-
- Architectural decisions from proposal/design artifacts
|
|
84
|
-
- Bugfix patterns and repeated solutions
|
|
85
|
-
- Performance and optimization insights
|
|
86
|
-
- Refactoring techniques and conventions
|
|
87
|
-
- Reusable workflow constraints and team rules
|
|
88
|
-
|
|
89
|
-
**Memory hygiene rules:**
|
|
90
|
-
- Never save secrets, credentials, tokens, or sensitive one-off values
|
|
91
|
-
- Redact content inside `<private>...</private>` before saving
|
|
92
|
-
- Use concise titles, correct memory type, useful tags, realistic confidence
|
|
93
|
-
|
|
94
|
-
**User communication:** `Memory saved: [brief description]`
|
|
95
|
-
|
|
96
|
-
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
97
|
-
|
|
98
|
-
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
99
|
-
|
|
100
|
-
**Session-start requirement when collaboration is enabled:**
|
|
101
|
-
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
102
|
-
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
103
|
-
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
104
|
-
|
|
105
|
-
**How to use SynapseGrid collaboration:**
|
|
106
|
-
```text
|
|
107
|
-
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
108
|
-
Fallback: use AC Framework agents CLI commands directly.
|
|
109
|
-
```
|
|
110
|
-
```bash
|
|
111
|
-
# Install/update collaborative MCP server integrations
|
|
112
|
-
acfm agents install-mcps
|
|
113
|
-
|
|
114
|
-
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
115
|
-
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
116
|
-
|
|
117
|
-
# If already running in background, attach to panes and inspect logs
|
|
118
|
-
acfm agents live
|
|
119
|
-
acfm agents logs --role all --lines 120
|
|
120
|
-
|
|
121
|
-
# Resume/list/export operations
|
|
122
|
-
acfm agents resume
|
|
123
|
-
acfm agents list
|
|
124
|
-
acfm agents export --format md --out synapse-session.md
|
|
125
|
-
|
|
126
|
-
# Fast diagnostics for OpenCode resolution errors
|
|
127
|
-
acfm agents setup
|
|
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`.
|
|
135
|
-
|
|
136
|
-
## SynapseGrid Collaborative MCP Protocol (Optional)
|
|
137
|
-
|
|
138
|
-
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
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.
|
|
149
|
-
```
|
|
150
|
-
```bash
|
|
151
|
-
# Install/update collaborative MCP server integrations
|
|
152
|
-
acfm agents install-mcps
|
|
153
|
-
|
|
154
|
-
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
155
|
-
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
156
|
-
|
|
157
|
-
# If already running in background, attach to panes and inspect logs
|
|
158
|
-
acfm agents live
|
|
159
|
-
acfm agents logs --role all --lines 120
|
|
160
|
-
|
|
161
|
-
# Resume/list/export operations
|
|
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
|
-
```
|
|
169
|
-
|
|
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
|
-
|
|
176
|
-
---
|
|
177
|
-
|
|
178
|
-
## CRITICAL: How to Use Skills - ZERO SKIP POLICY
|
|
179
|
-
|
|
180
|
-
### BLOCKING RULES - YOU CANNOT PROCEED WITHOUT THESE:
|
|
181
|
-
|
|
182
|
-
**Rule 1: Phase Completion Checkpoint**
|
|
183
|
-
After EACH phase, you MUST confirm completion:
|
|
184
|
-
```
|
|
185
|
-
+------------------------------------------------------------+
|
|
186
|
-
| PHASE [X] COMPLETION CHECKPOINT |
|
|
187
|
-
+------------------------------------------------------------+
|
|
188
|
-
| Have you COMPLETED ALL skills in Phase [X]? |
|
|
189
|
-
| [ ] Yes - I read and executed every required skill |
|
|
190
|
-
| [ ] No - I must go back and complete missing skills |
|
|
191
|
-
+------------------------------------------------------------+
|
|
192
|
-
```
|
|
193
|
-
**IF NO: STOP. Go back and complete missing skills.**
|
|
194
|
-
|
|
195
|
-
**Rule 2: Skill Dependency Chain**
|
|
196
|
-
Each skill table above shows `Required Before`. You CANNOT use a skill before satisfying its dependency.
|
|
197
|
-
|
|
198
|
-
**Rule 3: Output Verification**
|
|
199
|
-
Before proceeding to next phase, verify outputs exist:
|
|
200
|
-
|
|
201
|
-
| Phase | Required Outputs | Check |
|
|
202
|
-
|-------|------------------|-------|
|
|
203
|
-
| Phase 0 | `acfm spec status` validated + memory recall completed | [ ] |
|
|
204
|
-
| Phase 1 | `project-constitution` defined + mobile baseline declared | [ ] |
|
|
205
|
-
| Phase 2 | exploration notes + platform/stack decision recorded | [ ] |
|
|
206
|
-
| Phase 3 | `proposal.md`, `specs/`, `design.md`, `tasks.md` + `spec-analysis` review | [ ] |
|
|
207
|
-
| Phase 4 | implementation done + tasks updated + issues debugged | [ ] |
|
|
208
|
-
| Phase 5 | verification passed + docs/index synced + archive/sync complete | [ ] |
|
|
209
|
-
|
|
210
|
-
**Rule 4: Pre-Implementation Safety Check**
|
|
211
|
-
Before `openspec-apply-change`, ALL must be TRUE:
|
|
212
|
-
- [ ] `tasks.md` exists and contains actionable checkboxes
|
|
213
|
-
- [ ] Target platform(s) and stack (Flutter / React Native / Native iOS) are explicit
|
|
214
|
-
- [ ] Required mobile skills for selected stack/platform have been applied
|
|
215
|
-
- [ ] `design.md` and `spec-analysis` were reviewed
|
|
216
|
-
|
|
217
|
-
**IF ANY IS FALSE: STOP. Complete missing items.**
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## Workflow: New Mobile Project
|
|
222
|
-
|
|
223
|
-
When starting a mobile project **from scratch**, follow this **MANDATORY** workflow:
|
|
224
|
-
|
|
225
|
-
```
|
|
226
|
-
+--------------------------------------------------------------------------+
|
|
227
|
-
| WORKFLOW: NEW MOBILE PROJECT - ZERO SKIP |
|
|
228
|
-
+--------------------------------------------------------------------------+
|
|
229
|
-
|
|
230
|
-
START
|
|
231
|
-
|
|
|
232
|
-
v
|
|
233
|
-
PHASE 0 - AC FRAMEWORK SETUP (BLOCKING)
|
|
234
|
-
1) acfm-spec-workflow
|
|
235
|
-
- verify initialization and workflow mode
|
|
236
|
-
- run `acfm spec init` if missing
|
|
237
|
-
2) acfm-memory
|
|
238
|
-
- perform session-start memory recall
|
|
239
|
-
|
|
240
|
-
CHECKPOINT: initialized + memory recall complete
|
|
241
|
-
|
|
|
242
|
-
v
|
|
243
|
-
PHASE 1 - FOUNDATIONS AND MOBILE BASELINE
|
|
244
|
-
3) project-constitution
|
|
245
|
-
4) mobile-design (mandatory baseline doctrine)
|
|
246
|
-
5) context-synthesizer
|
|
247
|
-
6) project-index (if not created)
|
|
248
|
-
|
|
249
|
-
CHECKPOINT: constitution + baseline mobile rules documented
|
|
250
|
-
|
|
|
251
|
-
v
|
|
252
|
-
PHASE 2 - DISCOVERY AND REQUIREMENTS
|
|
253
|
-
7) openspec-explore
|
|
254
|
-
8) research-retrieval
|
|
255
|
-
9) brainstorming (single comprehensive question set)
|
|
256
|
-
10) openspec-new-change (or openspec-ff-change if explicitly chosen)
|
|
257
|
-
11) spec-clarification
|
|
258
|
-
|
|
259
|
-
CHECKPOINT: scope clarified + platform/stack chosen
|
|
260
|
-
|
|
|
261
|
-
v
|
|
262
|
-
PHASE 3 - DESIGN AND TASK PLANNING
|
|
263
|
-
12) openspec-continue-change (proposal/specs/design/tasks)
|
|
264
|
-
13) spec-analysis
|
|
265
|
-
14) microtask-decomposition [IF tasks are still too complex]
|
|
266
|
-
15) platform/stack skills as required:
|
|
267
|
-
- mobile-ios-design [IF iOS UI]
|
|
268
|
-
- mobile-android-design [IF Android UI]
|
|
269
|
-
- react-native-design [IF RN UI]
|
|
270
|
-
- react-native-architecture [IF RN architecture]
|
|
271
|
-
- react-state-management [IF complex state]
|
|
272
|
-
- flutter-expert [IF Flutter]
|
|
273
|
-
- ios-developer [IF native iOS]
|
|
274
|
-
|
|
275
|
-
CHECKPOINT: proposal/spec/design/tasks coherent and implementation-ready
|
|
276
|
-
|
|
|
277
|
-
v
|
|
278
|
-
PHASE 4 - IMPLEMENTATION
|
|
279
|
-
16) openspec-apply-change
|
|
280
|
-
17) systematic-debugging [IF issues/regressions appear]
|
|
281
|
-
18) update tasks progress in tasks.md continuously
|
|
282
|
-
|
|
283
|
-
CHECKPOINT: implementation complete and stable
|
|
284
|
-
|
|
|
285
|
-
v
|
|
286
|
-
PHASE 5 - VALIDATION AND CLOSURE
|
|
287
|
-
19) openspec-verify-change
|
|
288
|
-
20) documentation
|
|
289
|
-
21) sync-index
|
|
290
|
-
22) openspec-sync-specs [IF syncing specs without archive]
|
|
291
|
-
23) openspec-archive-change OR openspec-bulk-archive-change
|
|
292
|
-
24) changelog-generator
|
|
293
|
-
```
|
|
294
|
-
|
|
295
|
-
**Conditional Skill Notes:**
|
|
296
|
-
- Use only skills that match selected platform/stack and risk profile.
|
|
297
|
-
- `mobile-design` is mandatory for all mobile work regardless of stack.
|
|
298
|
-
- `microtask-decomposition` is only for complex tasks after tasks.md exists.
|
|
299
|
-
|
|
300
|
-
---
|
|
301
|
-
|
|
302
|
-
## Workflow: Existing Mobile Project
|
|
303
|
-
|
|
304
|
-
When working on an **existing mobile codebase** (feature, bugfix, refactor):
|
|
305
|
-
|
|
306
|
-
```
|
|
307
|
-
+--------------------------------------------------------------------------+
|
|
308
|
-
| WORKFLOW: EXISTING MOBILE PROJECT - ZERO SKIP |
|
|
309
|
-
+--------------------------------------------------------------------------+
|
|
310
|
-
|
|
311
|
-
START CHANGE
|
|
312
|
-
|
|
|
313
|
-
v
|
|
314
|
-
PHASE 0 - SETUP (BLOCKING)
|
|
315
|
-
1) acfm-spec-workflow (status, current changes, initialization)
|
|
316
|
-
2) acfm-memory (session-start recall)
|
|
317
|
-
|
|
318
|
-
PHASE 1 - CONTEXT AND DISCOVERY
|
|
319
|
-
3) context-synthesizer
|
|
320
|
-
4) project-index [if missing/stale]
|
|
321
|
-
5) openspec-explore
|
|
322
|
-
6) research-retrieval
|
|
323
|
-
7) brainstorming
|
|
324
|
-
|
|
325
|
-
PHASE 2 - CLARIFICATION AND CHANGE INIT
|
|
326
|
-
8) openspec-new-change
|
|
327
|
-
9) spec-clarification
|
|
328
|
-
|
|
329
|
-
PHASE 3 - DESIGN, CONSISTENCY, AND PLATFORM FIT
|
|
330
|
-
10) openspec-continue-change
|
|
331
|
-
11) spec-analysis
|
|
332
|
-
12) microtask-decomposition [if needed]
|
|
333
|
-
13) apply required mobile platform/stack skills
|
|
334
|
-
|
|
335
|
-
PHASE 4 - IMPLEMENTATION
|
|
336
|
-
14) openspec-apply-change
|
|
337
|
-
15) systematic-debugging [if needed]
|
|
338
|
-
|
|
339
|
-
PHASE 5 - VALIDATION AND CLOSURE
|
|
340
|
-
16) openspec-verify-change
|
|
341
|
-
17) documentation
|
|
342
|
-
18) sync-index
|
|
343
|
-
19) openspec-sync-specs [if needed]
|
|
344
|
-
20) openspec-archive-change / openspec-bulk-archive-change
|
|
345
|
-
21) changelog-generator
|
|
346
|
-
```
|
|
347
|
-
|
|
348
|
-
---
|
|
349
|
-
|
|
350
|
-
## Skill Loading Reference
|
|
351
|
-
|
|
352
|
-
All skills are located in: `skills/`
|
|
353
|
-
|
|
354
|
-
To load a skill, read its `SKILL.md` file:
|
|
355
|
-
- Example: `skills/spec-clarification/SKILL.md`
|
|
356
|
-
- Example: `skills/mobile-design/SKILL.md`
|
|
357
|
-
- Example: `skills/react-native-architecture/SKILL.md`
|
|
358
|
-
|
|
359
|
-
### MANDATORY SKILL EXECUTION CHECKLIST
|
|
360
|
-
|
|
361
|
-
Before claiming a skill is done, verify:
|
|
362
|
-
- [ ] I read the entire `SKILL.md`
|
|
363
|
-
- [ ] I executed all required steps
|
|
364
|
-
- [ ] I produced required artifacts/checkpoints
|
|
365
|
-
- [ ] I can explain exactly what the skill produced
|
|
366
|
-
|
|
367
|
-
---
|
|
368
|
-
|
|
369
|
-
## VIOLATION CONSEQUENCES
|
|
370
|
-
|
|
371
|
-
If you skip a skill or phase:
|
|
372
|
-
1. Workflow integrity is compromised
|
|
373
|
-
2. Mobile quality and consistency are no longer guaranteed
|
|
374
|
-
3. You MUST return and complete the missing steps
|
|
375
|
-
4. No shortcuts. No exceptions.
|
|
376
|
-
|
|
377
|
-
**Quality over speed. Documentation before code. Planning before execution.**
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sync-index
|
|
3
|
-
description: Keep project documentation (.agents/project-index.md and sub-skills) in sync with codebase changes.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Documentation Sync
|
|
7
|
-
|
|
8
|
-
## Overview
|
|
9
|
-
|
|
10
|
-
Documentation drift is a major problem. Use this skill to ensure that the project index and agent guidance files are always up-to-date with the codebase.
|
|
11
|
-
|
|
12
|
-
## Workflow
|
|
13
|
-
|
|
14
|
-
1. **Detect Changes**:
|
|
15
|
-
* Ideally run after major feature implementation or refactoring.
|
|
16
|
-
* Compare current file structure with `project-index.md`.
|
|
17
|
-
|
|
18
|
-
2. **Run Indexer**:
|
|
19
|
-
* Execute the `project-index` skill again.
|
|
20
|
-
* Verify that new modules/directories are captured.
|
|
21
|
-
* Ensure deleted files are removed from documentation.
|
|
22
|
-
|
|
23
|
-
3. **Update Guidance**:
|
|
24
|
-
* Check `agent-*.md` files in domain directories.
|
|
25
|
-
* Update any obsolete instructions.
|
|
26
|
-
* Add new patterns discovered during implementation.
|
|
27
|
-
|
|
28
|
-
4. **Verify Links**:
|
|
29
|
-
* Ensure all links in `README.md` and `AGENTS.md` point to valid locations.
|
|
30
|
-
|
|
31
|
-
## Output
|
|
32
|
-
|
|
33
|
-
* Updated `project-index.md`.
|
|
34
|
-
* Updated domain-specific agent guides.
|
|
35
|
-
* Confirmation of documentation sync.
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
**Fundamental Principle**: *"Quality with focused context. Load only what is necessary, when it is necessary."*
|
|
2
|
-
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
## Purpose
|
|
6
|
-
|
|
7
|
-
`ac-lite` keeps the same spec-driven quality bar as `ac.md`, but reduces token usage by:
|
|
8
|
-
|
|
9
|
-
1. Loading only the core workflow skills by default.
|
|
10
|
-
2. Activating extra skills only when objective risk gates require them.
|
|
11
|
-
3. Enforcing mandatory quality checkpoints before implementation and archive.
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## Default Skill Set (Always Load)
|
|
16
|
-
|
|
17
|
-
These are the only mandatory skills for every change:
|
|
18
|
-
|
|
19
|
-
1. `acfm-spec-workflow`
|
|
20
|
-
2. `acfm-memory`
|
|
21
|
-
3. `openspec-new-change` OR `openspec-ff-change`
|
|
22
|
-
4. `openspec-continue-change`
|
|
23
|
-
5. `openspec-apply-change`
|
|
24
|
-
6. `openspec-verify-change`
|
|
25
|
-
7. `openspec-archive-change`
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## Persistent Memory Protocol (Always Active)
|
|
30
|
-
|
|
31
|
-
Agents must use the available persistent memory system proactively on every chat/session.
|
|
32
|
-
|
|
33
|
-
**Session-start requirement (always):**
|
|
34
|
-
1. Consult the available persistent memory tool or MCP before planning, implementing, or giving project-specific guidance.
|
|
35
|
-
2. Recall project-level context first, then search for task-specific decisions, conventions, bugfixes, and architecture notes.
|
|
36
|
-
3. Treat recalled memory as active context unless the current repository state or an explicit user instruction supersedes it.
|
|
37
|
-
4. If memory tooling is unavailable, continue with repository inspection and use the AC Framework CLI fallback when possible.
|
|
38
|
-
|
|
39
|
-
**Save automatically when information is reusable:**
|
|
40
|
-
- Architectural decisions from proposals/designs
|
|
41
|
-
- Bugfix patterns and solutions
|
|
42
|
-
- Performance optimizations
|
|
43
|
-
- Refactoring techniques
|
|
44
|
-
- Security fixes
|
|
45
|
-
- API patterns and conventions
|
|
46
|
-
- Reusable workflow conventions and project constraints
|
|
47
|
-
|
|
48
|
-
**Memory hygiene rules:**
|
|
49
|
-
- Save only reusable information likely to matter in future chats.
|
|
50
|
-
- Do not save secrets, credentials, tokens, or one-off sensitive data.
|
|
51
|
-
- Redact content inside `<private>...</private>` before saving.
|
|
52
|
-
- Prefer concise titles, the correct memory type, clear tags, and realistic confidence scores.
|
|
53
|
-
|
|
54
|
-
**Fallback examples:**
|
|
55
|
-
```bash
|
|
56
|
-
acfm memory recall "implementing authentication"
|
|
57
|
-
acfm memory search "JWT token refresh"
|
|
58
|
-
acfm memory recall
|
|
59
|
-
acfm memory stats
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## Conditional Skills (Load Only If Gate Triggers)
|
|
65
|
-
|
|
66
|
-
### Security Gate
|
|
67
|
-
|
|
68
|
-
Load `secure-coding-cybersecurity` if the change touches any of:
|
|
69
|
-
|
|
70
|
-
- Auth/session/permissions
|
|
71
|
-
- User input handling or validation
|
|
72
|
-
- SQL/ORM queries or dynamic filters
|
|
73
|
-
- File paths/uploads
|
|
74
|
-
- Secrets/tokens/credentials
|
|
75
|
-
- Shell/command execution
|
|
76
|
-
|
|
77
|
-
### Testing Gate
|
|
78
|
-
|
|
79
|
-
Load `test-generator` if:
|
|
80
|
-
|
|
81
|
-
- There are no tests for the changed behavior, or
|
|
82
|
-
- Existing tests do not cover acceptance criteria, or
|
|
83
|
-
- Regression risk is medium/high.
|
|
84
|
-
|
|
85
|
-
### Consistency Gate
|
|
86
|
-
|
|
87
|
-
Load `spec-analysis` and `requirement-checklist` if:
|
|
88
|
-
|
|
89
|
-
- Requirements are ambiguous, or
|
|
90
|
-
- Change spans multiple modules, or
|
|
91
|
-
- Change modifies core domain behavior.
|
|
92
|
-
|
|
93
|
-
### API Gate
|
|
94
|
-
|
|
95
|
-
Load `api-design-principles` if API contracts/endpoints/schemas are added or modified.
|
|
96
|
-
|
|
97
|
-
### UI Gate
|
|
98
|
-
|
|
99
|
-
Load `interface-design` if dashboard/app UI behavior is introduced or changed.
|
|
100
|
-
|
|
101
|
-
### Performance Gate
|
|
102
|
-
|
|
103
|
-
Load `performance-optimizer` if:
|
|
104
|
-
|
|
105
|
-
- The change affects hot paths, or
|
|
106
|
-
- Latency/throughput targets exist, or
|
|
107
|
-
- A performance regression is detected/suspected.
|
|
108
|
-
|
|
109
|
-
### Context Scale Gate
|
|
110
|
-
|
|
111
|
-
Load `project-index` and/or `context-synthesizer` if:
|
|
112
|
-
|
|
113
|
-
- Codebase is large and discovery cost is high, or
|
|
114
|
-
- Session is long and context drift appears.
|
|
115
|
-
|
|
116
|
-
### Debug Gate
|
|
117
|
-
|
|
118
|
-
Load `systematic-debugging` when blocked by non-trivial bugs or unstable behavior.
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
## Mandatory Quality Gates
|
|
123
|
-
|
|
124
|
-
These gates are non-optional in `ac-lite`.
|
|
125
|
-
|
|
126
|
-
### Gate A: Ready to Implement
|
|
127
|
-
|
|
128
|
-
Before `openspec-apply-change`, all must be true:
|
|
129
|
-
|
|
130
|
-
- Change exists and status is valid (`acfm spec status --change <name> --json`)
|
|
131
|
-
- `tasks.md` exists with actionable checkboxes
|
|
132
|
-
- Acceptance criteria are clear in artifacts
|
|
133
|
-
- Required conditional skills (if triggered) were executed
|
|
134
|
-
- Session-start memory recall completed for this chat/session
|
|
135
|
-
|
|
136
|
-
If any item fails: stop, resolve, then continue.
|
|
137
|
-
|
|
138
|
-
### Gate B: Ready to Archive
|
|
139
|
-
|
|
140
|
-
Before `openspec-archive-change`, all must be true:
|
|
141
|
-
|
|
142
|
-
- `openspec-verify-change` completed
|
|
143
|
-
- No CRITICAL findings remain
|
|
144
|
-
- Relevant tests pass for changed behavior
|
|
145
|
-
- Tasks are complete or explicitly accepted by user with warning
|
|
146
|
-
- Relevant reusable context from the completed work was saved to memory
|
|
147
|
-
|
|
148
|
-
If any item fails: stop, fix, re-verify.
|
|
149
|
-
|
|
150
|
-
---
|
|
151
|
-
|
|
152
|
-
## Lite Workflows
|
|
153
|
-
|
|
154
|
-
### New Change (Default Path)
|
|
155
|
-
|
|
156
|
-
1. Run `acfm-spec-workflow` checks (`acfm spec status --json`, init if needed).
|
|
157
|
-
2. Run a session-start memory recall using the available memory tool/MCP or the AC Framework CLI fallback.
|
|
158
|
-
3. Create change with `openspec-new-change` (or `openspec-ff-change` if user requests speed).
|
|
159
|
-
4. Build artifacts with `openspec-continue-change` until apply-ready.
|
|
160
|
-
5. Evaluate conditional gates and load only triggered skills.
|
|
161
|
-
6. Pass Gate A.
|
|
162
|
-
7. Implement with `openspec-apply-change`.
|
|
163
|
-
8. Verify with `openspec-verify-change`.
|
|
164
|
-
9. Pass Gate B.
|
|
165
|
-
10. Archive with `openspec-archive-change`.
|
|
166
|
-
|
|
167
|
-
### Existing Change (Default Path)
|
|
168
|
-
|
|
169
|
-
1. Confirm initialization and active changes.
|
|
170
|
-
2. Run a session-start memory recall using the available memory tool/MCP or the AC Framework CLI fallback.
|
|
171
|
-
3. Select target change.
|
|
172
|
-
4. Refresh artifact status.
|
|
173
|
-
5. Evaluate conditional gates (only load what triggers).
|
|
174
|
-
6. Pass Gate A.
|
|
175
|
-
7. Implement.
|
|
176
|
-
8. Verify.
|
|
177
|
-
9. Pass Gate B.
|
|
178
|
-
10. Archive.
|
|
179
|
-
|
|
180
|
-
---
|
|
181
|
-
|
|
182
|
-
## Operational Rules
|
|
183
|
-
|
|
184
|
-
1. Run memory recall at the start of every new chat/session before planning or implementation.
|
|
185
|
-
2. Save important reusable context automatically after significant decisions, fixes, or conventions emerge.
|
|
186
|
-
3. Do not load broad quality/documentation skills by default.
|
|
187
|
-
4. Do not run optional skills "just in case".
|
|
188
|
-
5. If risk increases during implementation, activate the matching conditional skill immediately.
|
|
189
|
-
6. Prefer deterministic CLI checks over narrative assumptions.
|
|
190
|
-
7. Keep outputs concise but auditable (show which gates passed/failed and why).
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## Suggested Minimal Execution Template
|
|
195
|
-
|
|
196
|
-
Use this structure in each run:
|
|
197
|
-
|
|
198
|
-
1. **Change Context**
|
|
199
|
-
- Change name
|
|
200
|
-
- Current artifact progress
|
|
201
|
-
|
|
202
|
-
2. **Memory Status**
|
|
203
|
-
- Session recall completed: yes/no
|
|
204
|
-
- Relevant prior decisions/patterns found
|
|
205
|
-
- Memory save needed at close: yes/no
|
|
206
|
-
|
|
207
|
-
3. **Triggered Gates**
|
|
208
|
-
- Security: pass/fail + reason
|
|
209
|
-
- Testing: pass/fail + reason
|
|
210
|
-
- Consistency/API/UI/Performance/Context/Debug: pass/fail + reason
|
|
211
|
-
|
|
212
|
-
4. **Skills Loaded**
|
|
213
|
-
- Core: always list
|
|
214
|
-
- Conditional: list only triggered ones
|
|
215
|
-
|
|
216
|
-
5. **Gate A Status**
|
|
217
|
-
- Ready to implement: yes/no
|
|
218
|
-
|
|
219
|
-
6. **Implementation + Verify**
|
|
220
|
-
- What was implemented
|
|
221
|
-
- Verify findings summary
|
|
222
|
-
|
|
223
|
-
7. **Gate B Status**
|
|
224
|
-
- Ready to archive: yes/no
|
|
225
|
-
|
|
226
|
-
8. **Archive Result**
|
|
227
|
-
- Archive path and timestamp
|
|
228
|
-
|
|
229
|
-
---
|
|
230
|
-
|
|
231
|
-
## Token Strategy Summary
|
|
232
|
-
|
|
233
|
-
`ac-lite` reduces cost by replacing "load everything first" with:
|
|
234
|
-
|
|
235
|
-
- Mandatory core workflow only
|
|
236
|
-
- Risk-gated skill expansion
|
|
237
|
-
- Hard quality checkpoints at implementation and archive boundaries
|
|
238
|
-
|
|
239
|
-
This preserves software quality while avoiding unnecessary instruction/context overhead.
|