@thierrynakoa/fire-flow 12.2.2 → 13.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CREDITS.md +25 -0
- package/DOMINION-FLOW-OVERVIEW.md +182 -38
- package/README.md +399 -690
- package/TROUBLESHOOTING.md +264 -367
- package/agents/fire-debugger.md +54 -0
- package/agents/fire-executor.md +1610 -1033
- package/agents/fire-fact-checker.md +1 -1
- package/agents/fire-planner.md +85 -17
- package/agents/fire-project-researcher.md +1 -1
- package/agents/fire-researcher.md +4 -22
- package/agents/{fire-phoenix-analyst.md → fire-resurrection-analyst.md} +394 -394
- package/agents/fire-reviewer.md +552 -499
- package/agents/fire-verifier.md +114 -19
- package/bin/cli.js +18 -101
- package/commands/fire-0-orient.md +2 -2
- package/commands/fire-1a-new.md +50 -15
- package/commands/fire-1c-setup.md +33 -5
- package/commands/fire-1d-discuss.md +87 -1
- package/commands/fire-2-plan.md +556 -527
- package/commands/fire-3-execute.md +2046 -1356
- package/commands/fire-4-verify.md +975 -906
- package/commands/fire-5-handoff.md +46 -5
- package/commands/fire-6-resume.md +2 -31
- package/commands/fire-add-new-skill.md +138 -19
- package/commands/fire-autonomous.md +14 -2
- package/commands/fire-complete-milestone.md +1 -1
- package/commands/fire-cost.md +179 -183
- package/commands/fire-debug.md +1 -6
- package/commands/fire-loop-resume.md +2 -2
- package/commands/fire-loop-stop.md +1 -1
- package/commands/fire-loop.md +2 -15
- package/commands/fire-map-codebase.md +1 -1
- package/commands/fire-migrate-database.md +548 -0
- package/commands/fire-new-milestone.md +1 -1
- package/commands/fire-reflect.md +1 -2
- package/commands/fire-research.md +142 -21
- package/commands/{fire-phoenix.md → fire-resurrect.md} +859 -603
- package/commands/fire-scaffold.md +297 -0
- package/commands/fire-search.md +1 -2
- package/commands/fire-security-scan.md +483 -484
- package/commands/fire-setup.md +359 -0
- package/commands/fire-skill.md +770 -0
- package/commands/fire-skills-diff.md +506 -506
- package/commands/fire-skills-history.md +388 -388
- package/commands/fire-skills-rollback.md +7 -7
- package/commands/fire-skills-sync.md +470 -470
- package/commands/fire-test.md +5 -5
- package/commands/fire-todos.md +1 -1
- package/commands/fire-update.md +5 -5
- package/commands/fire-validate-skills.md +282 -0
- package/commands/fire-verify-uat.md +9 -177
- package/commands/fire-vuln-scan.md +492 -493
- package/hooks/run-hook.sh +8 -8
- package/hooks/run-session-end.sh +7 -7
- package/hooks/session-end.sh +90 -90
- package/hooks/session-start.sh +1 -1
- package/package.json +4 -25
- package/plugin.json +7 -7
- package/references/autonomy-levels.md +235 -0
- package/references/behavioral-directives.md +95 -3
- package/references/blocker-tracking.md +1 -1
- package/references/circuit-breaker.md +93 -2
- package/references/context-engineering.md +227 -9
- package/references/honesty-protocols.md +70 -1
- package/references/issue-to-pr-pipeline.md +149 -150
- package/references/metrics-and-trends.md +1 -2
- package/references/research-improvements.md +4 -108
- package/references/sdlc-mapping.md +73 -0
- package/references/state-machine.md +151 -0
- package/skills-library/AVAILABLE_TOOLS_REFERENCE.md +333 -0
- package/skills-library/SKILLS-INDEX.md +57 -558
- package/skills-library/SKILLS_LIBRARY_INDEX.md +532 -0
- package/skills-library/_general/api-patterns/api-field-name-mismatch.md +107 -0
- package/skills-library/_general/api-patterns/streaming-command-timeout.md +122 -0
- package/skills-library/_general/api-patterns/streaming-proxy-cors-bypass.md +102 -0
- package/skills-library/_general/automation/settings-gui-generator.md +172 -0
- package/skills-library/_general/database-solutions/data-type-mapping-reference.md +181 -0
- package/skills-library/_general/database-solutions/mysql-limit-offset-string-coercion.md +102 -0
- package/skills-library/_general/database-solutions/mysql-to-pg-migration.md +195 -0
- package/skills-library/_general/database-solutions/orm-schema-portability.md +193 -0
- package/skills-library/_general/database-solutions/persistent-analysis-storage.md +207 -0
- package/skills-library/_general/database-solutions/pg-to-mysql-schema-migration-methodology.md +190 -0
- package/skills-library/_general/database-solutions/sql-dialect-compatibility-matrix.md +306 -0
- package/skills-library/_general/database-solutions/sqlite-to-pg-migration.md +219 -0
- package/skills-library/_general/frontend/canvas-bubble-animation-grouping.md +270 -0
- package/skills-library/_general/frontend/color-token-migration.md +112 -0
- package/skills-library/_general/frontend/framer-motion-layoutid-grouping.md +150 -0
- package/skills-library/_general/frontend/pyqt6-settings-dialog.md +191 -0
- package/skills-library/_general/frontend/react-flow-animated-layout-switching.md +101 -0
- package/skills-library/_general/frontend/react-hooks-order-debugging.md +141 -0
- package/skills-library/_general/frontend/redux-localstorage-auth-desync.md +126 -0
- package/skills-library/_general/frontend/safari-csp-theme-color-debugging.md +124 -0
- package/skills-library/_general/frontend/safari-sw-cache-poisoning.md +138 -0
- package/skills-library/_general/frontend/svg-sparkline-no-charting-library.md +131 -0
- package/skills-library/_general/growth-marketing/oss-daily-growth-intelligence.md +224 -0
- package/skills-library/_general/integrations/claude-code-local-mcp-integration.md +250 -0
- package/skills-library/_general/integrations/mcp-composite-tool-orchestration.md +200 -0
- package/skills-library/_general/methodology/AGENT_SDK_STANDALONE_TOOLING.md +181 -0
- package/skills-library/_general/methodology/AGENT_TEAMS_GUIDE.md +169 -0
- package/skills-library/_general/methodology/ALAS_STATEFUL_EXECUTION.md +207 -0
- package/skills-library/_general/methodology/AUTO_REVIEWER_SUBAGENT.md +211 -0
- package/skills-library/_general/methodology/CONSISTENCY_CHECK_AMBIGUITY_GATE.md +96 -0
- package/skills-library/_general/methodology/DEAD_ENDS_SHELF.md +4 -4
- package/skills-library/_general/methodology/DISTILL_NOT_DUMP.md +108 -0
- package/skills-library/_general/methodology/EXECUTION_PROGRESS_MONITOR.md +157 -0
- package/skills-library/_general/methodology/HIERARCHICAL_REVIEW_MARS.md +122 -0
- package/skills-library/_general/methodology/MCP_INTER_AGENT_BRIDGE.md +207 -0
- package/skills-library/_general/methodology/MERMAID_WIZARD_DIAGRAMS.md +77 -0
- package/skills-library/_general/methodology/MISSING_DIMENSION_DETECTOR.md +89 -0
- package/skills-library/_general/methodology/MULTI_AGENT_COORDINATION.md +397 -0
- package/skills-library/_general/methodology/OBSERVATION_MASKING.md +100 -0
- package/skills-library/_general/methodology/PHOENIX_REBUILD_METHODOLOGY.md +82 -11
- package/skills-library/_general/methodology/REVIEW_BACKTRACK_PANEL.md +140 -0
- package/skills-library/_general/methodology/REVIEW_FIX_LOOP.md +117 -0
- package/skills-library/_general/methodology/VOTING_VERDICT_ARBITRATION.md +155 -0
- package/skills-library/_general/methodology/ZERO_FRICTION_CLI_SETUP.md +2 -2
- package/skills-library/_general/methodology/dead-code-activation.md +123 -0
- package/skills-library/_general/methodology/debug-swarm-researcher-escape-hatch.md +240 -240
- package/skills-library/_general/methodology/shell-autonomous-loop-fixplan.md +1 -1
- package/skills-library/_general/patterns-standards/GOF_DESIGN_PATTERNS_FOR_AI_AGENTS.md +5 -5
- package/skills-library/_general/patterns-standards/cascading-failure-diagnosis.md +119 -0
- package/skills-library/_general/patterns-standards/domain-specific-layout-algorithms.md +209 -0
- package/skills-library/_general/patterns-standards/python-desktop-app-architecture.md +399 -0
- package/skills-library/_general/patterns-standards/realtime-monitoring-dashboard.md +457 -0
- package/skills-library/_general/patterns-standards/togglable-processing-pipeline.md +169 -0
- package/skills-library/_general/performance/liveclock-extraction.md +112 -0
- package/skills-library/_general/performance/ref-based-canvas-animation.md +117 -0
- package/skills-library/_general/performance/use-visible-interval.md +131 -0
- package/skills-library/_general/testing/playwright-firefox-withcredentials-auth-issue.md +104 -0
- package/skills-library/_quarantine/README.md +30 -0
- package/skills-library/api-patterns/BROADCAST_SCHEDULER_SHARED_EXECUTE_FUNCTION.md +150 -0
- package/skills-library/api-patterns/ERROR_RESPONSE_STANDARDS.md +145 -0
- package/skills-library/api-patterns/EXPRESS_ROUTE_ORDERING_MIDDLEWARE_INTERCEPTION.md +326 -0
- package/skills-library/api-patterns/PAGINATION_PATTERNS.md +137 -0
- package/skills-library/api-patterns/PODCAST_PROGRESS_TRACKING_THREE_ROOT_CAUSES.md +277 -0
- package/skills-library/api-patterns/RATE_LIMITING_TOGGLE.md +155 -0
- package/skills-library/api-patterns/graphql-content-queries.md +708 -0
- package/skills-library/appointment-scheduler-design.md +423 -0
- package/skills-library/automation/AUTO_POPULATE_COMPLETE_GUIDE.md +631 -0
- package/skills-library/automation/CC_WORKFLOW_STUDIO.md +83 -0
- package/skills-library/automation/CLAUDE_CODE_SWARM_MODE.md +95 -0
- package/skills-library/automation/DAEMON_TRIGGER_FILE_IPC.md +195 -0
- package/skills-library/automation/scheduled-content-publishing.md +608 -0
- package/skills-library/awesome-workflows/Blogging-Platform-Instructions/view_commands.md +25 -0
- package/skills-library/awesome-workflows/CREDENTIAL-SECURITY-WORKFLOW.md +109 -0
- package/skills-library/awesome-workflows/DEBUGGING-WORKFLOW.md +124 -0
- package/skills-library/awesome-workflows/Design-Review-Workflow/README.md +31 -0
- package/skills-library/awesome-workflows/Design-Review-Workflow/design-principles-example.md +129 -0
- package/skills-library/awesome-workflows/Design-Review-Workflow/design-review-agent.md +107 -0
- package/skills-library/awesome-workflows/Design-Review-Workflow/design-review-claude-md-snippet.md +24 -0
- package/skills-library/awesome-workflows/Design-Review-Workflow/design-review-slash-command.md +38 -0
- package/skills-library/awesome-workflows/PARALLEL-RESEARCH-WORKFLOW.md +89 -0
- package/skills-library/awesome-workflows/PHASE-EXECUTION-WORKFLOW.md +97 -0
- package/skills-library/awesome-workflows/SESSION-HANDOFF-WORKFLOW.md +116 -0
- package/skills-library/cms-patterns/content-branch-preview.md +515 -0
- package/skills-library/cms-patterns/inline-visual-editing.md +666 -0
- package/skills-library/cms-patterns/mdx-component-content.md +649 -0
- package/skills-library/cms-patterns/media-manager-abstraction.md +827 -0
- package/skills-library/cms-patterns/schema-driven-form-generator.md +838 -0
- package/skills-library/complexity-metrics/complexity-divider.md +707 -0
- package/skills-library/complexity-metrics/work-with-complexity.md +193 -0
- package/skills-library/creative-multimedia/animation-stack-guide.md +577 -0
- package/skills-library/creative-multimedia/audio-enhancement-pipeline.md +625 -0
- package/skills-library/creative-multimedia/content-repurposing-pipeline.md +1146 -0
- package/skills-library/creative-multimedia/data-visualization-generator.md +862 -0
- package/skills-library/creative-multimedia/doc-to-podcast-pipeline.md +2184 -0
- package/skills-library/creative-multimedia/ffmpeg-command-generator.md +405 -0
- package/skills-library/creative-multimedia/image-optimization-pipeline.md +605 -0
- package/skills-library/creative-multimedia/multi-format-content-generator.md +1759 -0
- package/skills-library/creative-multimedia/og-image-generator.md +635 -0
- package/skills-library/creative-multimedia/podcast-audio-composition.md +1355 -0
- package/skills-library/creative-multimedia/podcast-quality-evaluation.md +1452 -0
- package/skills-library/creative-multimedia/podcast-script-generation.md +1841 -0
- package/skills-library/creative-multimedia/svg-generation.md +750 -0
- package/skills-library/creative-multimedia/text-to-speech-provider-selector.md +1414 -0
- package/skills-library/creative-multimedia/transcription-pipeline-selector.md +677 -0
- package/skills-library/creative-multimedia/video-streaming-setup.md +559 -0
- package/skills-library/database-solutions/AI_RESPONSE_DATABASE_CACHING.md +520 -0
- package/skills-library/database-solutions/CONDITIONAL_SQL_MIGRATION_PATTERN.md +119 -0
- package/skills-library/database-solutions/DATABASE_COLUMN_NAME_MISMATCH.md +393 -0
- package/skills-library/database-solutions/DATABASE_SCHEMA.md +394 -0
- package/skills-library/database-solutions/DATABASE_SCHEMA_VERIFICATION_GUIDE.md +348 -0
- package/skills-library/database-solutions/DATABASE_STRATEGY.md +71 -0
- package/skills-library/database-solutions/ES_MODULE_SEED_SCRIPT_PATTERN.md +52 -0
- package/skills-library/database-solutions/MIGRATION_GUIDE.md +3 -0
- package/skills-library/database-solutions/PLPGSQL_VARIABLE_CONFLICT_FIX.md +208 -0
- package/skills-library/database-solutions/POSTGRESQL_JSONB_DOUBLE_STRINGIFY_FIX.md +245 -0
- package/skills-library/database-solutions/POSTGRESQL_LICENSE_TABLE_DESIGN.md +393 -0
- package/skills-library/database-solutions/POSTGRESQL_UUID_DOCUMENT_RAG_DUAL_SCOPE.md +732 -0
- package/skills-library/database-solutions/POSTGRES_SQL_TEMPLATE_BINDING_ERROR.md +240 -0
- package/skills-library/database-solutions/PRISMA_DB_PUSH_DATA_LOSS_PREVENTION.md +141 -0
- package/skills-library/database-solutions/PRODUCTION_QUERY_OPTIMIZATION_RESTART_FIX.md +389 -0
- package/skills-library/database-solutions/RLS_SECURITY_GUIDE.md +107 -0
- package/skills-library/database-solutions/SCHEMA_ENHANCEMENTS_GUIDE.md +373 -0
- package/skills-library/database-solutions/SCHEMA_MIGRATION_GUIDE.md +368 -0
- package/skills-library/database-solutions/SCHEMA_VERIFICATION_QUICK_REFERENCE.md +104 -0
- package/skills-library/database-solutions/ai-erd-generator.md +1213 -0
- package/skills-library/database-solutions/content-publishing-states.md +631 -0
- package/skills-library/database-solutions/database-schema-designer.md +522 -0
- package/skills-library/database-solutions/er-diagram-components.md +569 -0
- package/skills-library/database-solutions/er-to-ddl-mapping.md +1405 -0
- package/skills-library/database-solutions/erd-creator-textbook-research.md +433 -0
- package/skills-library/database-solutions/erd-react-flow-architecture.md +1965 -0
- package/skills-library/database-solutions/mariadb-aggregate-function-replacement.md +145 -0
- package/skills-library/database-solutions/normalization-validator.md +778 -0
- package/skills-library/database-solutions/postgres-full-text-search-content.md +494 -0
- package/skills-library/database-solutions/postgresql-to-mysql-runtime-translation.md +286 -0
- package/skills-library/database-solutions/regex-alternation-ordering-sql-types.md +92 -0
- package/skills-library/database-solutions/reserved-word-context-aware-quoting.md +142 -0
- package/skills-library/database-solutions/sql-ddl-generator.md +756 -0
- package/skills-library/database-solutions/supabase-connection-pooler-fix.md +102 -0
- package/skills-library/deployment-security/CPANEL_NODE_DEPLOYMENT.md +166 -0
- package/skills-library/deployment-security/DEPLOYMENT.md +275 -0
- package/skills-library/deployment-security/DEPLOYMENT_CHECKLIST.md +363 -0
- package/skills-library/deployment-security/DEPLOYMENT_PLAN.md +669 -0
- package/skills-library/deployment-security/KNEX_DATABASE_ABSTRACTION.md +444 -0
- package/skills-library/deployment-security/LICENSE_KEY_SYSTEM.md +206 -0
- package/skills-library/deployment-security/NODE18_DEPENDENCY_COMPATIBILITY.md +284 -0
- package/skills-library/deployment-security/PHP_INSTALLER_WIZARD_GUIDE.md +315 -0
- package/skills-library/deployment-security/PM2_ENVIRONMENT_VARIABLE_CACHING.md +256 -0
- package/skills-library/deployment-security/PM2_MEMORY_EXHAUSTION_FIX.md +370 -0
- package/skills-library/deployment-security/PRODUCTION_DEPLOYMENT_GUIDE.md +592 -0
- package/skills-library/deployment-security/PRODUCTION_HARDENING_DOCUMENTATION.md +307 -0
- package/skills-library/deployment-security/PRODUCTION_RECOVERY_CHERRY_PICK_PATTERN.md +202 -0
- package/skills-library/deployment-security/PYINSTALLER_CUDA_WHISPER_BUNDLING.md +236 -0
- package/skills-library/deployment-security/SECURITY.md +41 -0
- package/skills-library/deployment-security/SMTP_SSL_HOSTNAME_MISMATCH_SHARED_HOSTING.md +220 -0
- package/skills-library/deployment-security/SPA_SEO_OPTIMIZATION_CPANEL.md +200 -0
- package/skills-library/deployment-security/SUPABASE_EDGE_FUNCTIONS.md +338 -0
- package/skills-library/deployment-security/VERCEL_GITHUB_DEPLOYMENT_GUIDE.md +858 -0
- package/skills-library/deployment-security/VPS_DEPLOYMENT_READINESS.md +356 -0
- package/skills-library/deployment-security/deployment-changes-not-applying.md +241 -0
- package/skills-library/deployment-security/env-file-management-production-local.md +203 -0
- package/skills-library/deployment-security/express-secure-file-downloads.md +413 -0
- package/skills-library/deployment-security/react-production-deployment-desktop-guide.md +2011 -0
- package/skills-library/deployment-security/self-hosted-supabase-coolify-guide.md +1684 -0
- package/skills-library/deployment-security/unique-features-ai-strategy-plaid-security.md +1613 -0
- package/skills-library/deployment-security/vps-deployment.md +135 -0
- package/skills-library/document-processing/WORD_EXPORT_MARKDOWN_FORMATTING.md +482 -0
- package/skills-library/document-processing/document-ai-landingai-integration.md +677 -0
- package/skills-library/document-processing/express-secure-file-downloads-mern.md +413 -0
- package/skills-library/document-processing/express-secure-file-downloads.md +413 -0
- package/skills-library/document-processing/md-to-word-converter.md +318 -0
- package/skills-library/document-processing/pdf-forms-integration/README.md +101 -0
- package/skills-library/document-processing/pdf-forms-integration/SKILL.md +662 -0
- package/skills-library/ecommerce/ADMIN_PRODUCTS_GUIDE.md +428 -0
- package/skills-library/ecommerce/ECOMMERCE_API_REFERENCE.md +776 -0
- package/skills-library/ecommerce/ECOMMERCE_COMPLETION_SUMMARY.md +673 -0
- package/skills-library/ecommerce/ECOMMERCE_IMPLEMENTATION_GUIDE.md +729 -0
- package/skills-library/ecommerce/ECOMMERCE_QUICK_REFERENCE.md +521 -0
- package/skills-library/ecommerce/ECOMMERCE_TESTING_CHECKLIST.md +565 -0
- package/skills-library/ecommerce/ECOMMERCE_WORKFLOW_GUIDE.md +1059 -0
- package/skills-library/ecommerce/PRODUCT_CREATION_EXPANDED.md +522 -0
- package/skills-library/ecommerce/agentic-commerce-protocol.md +203 -0
- package/skills-library/ecommerce/cart-abandonment-recovery.md +236 -0
- package/skills-library/ecommerce/cart-architecture-patterns.md +300 -0
- package/skills-library/ecommerce/cart-item-count-indicator.md +264 -0
- package/skills-library/ecommerce/checkout-ux-conversion.md +227 -0
- package/skills-library/ecommerce/composable-commerce-selection.md +166 -0
- package/skills-library/ecommerce/ecommerce-analytics-patterns.md +167 -0
- package/skills-library/ecommerce/fraud-detection-patterns.md +179 -0
- package/skills-library/ecommerce/inventory-stock-management.md +270 -0
- package/skills-library/ecommerce/order-saga-state-machine.md +336 -0
- package/skills-library/ecommerce/payment-provider-abstraction.md +245 -0
- package/skills-library/ecommerce/pci-compliance-checklist.md +192 -0
- package/skills-library/ecommerce/refund-chargeback-handling.md +177 -0
- package/skills-library/ecommerce/shipping-carrier-integration.md +218 -0
- package/skills-library/ecommerce/webhook-idempotency-patterns.md +253 -0
- package/skills-library/excalidraw-diagrams/.github/workflows/ci.yml +558 -0
- package/skills-library/excalidraw-diagrams/.github/workflows/prompt-gallery.yml +448 -0
- package/skills-library/excalidraw-diagrams/.github/workflows/release.yml +42 -0
- package/skills-library/excalidraw-diagrams/.github/workflows/test-reusable-ci.yml +25 -0
- package/skills-library/excalidraw-diagrams/CLAUDE.md +57 -0
- package/skills-library/excalidraw-diagrams/LICENSE +21 -0
- package/skills-library/excalidraw-diagrams/README.md +178 -0
- package/skills-library/excalidraw-diagrams/SKILL.md +715 -0
- package/skills-library/form-solutions/BUTTON_TYPE_FORM_SUBMISSION.md +336 -0
- package/skills-library/form-solutions/FILLABLE_PDF_IMPLEMENTATION.md +226 -0
- package/skills-library/form-solutions/SURVEYJS_QUESTIONNAIRE_SYSTEM.md +367 -0
- package/skills-library/form-solutions/tiptap-minimal-setup.md +690 -0
- package/skills-library/frontend/scholarly-classification-bubble-map.md +149 -0
- package/skills-library/infrastructure/ci-cd-pipeline-builder.md +517 -0
- package/skills-library/infrastructure/observability-designer.md +264 -0
- package/skills-library/infrastructure/performance-profiler.md +621 -0
- package/skills-library/installer-wizard-patterns.md +249 -0
- package/skills-library/integrations/CLAUDE_CODE_TOKEN_ANALYTICS.md +160 -0
- package/skills-library/integrations/CONFIGURABLE_AI_PROVIDER_SELECTION.md +728 -0
- package/skills-library/integrations/SOCKET_IO_BROADCAST_ALL_VS_ROOM.md +141 -0
- package/skills-library/integrations/VIRTUAL_MEETINGS_IMPLEMENTATION.md +374 -0
- package/skills-library/integrations/WORDPRESS_LEARNDASH_DATA_RECOVERY.md +53 -0
- package/skills-library/integrations/YOUTUBE_API_SETUP.md +141 -0
- package/skills-library/integrations/YOUTUBE_BOOKMARKING_EXPLANATION.md +252 -0
- package/skills-library/integrations/YOUTUBE_BOOKMARKING_SOLUTION.md +268 -0
- package/skills-library/integrations/YOUTUBE_OAUTH_SETUP_GUIDE.md +200 -0
- package/skills-library/integrations/YOUTUBE_VIDEO_FIX_COMPLETE.md +192 -0
- package/skills-library/integrations/ai-ml/GEMINI_AI_RAG_PIPELINE_COMPLETE_GUIDE.md +195 -0
- package/skills-library/integrations/ai-ml/GEMINI_IMAGE_GENERATION_SETUP.md +64 -0
- package/skills-library/integrations/cloudflare/cloudflare-turnstile-debugging.md +202 -0
- package/skills-library/integrations/cloudflare/cloudflare-turnstile-implementation.md +476 -0
- package/skills-library/integrations/cloudflare-turnstile-debugging.md +202 -0
- package/skills-library/integrations/cloudflare-turnstile-implementation.md +476 -0
- package/skills-library/integrations/ghost-creator-monetization-pattern.md +454 -0
- package/skills-library/integrations/headless-cms-architecture.md +484 -0
- package/skills-library/integrations/headless-cms-stack-selection.md +183 -0
- package/skills-library/integrations/payload-cms-patterns.md +674 -0
- package/skills-library/integrations/realtimestt-openwakeword-cuda-windows.md +229 -0
- package/skills-library/integrations/rss-podcast-integration.md +300 -0
- package/skills-library/integrations/wordpress/WORDPRESS_LEARNDASH_DATA_RECOVERY.md +53 -0
- package/skills-library/integrations/youtube/YOUTUBE_API_SETUP.md +141 -0
- package/skills-library/integrations/youtube/YOUTUBE_BOOKMARKING_EXPLANATION.md +252 -0
- package/skills-library/integrations/youtube/YOUTUBE_BOOKMARKING_SOLUTION.md +268 -0
- package/skills-library/integrations/youtube/YOUTUBE_OAUTH_SETUP_GUIDE.md +200 -0
- package/skills-library/integrations/youtube/YOUTUBE_VIDEO_FIX_COMPLETE.md +192 -0
- package/skills-library/marketing/campaign-analytics.md +97 -0
- package/skills-library/marketing/content-creator.md +105 -0
- package/skills-library/marketing/marketing-strategy-pmm.md +94 -0
- package/skills-library/marketing/social-media-analyzer.md +81 -0
- package/skills-library/methodology/ADVANCED_ORCHESTRATION_PATTERNS.md +401 -0
- package/skills-library/methodology/AGENT_SELF_IMPROVEMENT_LOOP.md +179 -0
- package/skills-library/methodology/BREATH_BASED_PARALLEL_EXECUTION.md +1 -1
- package/skills-library/methodology/CLEANSING_CYCLE.md +358 -0
- package/skills-library/methodology/CONFIDENCE_ANNOTATION_PATTERN.md +143 -0
- package/skills-library/methodology/CRITICAL_PATTERNS_DOCUMENTATION_COMPLETE.md +204 -0
- package/skills-library/methodology/DELIVERABLES_SUMMARY.md +341 -0
- package/skills-library/methodology/DIFFICULTY_AWARE_AGENT_ROUTING.md +252 -0
- package/skills-library/methodology/EVOLUTIONARY_SKILL_SYNTHESIS.md +219 -0
- package/skills-library/methodology/GLOMERULUS_DECISION_GATE.md +223 -0
- package/skills-library/methodology/HIBERNATION_SYSTEM.md +231 -0
- package/skills-library/methodology/INSTRUMENTATION_OVER_RESTRICTION.md +192 -0
- package/skills-library/methodology/MASTER_COMPLETION_SUMMARY.md +444 -0
- package/skills-library/methodology/MASTER_SESSION_COMPLETION.md +743 -0
- package/skills-library/methodology/MERN_QUICK_REFERENCE.md +358 -0
- package/skills-library/methodology/ORGAN_AGENT_MAPPING.md +177 -0
- package/skills-library/methodology/PARALLEL_WAVE_BASED_REFACTORING.md +440 -0
- package/skills-library/methodology/QUICK_REFERENCE.md +358 -0
- package/skills-library/methodology/SDFT_ONPOLICY_SELF_DISTILLATION.md +186 -0
- package/skills-library/methodology/SELF_QUESTIONING_TASK_GENERATION.md +270 -0
- package/skills-library/methodology/SESSION_COMPLETION_SUMMARY.md +304 -0
- package/skills-library/methodology/SESSION_SUMMARY.md +432 -0
- package/skills-library/methodology/WARRIOR_WORKFLOW_DEBUGGING_PROTOCOL.md +252 -0
- package/skills-library/methodology/tech-debt-tracker.md +570 -0
- package/skills-library/parallel-debug/SKILL.md +60 -0
- package/skills-library/patterns-standards/API_PATTERN_FIX_SUMMARY.md +236 -0
- package/skills-library/patterns-standards/BATCH_OPERATIONS_WITH_PROGRESS_MODAL.md +362 -0
- package/skills-library/patterns-standards/CRITICAL_CODING_PATTERNS.md +639 -0
- package/skills-library/patterns-standards/DARK_MODE_MODAL_VISIBILITY.md +258 -0
- package/skills-library/patterns-standards/ERROR_RESILIENCE_IMPLEMENTATION.md +375 -0
- package/skills-library/patterns-standards/ES_MODULE_IMPORT_HOISTING_DOTENV.md +298 -0
- package/skills-library/patterns-standards/NESTED_BACKDROP_FILTER_CSS_ARTIFACT_FIX.md +76 -0
- package/skills-library/patterns-standards/ORDERED_DETECTOR_PIPELINE_GRACEFUL_FALLBACK.md +333 -0
- package/skills-library/patterns-standards/PHASE_IMPORT_ERROR_DEBUGGING.md +271 -0
- package/skills-library/patterns-standards/PYNPUT_GLOBAL_HOTKEY_VK_MATCHING.md +252 -0
- package/skills-library/patterns-standards/REACT_USEEFFECT_CASCADE_RESET_FIX.md +132 -0
- package/skills-library/patterns-standards/SUBMENU_HOVER_DROPDOWN_PATTERN.md +225 -0
- package/skills-library/patterns-standards/TAILWIND_TEXT_VISIBILITY_OVERRIDE.md +322 -0
- package/skills-library/patterns-standards/THEME_AWARE_CSS_VARIABLES_PATTERN.md +209 -0
- package/skills-library/patterns-standards/THEME_USER_OBJECT_PROPERTY_NAMING.md +194 -0
- package/skills-library/patterns-standards/TOOLTIP_BLOCKING_CLICKS_FIX.md +267 -0
- package/skills-library/patterns-standards/claude-code-plugin-structure.md +235 -0
- package/skills-library/patterns-standards/react-i18next-setup.md +429 -0
- package/skills-library/patterns-standards/thesys-c1-generative-ui-integration.md +967 -0
- package/skills-library/plugin-development/CLAUDE_CODE_COMMAND_REGISTRATION_SILENT_FAILURE.md +315 -0
- package/skills-library/plugin-development/plugin-command-namespace-vs-global.md +390 -0
- package/skills-library/plugin-development/plugin-doc-auto-generation.md +172 -0
- package/skills-library/security/GITHUB_REPO_SECURITY_AUDIT.md +115 -0
- package/skills-library/security/admin-deletion-safety.md +396 -0
- package/skills-library/security/application-vuln-patterns.md +477 -0
- package/skills-library/security/env-secrets-manager.md +686 -0
- package/skills-library/security/secure-ai-application-templates.md +347 -0
- package/skills-library/security/sql-injection-prevention-postgresjs.md +151 -0
- package/skills-library/supabase-connection-pooler-fix.md +102 -0
- package/skills-library/system-context/POWERSHELL_BASH_INTEROP.md +82 -0
- package/skills-library/system-context/SERVICE_LIFECYCLE_MANAGEMENT.md +119 -0
- package/skills-library/system-context/SKILL.md +40 -0
- package/skills-library/system-context/WINDOWS_DEV_ENVIRONMENT.md +73 -0
- package/skills-library/testing/E2E_PLAYWRIGHT_PATTERNS.md +99 -0
- package/skills-library/testing/INTEGRATION_TEST_STRATEGY.md +82 -0
- package/skills-library/testing/RED_GREEN_BUGFIX_GATE.md +203 -0
- package/skills-library/testing/TEST_DATA_MANAGEMENT.md +69 -0
- package/skills-library/testing/VITEST_UNIT_TEST_PATTERNS.md +75 -0
- package/skills-library/testing/playwright-api-security-tests.md +202 -0
- package/skills-library/toolbox/SKILL.md +84 -0
- package/skills-library/toolbox/code-graph-and-web-scraping-mcps.md +237 -0
- package/skills-library/ui-ux-pro-max/ACCESSIBILITY_ESSENTIALS.md +115 -0
- package/skills-library/ui-ux-pro-max/DESIGN_SYSTEM_SCAFFOLDING.md +133 -0
- package/skills-library/ui-ux-pro-max/RESPONSIVE_LAYOUT_PATTERNS.md +119 -0
- package/skills-library/ui-ux-pro-max/SKILL.md +386 -0
- package/skills-library/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills-library/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills-library/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills-library/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills-library/ui-ux-pro-max/data/products.csv +97 -0
- package/skills-library/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills-library/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills-library/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills-library/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills-library/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills-library/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills-library/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills-library/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills-library/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills-library/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills-library/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills-library/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills-library/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills-library/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills-library/ui-ux-pro-max/data/styles.csv +68 -0
- package/skills-library/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills-library/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills-library/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills-library/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills-library/wordpress-style-theme-components.md +1526 -0
- package/templates/ASSUMPTIONS.md +1 -1
- package/templates/DECISION_LOG.md +0 -1
- package/templates/phase-prompt.md +1 -1
- package/templates/phoenix-comparison.md +6 -6
- package/templates/skill-api-integration.md +106 -0
- package/templates/skill-architecture-pattern.md +92 -0
- package/templates/skill-debug-pattern.md +98 -0
- package/templates/skill-devops-recipe.md +107 -0
- package/templates/skill-general.md +65 -0
- package/templates/skill-ui-component.md +113 -0
- package/version.json +7 -3
- package/workflows/handoff-session.md +2 -2
- package/workflows/new-project.md +2 -2
- package/workflows/plan-phase.md +1 -1
- package/.claude-plugin/plugin.json +0 -64
- package/skills-library/_general/methodology/LIVE_BREADCRUMB_PROTOCOL.md +0 -242
- package/skills-library/_general/methodology/llm-judge-memory-crud.md +0 -241
- package/skills-library/methodology/REFLEXION_MEMORY_PATTERN.md +0 -183
- package/skills-library/methodology/RESEARCH_BACKED_WORKFLOW_UPGRADE.md +0 -263
- package/skills-library/methodology/SABBATH_REST_PATTERN.md +0 -267
- package/skills-library/methodology/STONE_AND_SCAFFOLD.md +0 -220
- package/skills-library/specialists/api-architecture/api-designer.md +0 -49
- package/skills-library/specialists/api-architecture/graphql-architect.md +0 -49
- package/skills-library/specialists/api-architecture/mcp-developer.md +0 -51
- package/skills-library/specialists/api-architecture/microservices-architect.md +0 -50
- package/skills-library/specialists/api-architecture/websocket-engineer.md +0 -48
- package/skills-library/specialists/backend/django-expert.md +0 -52
- package/skills-library/specialists/backend/fastapi-expert.md +0 -52
- package/skills-library/specialists/backend/laravel-specialist.md +0 -52
- package/skills-library/specialists/backend/nestjs-expert.md +0 -51
- package/skills-library/specialists/backend/rails-expert.md +0 -53
- package/skills-library/specialists/backend/spring-boot-engineer.md +0 -56
- package/skills-library/specialists/data-ml/fine-tuning-expert.md +0 -48
- package/skills-library/specialists/data-ml/ml-pipeline.md +0 -47
- package/skills-library/specialists/data-ml/pandas-pro.md +0 -47
- package/skills-library/specialists/data-ml/rag-architect.md +0 -51
- package/skills-library/specialists/data-ml/spark-engineer.md +0 -47
- package/skills-library/specialists/frontend/angular-architect.md +0 -52
- package/skills-library/specialists/frontend/flutter-expert.md +0 -51
- package/skills-library/specialists/frontend/nextjs-developer.md +0 -54
- package/skills-library/specialists/frontend/react-native-expert.md +0 -50
- package/skills-library/specialists/frontend/vue-expert.md +0 -51
- package/skills-library/specialists/infrastructure/chaos-engineer.md +0 -74
- package/skills-library/specialists/infrastructure/cloud-architect.md +0 -70
- package/skills-library/specialists/infrastructure/database-optimizer.md +0 -64
- package/skills-library/specialists/infrastructure/devops-engineer.md +0 -70
- package/skills-library/specialists/infrastructure/kubernetes-specialist.md +0 -52
- package/skills-library/specialists/infrastructure/monitoring-expert.md +0 -70
- package/skills-library/specialists/infrastructure/sre-engineer.md +0 -70
- package/skills-library/specialists/infrastructure/terraform-engineer.md +0 -51
- package/skills-library/specialists/languages/cpp-pro.md +0 -74
- package/skills-library/specialists/languages/csharp-developer.md +0 -69
- package/skills-library/specialists/languages/dotnet-core-expert.md +0 -54
- package/skills-library/specialists/languages/golang-pro.md +0 -51
- package/skills-library/specialists/languages/java-architect.md +0 -49
- package/skills-library/specialists/languages/javascript-pro.md +0 -68
- package/skills-library/specialists/languages/kotlin-specialist.md +0 -68
- package/skills-library/specialists/languages/php-pro.md +0 -49
- package/skills-library/specialists/languages/python-pro.md +0 -52
- package/skills-library/specialists/languages/react-expert.md +0 -51
- package/skills-library/specialists/languages/rust-engineer.md +0 -50
- package/skills-library/specialists/languages/sql-pro.md +0 -56
- package/skills-library/specialists/languages/swift-expert.md +0 -69
- package/skills-library/specialists/languages/typescript-pro.md +0 -51
- package/skills-library/specialists/platform/atlassian-mcp.md +0 -52
- package/skills-library/specialists/platform/embedded-systems.md +0 -53
- package/skills-library/specialists/platform/game-developer.md +0 -53
- package/skills-library/specialists/platform/salesforce-developer.md +0 -53
- package/skills-library/specialists/platform/shopify-expert.md +0 -49
- package/skills-library/specialists/platform/wordpress-pro.md +0 -49
- package/skills-library/specialists/quality/browser-use-expert.md +0 -210
- package/skills-library/specialists/quality/code-documenter.md +0 -51
- package/skills-library/specialists/quality/code-reviewer.md +0 -67
- package/skills-library/specialists/quality/debugging-wizard.md +0 -51
- package/skills-library/specialists/quality/fullstack-guardian.md +0 -51
- package/skills-library/specialists/quality/legacy-modernizer.md +0 -50
- package/skills-library/specialists/quality/playwright-expert.md +0 -65
- package/skills-library/specialists/quality/spec-miner.md +0 -56
- package/skills-library/specialists/quality/test-master.md +0 -65
- package/skills-library/specialists/security/secure-code-guardian.md +0 -55
- package/skills-library/specialists/security/security-reviewer.md +0 -53
- package/skills-library/specialists/workflow/architecture-designer.md +0 -53
- package/skills-library/specialists/workflow/cli-developer.md +0 -70
- package/skills-library/specialists/workflow/feature-forge.md +0 -65
- package/skills-library/specialists/workflow/prompt-engineer.md +0 -54
- package/skills-library/specialists/workflow/the-fool.md +0 -62
- /package/skills-library/{performance → _general/performance}/cache-augmented-generation.md +0 -0
- /package/skills-library/{debugging → parallel-debug}/FAILURE_TAXONOMY_CLASSIFICATION.md +0 -0
- /package/skills-library/{debugging → parallel-debug}/THREE_AGENT_HYPOTHESIS_DEBUGGING.md +0 -0
|
@@ -1,588 +1,87 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Skills Library Index
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
**
|
|
3
|
+
> Auto-generated by `scripts/generate-skills-index.sh`
|
|
4
|
+
> Last updated: 2026-03-13
|
|
5
|
+
> Plugin version: v12.7.0
|
|
6
|
+
> **Only includes published (git-tracked) skills.**
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## Quick Search Tips
|
|
11
|
-
|
|
12
|
-
- **Find by topic:** Use `Ctrl+F` / `Cmd+F` to search this document
|
|
13
|
-
- **Browse by category:** Jump to any category section below
|
|
14
|
-
- **File naming:** Uppercase files are guides/references, lowercase are implementation patterns
|
|
15
|
-
- **Location:** `~/.claude/plugins/fire-flow/skills-library/`
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## Beginner Skills Library
|
|
20
|
-
|
|
21
|
-
Three tiers of foundational skills for students and new developers. Each skill is self-contained with real code examples.
|
|
22
|
-
|
|
23
|
-
### Tier 1 — Basics (Start Here)
|
|
24
|
-
|
|
25
|
-
| Skill | Description |
|
|
26
|
-
|-------|-------------|
|
|
27
|
-
| [env-variables](basics/env-variables.md) | Keep secrets out of your code using `.env` files |
|
|
28
|
-
| [git-commit-conventions](basics/git-commit-conventions.md) | Write clear, readable commit messages |
|
|
29
|
-
| [readme-template](basics/readme-template.md) | Document your project so others can use it |
|
|
30
|
-
| [error-handling-basics](basics/error-handling-basics.md) | Catch errors gracefully instead of crashing |
|
|
31
|
-
| [api-rest-basics](basics/api-rest-basics.md) | Build and call REST APIs the right way |
|
|
32
|
-
|
|
33
|
-
### Tier 2 — Common Tasks
|
|
34
|
-
|
|
35
|
-
| Skill | Description |
|
|
36
|
-
|-------|-------------|
|
|
37
|
-
| [auth-jwt-basics](common-tasks/auth-jwt-basics.md) | User login with JWT tokens and protected routes |
|
|
38
|
-
| [database-schema-design](common-tasks/database-schema-design.md) | Design tables that don't break as you grow |
|
|
39
|
-
| [async-await-patterns](common-tasks/async-await-patterns.md) | Write async code without callback hell |
|
|
40
|
-
| [form-validation](common-tasks/form-validation.md) | Validate user input on both client and server |
|
|
41
|
-
| [file-upload-basics](common-tasks/file-upload-basics.md) | Handle file uploads safely |
|
|
42
|
-
|
|
43
|
-
### Tier 3 — Quality & Safety
|
|
44
|
-
|
|
45
|
-
| Skill | Description |
|
|
46
|
-
|-------|-------------|
|
|
47
|
-
| [testing-basics](quality-safety/testing-basics.md) | Write tests that actually catch bugs |
|
|
48
|
-
| [security-checklist](quality-safety/security-checklist.md) | The most common security mistakes and how to avoid them |
|
|
49
|
-
| [debugging-steps](quality-safety/debugging-steps.md) | Systematic debugging — stop guessing, start finding |
|
|
50
|
-
| [deployment-checklist](quality-safety/deployment-checklist.md) | What to verify before going live |
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
## Categories Overview
|
|
55
|
-
|
|
56
|
-
| Category | Skills | Description |
|
|
57
|
-
|----------|--------|-------------|
|
|
58
|
-
| [Root Level](#root-level-skills) | 8 | Top-level guides and cross-cutting references |
|
|
59
|
-
| [advanced-features](#advanced-features) | 11 | Admin tools, gamification, plugins, newsletters, SEO |
|
|
60
|
-
| [api-patterns](#api-patterns) | 0 | API design patterns (reserved) |
|
|
61
|
-
| [automation](#automation) | 2 | Auto-populate, form automation, session memory lifecycle |
|
|
62
|
-
| [complexity-metrics](#complexity-metrics) | 2 | Code complexity analysis and management |
|
|
63
|
-
| [database-solutions](#database-solutions) | 17 | Schema design, migrations, PostgreSQL, RLS, PG-to-MySQL translation, PL/pgSQL variable conflicts |
|
|
64
|
-
| [deployment-security](#deployment-security) | 18 | Production deployment, VPS, security hardening |
|
|
65
|
-
| [document-processing](#document-processing) | 5 | PDF forms, file downloads, document AI |
|
|
66
|
-
| [ecommerce](#ecommerce) | 15 | Stripe, products, donations, GTA compliance |
|
|
67
|
-
| [form-solutions](#form-solutions) | 2 | SurveyJS, fillable PDFs |
|
|
68
|
-
| [infrastructure](#infrastructure) | 2 | Tauri sidecar bundling, dynamic port IPC, desktop packaging |
|
|
69
|
-
| [integrations](#integrations) | 43 | Stripe, PayPal, Zoom, YouTube, Cloudflare, RealtimeSTT, Claude Code |
|
|
70
|
-
| [lms-patterns](#lms-patterns) | 44 | Learning management, themes, quizzes, community |
|
|
71
|
-
| [methodology](#methodology) | 13 | WARRIOR workflow, session patterns, debugging, agent learning |
|
|
72
|
-
| [patterns-standards](#patterns-standards) | 7 | Coding patterns, error resilience, i18n, plugin structure |
|
|
73
|
-
| [security](#security) | 1 | SQL injection, path traversal, input validation |
|
|
74
|
-
| [testing](#testing) | 1 | Playwright security tests, E2E regression |
|
|
75
|
-
| [theology](#theology) | 1 | Biblical pattern analysis for LLM systems |
|
|
76
|
-
| [video-media](#video-media) | 16 | Video players, YouTube, Vimeo, progress tracking, crash-resilient recording |
|
|
77
|
-
| [_general/frontend](#general-frontend) | 5 | General-scope frontend patterns (any project) |
|
|
78
|
-
| [_general/database-solutions](#general-database-solutions) | 2 | General-scope database persistence and vector DB patterns (any project) |
|
|
79
|
-
| [_general/performance](#general-performance) | 1 | General-scope performance and caching patterns (any project) |
|
|
80
|
-
| [_general/patterns-standards](#general-patterns-standards) | 6 | General-scope design patterns (any project) |
|
|
81
|
-
| [_general/methodology](#general-methodology) | 7 | General-scope development methodology |
|
|
82
|
-
| [_general/integrations](#general-integrations) | 2 | General-scope MCP and tool integration patterns |
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## Recent Additions (2026-03-01)
|
|
87
|
-
|
|
88
|
-
| Skill | Category | Scope | Description |
|
|
89
|
-
|-------|----------|-------|-------------|
|
|
90
|
-
| cache-augmented-generation | performance | General | Pre-load stable docs into cached prompt prefix instead of RAG — eliminates retrieval overhead for small corpora |
|
|
91
|
-
| qdrant-blue-green-aliases | database-solutions | General | Atomic collection alias swaps for zero-downtime Qdrant reindexing and migrations |
|
|
92
|
-
| mcp-composite-tool-orchestration | integrations | General | Consolidate 3-5 sequential MCP tool calls into single composite operations — 58-72% token savings |
|
|
93
|
-
| claude-code-local-mcp-integration | integrations | General | Register, configure, debug, and test local stdio MCP servers with Claude Code |
|
|
94
|
-
| persistent-analysis-storage | database-solutions | General | Dual-storage (localStorage + DB) with favorites, public sharing (nanoid slugs), cursor pagination |
|
|
95
|
-
| canvas-bubble-animation-grouping | frontend | General | Absolute-positioned canvas with 3 layout algorithms (golden spiral, rectangular grid, binary filter) + Framer Motion spring animations for 150+ item data exploration |
|
|
96
|
-
| react-flow-animated-layout-switching | frontend | General | CSS transitions on React Flow nodes for smooth layout algorithm switching without Framer Motion |
|
|
97
|
-
| svg-sparkline-no-charting-library | frontend | General | Pure SVG sparkline chart — 0KB dependency, full interactivity, percentage-based responsive |
|
|
98
|
-
| framer-motion-layoutid-grouping | frontend | General | FLIP animations for data re-sorting/re-grouping with Framer Motion layoutId + spring physics |
|
|
99
|
-
| domain-specific-layout-algorithms | patterns-standards | General | Pure-function layout registry encoding domain spatial metaphors (mirror arcs, parallel lanes, narrative parabolas) |
|
|
100
|
-
| autonomous-multi-phase-build **v2.0** | methodology | General | Atomic phase contract with per-phase tsc+build verification, status tracking, auto-fix loop |
|
|
101
|
-
| session-memory-lifecycle | automation | Project | Auto-capture session memories on end + auto-inject on start via Claude Code hooks + Qdrant |
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## Root Level Skills
|
|
106
|
-
|
|
107
|
-
| Skill | Description |
|
|
108
|
-
|-------|-------------|
|
|
109
|
-
| appointment-scheduler-design | Design patterns for appointment scheduling systems |
|
|
110
|
-
| AVAILABLE_TOOLS_REFERENCE | Complete reference of available Claude Code tools and plugins |
|
|
111
|
-
| toolbox/code-graph-and-web-scraping-mcps | CodeGraphContext (Neo4j graph) + Firecrawl (web scraping) MCP servers for refactoring |
|
|
112
|
-
| installer-wizard-patterns | Patterns for building installer/setup wizards |
|
|
113
|
-
| LMS_ZOOM_LEARNING_PATHS_INTEGRATION | Integration guide for Zoom with LMS learning paths |
|
|
114
|
-
| lms-theme-system | Theme system architecture for LMS platforms |
|
|
115
|
-
| SKILLS_LIBRARY_INDEX | Original WARRIOR skills library index |
|
|
116
|
-
| supabase-connection-pooler-fix | Fix for Supabase connection pooling issues |
|
|
117
|
-
| wordpress-style-theme-components | WordPress-inspired theme component patterns |
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## advanced-features
|
|
122
|
-
|
|
123
|
-
Admin tools, gamification, newsletters, and advanced platform capabilities.
|
|
124
|
-
|
|
125
|
-
| Skill | Description |
|
|
126
|
-
|-------|-------------|
|
|
127
|
-
| ADMIN_PASSWORD_MANAGEMENT_WORDPRESS_STYLE | Admin password reset and management (WordPress-style flows) |
|
|
128
|
-
| bookmark-chapters-system | Visual bookmarks/chapters system for video players |
|
|
129
|
-
| COMMUNITY_SYSTEM_GUIDE | Full-featured social learning platform for LMS |
|
|
130
|
-
| EMAIL_CAMPAIGN_LIMITS | Email campaign rate limits and best practices |
|
|
131
|
-
| GAMIFICATION_SYSTEM | Points, badges, achievements, and leaderboards |
|
|
132
|
-
| HOME_PAGE_BUILDER_GUIDE | Visual page builder for home page customization |
|
|
133
|
-
| PLUGIN_SYSTEM_ARCHITECTURE | WordPress-style plugin/hook system for MERN |
|
|
134
|
-
| PRD_NEWSLETTER_SYSTEM | Newsletter management with Puck visual editor |
|
|
135
|
-
| PRD_NEWSLETTER_TEMPLATE_SYSTEM | Visual newsletter template creation system |
|
|
136
|
-
| PUCK_PAGE_TEMPLATES_SYSTEM | Page template management with Puck editor |
|
|
137
|
-
| SEO_SETTINGS_MANAGEMENT | SEO configuration and meta tag management |
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
## automation
|
|
142
|
-
|
|
143
|
-
Form automation and data population systems.
|
|
144
|
-
|
|
145
|
-
| Skill | Description |
|
|
146
|
-
|-------|-------------|
|
|
147
|
-
| AUTO_POPULATE_COMPLETE_GUIDE | Auto-populate GTA tax forms with intelligent financial data (80% time savings) |
|
|
148
|
-
|
|
149
|
-
---
|
|
150
|
-
|
|
151
|
-
## complexity-metrics
|
|
152
|
-
|
|
153
|
-
Code complexity analysis and development velocity optimization.
|
|
154
|
-
|
|
155
|
-
| Skill | Description |
|
|
156
|
-
|-------|-------------|
|
|
157
|
-
| complexity-divider | Complexity metrics as feedback loop for 300-700% velocity gains |
|
|
158
|
-
| work-with-complexity | Complexity-aware guardrails for implementation work |
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## database-solutions
|
|
163
|
-
|
|
164
|
-
Database schema design, migrations, and PostgreSQL patterns.
|
|
165
|
-
|
|
166
|
-
| Skill | Description |
|
|
167
|
-
|-------|-------------|
|
|
168
|
-
| CONDITIONAL_SQL_MIGRATION_PATTERN | Safe conditional SQL migrations pattern |
|
|
169
|
-
| DATABASE_SCHEMA | MongoDB/Mongoose schema definitions for LMS |
|
|
170
|
-
| DATABASE_SCHEMA_VERIFICATION_GUIDE | Guide for verifying database schema integrity |
|
|
171
|
-
| DATABASE_STRATEGY | Database architecture and strategy decisions |
|
|
172
|
-
| ES_MODULE_SEED_SCRIPT_PATTERN | ES module pattern for database seed scripts |
|
|
173
|
-
| MIGRATION_GUIDE | Database migration procedures and rollback |
|
|
174
|
-
| POSTGRES_SQL_TEMPLATE_BINDING_ERROR | Fix for PostgreSQL template binding errors |
|
|
175
|
-
| POSTGRESQL_LICENSE_TABLE_DESIGN | License table design for PostgreSQL |
|
|
176
|
-
| RLS_SECURITY_GUIDE | Row Level Security implementation guide |
|
|
177
|
-
| SCHEMA_ENHANCEMENTS_GUIDE | Schema enhancement patterns and procedures |
|
|
178
|
-
| SCHEMA_MIGRATION_GUIDE | Comprehensive schema migration guide |
|
|
179
|
-
| SCHEMA_VERIFICATION_QUICK_REFERENCE | Quick reference for schema verification |
|
|
180
|
-
| mariadb-aggregate-function-replacement | MariaDB 10.4 aggregate function replacement with depth-tracking parens |
|
|
181
|
-
| postgresql-to-mysql-runtime-translation | Runtime SQL translation layer for PG-to-MySQL migration (20+ rules) |
|
|
182
|
-
| regex-alternation-ordering-sql-types | Regex alternation ordering to prevent partial matches in SQL type casts |
|
|
183
|
-
| reserved-word-context-aware-quoting | Context-aware reserved word quoting with SAFE_BEFORE set |
|
|
184
|
-
| PLPGSQL_VARIABLE_CONFLICT_FIX | Fix PL/pgSQL RETURNS TABLE column name clashes with #variable_conflict use_column |
|
|
185
|
-
|
|
186
|
-
---
|
|
187
|
-
|
|
188
|
-
## deployment-security
|
|
189
|
-
|
|
190
|
-
Production deployment, VPS setup, and security hardening.
|
|
191
|
-
|
|
192
|
-
| Skill | Description |
|
|
193
|
-
|-------|-------------|
|
|
194
|
-
| CPANEL_NODE_DEPLOYMENT | Node.js deployment on cPanel hosting |
|
|
195
|
-
| DEPLOYMENT | General deployment procedures |
|
|
196
|
-
| DEPLOYMENT_CHECKLIST | Pre-deployment verification checklist |
|
|
197
|
-
| DEPLOYMENT_PLAN | Deployment planning and staging |
|
|
198
|
-
| express-secure-file-downloads | Secure file download implementation for Express |
|
|
199
|
-
| KNEX_DATABASE_ABSTRACTION | Database abstraction layer with Knex.js |
|
|
200
|
-
| LICENSE_KEY_SYSTEM | Software licensing and key validation |
|
|
201
|
-
| PHP_INSTALLER_WIZARD_GUIDE | PHP-based installer wizard implementation |
|
|
202
|
-
| PRODUCTION_DEPLOYMENT_GUIDE | Production deployment best practices |
|
|
203
|
-
| PRODUCTION_HARDENING_DOCUMENTATION | Security hardening for production systems |
|
|
204
|
-
| react-production-deployment-desktop-guide | React production deployment for desktop apps |
|
|
205
|
-
| SECURITY | Security implementation and best practices |
|
|
206
|
-
| self-hosted-supabase-coolify-guide | Self-hosted Supabase with Coolify |
|
|
207
|
-
| SUPABASE_EDGE_FUNCTIONS | Supabase Edge Functions development |
|
|
208
|
-
| unique-features-ai-strategy-plaid-security | AI strategy and Plaid security integration |
|
|
209
|
-
| VERCEL_GITHUB_DEPLOYMENT_GUIDE | Vercel deployment with GitHub integration |
|
|
210
|
-
| VPS_DEPLOYMENT_READINESS | VPS deployment preparation checklist |
|
|
211
|
-
| vps-deployment | VPS deployment procedures and configuration |
|
|
212
|
-
|
|
213
|
-
---
|
|
214
|
-
|
|
215
|
-
## document-processing
|
|
216
|
-
|
|
217
|
-
PDF forms, file downloads, and document AI integration.
|
|
218
|
-
|
|
219
|
-
| Skill | Description |
|
|
220
|
-
|-------|-------------|
|
|
221
|
-
| document-ai-landingai-integration | Document AI with LandingAI integration |
|
|
222
|
-
| express-secure-file-downloads | Secure file downloads in Express.js |
|
|
223
|
-
| express-secure-file-downloads-mern | MERN stack secure file downloads |
|
|
224
|
-
| pdf-forms-integration/README | PDF forms integration overview |
|
|
225
|
-
| pdf-forms-integration/SKILL | PDF forms integration implementation |
|
|
226
|
-
|
|
227
|
-
---
|
|
228
|
-
|
|
229
|
-
## ecommerce
|
|
230
|
-
|
|
231
|
-
E-commerce, Stripe payments, donations, and GTA compliance.
|
|
232
|
-
|
|
233
|
-
| Skill | Description |
|
|
234
|
-
|-------|-------------|
|
|
235
|
-
| ADMIN_PRODUCTS_GUIDE | Admin product management interface |
|
|
236
|
-
| cart-item-count-indicator | Shopping cart item count badge |
|
|
237
|
-
| DONATION_RECEIPT_IMPLEMENTATION_GUIDE | Donation receipt generation guide |
|
|
238
|
-
| ECOMMERCE_API_REFERENCE | E-commerce API endpoints reference |
|
|
239
|
-
| ECOMMERCE_COMPLETION_SUMMARY | E-commerce implementation completion report |
|
|
240
|
-
| ECOMMERCE_IMPLEMENTATION_GUIDE | Complete e-commerce implementation guide |
|
|
241
|
-
| ECOMMERCE_QUICK_REFERENCE | Quick reference for e-commerce features |
|
|
242
|
-
| ECOMMERCE_TESTING_CHECKLIST | E-commerce testing procedures |
|
|
243
|
-
| ECOMMERCE_WORKFLOW_GUIDE | E-commerce workflow documentation |
|
|
244
|
-
| GTA_501C3_DONATION_RECEIPT_REQUIREMENTS | GTA 501(c)(3) donation receipt requirements |
|
|
245
|
-
| GTA_COMPLIANCE_INDEX | Index of GTA compliance documents |
|
|
246
|
-
| GTA_COMPLIANCE_SUMMARY | Summary of GTA compliance requirements |
|
|
247
|
-
| GTA_REQUIRED_RECEIPT_LANGUAGE | Required language for GTA-compliant receipts |
|
|
248
|
-
| PRODUCT_CREATION_EXPANDED | Expanded product creation workflow |
|
|
249
|
-
| stripe-payment-integration-complete | Complete Stripe payment integration solution |
|
|
250
|
-
|
|
251
|
-
---
|
|
252
|
-
|
|
253
|
-
## form-solutions
|
|
8
|
+
## Summary
|
|
254
9
|
|
|
255
|
-
|
|
10
|
+
**Published skills: 36**
|
|
256
11
|
|
|
257
|
-
|
|
258
|
-
|-------|-------------|
|
|
259
|
-
| FILLABLE_PDF_IMPLEMENTATION | Fillable PDF form implementation guide |
|
|
260
|
-
| SURVEYJS_QUESTIONNAIRE_SYSTEM | SurveyJS-based questionnaire system |
|
|
12
|
+
Additional project-specific skills can be added locally and will not appear in this index.
|
|
261
13
|
|
|
262
14
|
---
|
|
263
15
|
|
|
264
|
-
##
|
|
16
|
+
## Categories
|
|
265
17
|
|
|
266
|
-
|
|
18
|
+
### _general > API Patterns (3 skills)
|
|
267
19
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
| cloudflare-turnstile-debugging | Debugging Cloudflare Turnstile CAPTCHA |
|
|
272
|
-
| cloudflare-turnstile-implementation | Cloudflare Turnstile implementation guide |
|
|
273
|
-
| PAYPAL_DIAGNOSTIC_REPORT | PayPal integration diagnostic report |
|
|
274
|
-
| PAYPAL_FIX_DEBUG_REPORT | PayPal debugging and fix report |
|
|
275
|
-
| PAYPAL_FIX_QUICK_REFERENCE | Quick fixes for PayPal issues |
|
|
276
|
-
| PAYPAL_SDK_IMPLEMENTATION_REPORT | PayPal SDK implementation guide |
|
|
277
|
-
| PAYPAL_TESTING_GUIDE | PayPal integration testing procedures |
|
|
278
|
-
| rss-podcast-integration | RSS feed and podcast integration |
|
|
279
|
-
| STRIPE_CHANGES_QUICK_REFERENCE | Stripe API changes quick reference |
|
|
280
|
-
| STRIPE_DEBUG_COMPLETE | Complete Stripe debugging guide |
|
|
281
|
-
| STRIPE_DONATIONS_COMPLETE_IMPLEMENTATION | Stripe donations full implementation |
|
|
282
|
-
| STRIPE_DONATIONS_IMPLEMENTATION_PLAN | Stripe donations implementation plan |
|
|
283
|
-
| STRIPE_ELEMENTS_FIX | Stripe Elements component fixes |
|
|
284
|
-
| STRIPE_FIX_SESSION_SUMMARY | Stripe session fix summary |
|
|
285
|
-
| STRIPE_PAYMENT_FIX_COMPLETE | Complete Stripe payment fix guide |
|
|
286
|
-
| STRIPE_PAYMENT_FIXES | Collection of Stripe payment fixes |
|
|
287
|
-
| STRIPE_SESSION_PACKAGE_CHECKOUT | Stripe session-based package checkout |
|
|
288
|
-
| STRIPE_TEST_CARDS | Stripe test card numbers reference |
|
|
289
|
-
| stripe-payment-integration-complete | Complete Stripe integration solution |
|
|
290
|
-
| VIRTUAL_MEETINGS_IMPLEMENTATION | Virtual meetings system implementation |
|
|
291
|
-
| WORDPRESS_LMS_DATA_RECOVERY | WordPress LMS data recovery |
|
|
292
|
-
| YOUTUBE_API_SETUP | YouTube API configuration guide |
|
|
293
|
-
| YOUTUBE_BOOKMARKING_EXPLANATION | YouTube bookmarking system explained |
|
|
294
|
-
| YOUTUBE_BOOKMARKING_SOLUTION | YouTube bookmarking implementation |
|
|
295
|
-
| YOUTUBE_OAUTH_SETUP_GUIDE | YouTube OAuth setup guide |
|
|
296
|
-
| YOUTUBE_VIDEO_FIX_COMPLETE | YouTube video playback fixes |
|
|
297
|
-
| ZOOM_API_INTEGRATION_GUIDE | Complete Zoom API integration guide |
|
|
298
|
-
| ZOOM_API_TESTING_GUIDE | Zoom API testing procedures |
|
|
299
|
-
| ZOOM_CREDENTIAL_FIX | Zoom credential configuration fix |
|
|
300
|
-
| ZOOM_CREDENTIALS_VERIFICATION | Zoom credentials verification guide |
|
|
301
|
-
| ZOOM_INTEGRATION_SUMMARY | Zoom integration summary |
|
|
302
|
-
| ZOOM_MEETING_LIFECYCLE | Zoom meeting lifecycle management |
|
|
303
|
-
| ZOOM_NEXT_STEPS | Zoom integration next steps |
|
|
304
|
-
| ZOOM_OAUTH2_SETUP | Zoom OAuth2 setup guide |
|
|
305
|
-
| ZOOM_RECORDINGS_IMPLEMENTATION | Zoom recordings integration |
|
|
306
|
-
| ZOOM_REQUIRED_SCOPES | Required Zoom API scopes |
|
|
307
|
-
| ZOOM_SCOPES_CLEANUP | Zoom scopes cleanup guide |
|
|
308
|
-
| ZOOM_TESTING_CHECKLIST | Zoom integration testing checklist |
|
|
309
|
-
| ZOOM_WEBHOOK_INTEGRATION_AUTO_PUBLISH | Zoom webhook auto-publish integration |
|
|
310
|
-
| zoom-meetings-crud-imported | Zoom meetings CRUD operations |
|
|
311
|
-
| zoom-meetings-import | Zoom meetings import functionality |
|
|
312
|
-
| CLAUDE_CODE_TOKEN_ANALYTICS | Parse Claude Code stats-cache.json for token usage dashboards with cost/cache savings |
|
|
20
|
+
- `api-field-name-mismatch` — Silent 400 Errors from Request Body Field Mismatches
|
|
21
|
+
- `streaming-command-timeout` — Preventing Hanging Process Execution with Promise.race
|
|
22
|
+
- `streaming-proxy-cors-bypass` — Streaming Proxy to Bypass CDN CORS Restrictions
|
|
313
23
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
## infrastructure
|
|
317
|
-
|
|
318
|
-
Desktop app bundling, sidecar management, port configuration.
|
|
319
|
-
|
|
320
|
-
| Skill | Description |
|
|
321
|
-
|-------|-------------|
|
|
322
|
-
| TAURI_NCC_SIDECAR_BUNDLING | Bundle Node.js Express backend as Tauri sidecar using @vercel/ncc with native addon support |
|
|
323
|
-
| TAURI_DYNAMIC_PORT_IPC | Dynamic port discovery in Rust with frontend IPC for Tauri sidecar processes |
|
|
324
|
-
|
|
325
|
-
---
|
|
326
|
-
|
|
327
|
-
## lms-patterns
|
|
328
|
-
|
|
329
|
-
Learning Management System patterns, themes, quizzes, and community.
|
|
330
|
-
|
|
331
|
-
| Skill | Description |
|
|
332
|
-
|-------|-------------|
|
|
333
|
-
| APPOINTMENT_SCHEDULER_RESEARCH | Appointment scheduler research |
|
|
334
|
-
| COMMUNITY_API_QUICK_REFERENCE | Community API quick reference |
|
|
335
|
-
| COMMUNITY_IMPLEMENTATION_QUICK_GUIDE | Community implementation quick guide |
|
|
336
|
-
| COMMUNITY_SYSTEM_GUIDE | Full community system guide |
|
|
337
|
-
| COMPLETION_MODE_MIGRATION_GUIDE | Course completion mode migration |
|
|
338
|
-
| installer/CPANEL_INSTALLATION_GUIDE | cPanel installation guide |
|
|
339
|
-
| installer/DATABASE_ABSTRACTION | Database abstraction layer |
|
|
340
|
-
| installer/IMPLEMENTATION_ROADMAP | Installer implementation roadmap |
|
|
341
|
-
| installer/INSTALLER_ARCHITECTURE | Installer architecture design |
|
|
342
|
-
| installer/LICENSING_SYSTEM | Software licensing system |
|
|
343
|
-
| installer/research/LMS_INSTALLER_ANALYSIS | LMS installer analysis |
|
|
344
|
-
| installer/research/WORDPRESS_INSTALLER_ANALYSIS | WordPress installer analysis |
|
|
345
|
-
| installer/STARTER_CONTENT_PACK | Starter content pack system |
|
|
346
|
-
| installer/THEME_INSTALLER_INTEGRATION | Theme installer integration |
|
|
347
|
-
| installer/themes/CLASSIC_THEME | Classic theme specification |
|
|
348
|
-
| installer/themes/COLORFUL_MODERN_THEME | Colorful modern theme |
|
|
349
|
-
| LMS_IMPLEMENTATION_ROADMAP | LMS implementation roadmap |
|
|
350
|
-
| LMS_INDEX | LMS documentation index |
|
|
351
|
-
| LMS_QUICK_REFERENCE | LMS quick reference |
|
|
352
|
-
| LMS_RESEARCH_SUMMARY | LMS research summary |
|
|
353
|
-
| LMS_SETUP_SUMMARY | LMS setup summary |
|
|
354
|
-
| LMS_STANDARDS_RESEARCH | LMS standards research |
|
|
355
|
-
| LMS_START_HERE_CHECKLIST | LMS getting started checklist |
|
|
356
|
-
| MEMBERSHIP_IMPLEMENTATION_GUIDE | Membership system implementation |
|
|
357
|
-
| MEMBERSHIP_QUICK_REFERENCE | Membership quick reference |
|
|
358
|
-
| MEMBERSHIP_SYSTEMS_RESEARCH | Membership systems research |
|
|
359
|
-
| OPENSOURCE_THEME_SYSTEMS | Open source theme systems research |
|
|
360
|
-
| PRD_ADMIN_REPORTING_SYSTEM | Admin reporting system PRD |
|
|
361
|
-
| QUIZ_DEPLOYMENT_GUIDE | Quiz system deployment guide |
|
|
362
|
-
| QUIZ_INTEGRATION_GUIDE | Quiz integration guide |
|
|
363
|
-
| QUIZ_SESSION_COMPLETE_OCT19 | Quiz session completion report |
|
|
364
|
-
| QUIZ_SYSTEM_SUMMARY | Quiz system summary |
|
|
365
|
-
| THEME_COMPLETE_DEVELOPER_GUIDE | Complete theme developer guide |
|
|
366
|
-
| THEME_DEVELOPER_HANDBOOK | Theme developer handbook |
|
|
367
|
-
| THEME_SYSTEM_DEVELOPER_GUIDE | Theme system developer guide |
|
|
368
|
-
| THEME_VITE_REQUIREMENTS | Theme Vite build requirements |
|
|
369
|
-
| theme-system/API_REFERENCE | Theme system API reference |
|
|
370
|
-
| theme-system/QUICK_START_GUIDE | Theme system quick start |
|
|
371
|
-
| theme-system/README | Theme system overview |
|
|
372
|
-
| theme-system/THEME_EXAMPLE_PRD | Theme example PRD |
|
|
373
|
-
| theme-system/THEME_PRD_TEMPLATE | Theme PRD template |
|
|
374
|
-
| theme-system/THEME_SYSTEM_ARCHITECTURE | Theme system architecture |
|
|
375
|
-
| UI_DESIGN_REPORTING_SYSTEM | UI design for reporting system |
|
|
376
|
-
| VIDEO_PROGRESS_DRIP_FEED_IMPLEMENTATION | Video progress drip feed |
|
|
377
|
-
| image-overflow-fix | Fix broken image alt text causing layout overflow in admin pages |
|
|
378
|
-
|
|
379
|
-
---
|
|
380
|
-
|
|
381
|
-
## methodology
|
|
382
|
-
|
|
383
|
-
Development methodology, WARRIOR workflow, and session patterns.
|
|
384
|
-
|
|
385
|
-
| Skill | Description |
|
|
386
|
-
|-------|-------------|
|
|
387
|
-
| ADVANCED_ORCHESTRATION_PATTERNS | Advanced AI orchestration patterns |
|
|
388
|
-
| CRITICAL_PATTERNS_DOCUMENTATION_COMPLETE | Critical patterns documentation |
|
|
389
|
-
| DELIVERABLES_SUMMARY | Project deliverables summary |
|
|
390
|
-
| MASTER_COMPLETION_SUMMARY | Master completion summary |
|
|
391
|
-
| MASTER_SESSION_COMPLETION | Session completion checklist |
|
|
392
|
-
| MERN_QUICK_REFERENCE | MERN stack quick reference |
|
|
393
|
-
| QUICK_REFERENCE | General quick reference |
|
|
394
|
-
| SESSION_COMPLETION_SUMMARY | Session completion summary |
|
|
395
|
-
| SESSION_SUMMARY | Session summary template |
|
|
396
|
-
| WARRIOR_WORKFLOW_DEBUGGING_PROTOCOL | WARRIOR debugging protocol - verify schema first |
|
|
397
|
-
| PATH_VERIFICATION_GATE | **[NEW v5.0]** Mandatory wrong-repo circuit breaker for subagent spawns |
|
|
398
|
-
| SDFT_ONPOLICY_SELF_DISTILLATION | **[NEW v5.0]** Predict-then-read protocol for agent handoff learning (MIT SDFT) |
|
|
399
|
-
| INSTRUMENTATION_OVER_RESTRICTION | **[NEW v8.0]** Boris Cherny principle: give tools + context, verify output — don't gate every action (2-3x quality) |
|
|
400
|
-
|
|
401
|
-
---
|
|
24
|
+
### _general > Frontend (3 skills)
|
|
402
25
|
|
|
403
|
-
|
|
26
|
+
- `color-token-migration` — Systematic App-Wide Color System Swap
|
|
27
|
+
- `html-visual-reports` — HTML Visual Reports & Dashboards
|
|
28
|
+
- `react-hooks-order-debugging` — Diagnosing & Fixing React Hooks Order Crashes
|
|
404
29
|
|
|
405
|
-
|
|
30
|
+
### _general > Performance (3 skills)
|
|
406
31
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
| claude-code-plugin-structure | **[NEW]** Claude Code local plugin structure, frontmatter, debugging |
|
|
411
|
-
| CRITICAL_CODING_PATTERNS | 5 critical patterns that prevent 80% of bugs |
|
|
412
|
-
| ERROR_RESILIENCE_IMPLEMENTATION | Error resilience implementation patterns |
|
|
413
|
-
| irs-tax-calculations-official-language | GTA tax calculation official language |
|
|
414
|
-
| react-i18next-setup | React internationalization with i18next |
|
|
415
|
-
| thesys-c1-generative-ui-integration | Thesys C1 generative UI integration |
|
|
32
|
+
- `liveclock-extraction` — Isolating High-Frequency Timers to Leaf Components
|
|
33
|
+
- `ref-based-canvas-animation` — Refs Instead of State in requestAnimationFrame Loops
|
|
34
|
+
- `use-visible-interval` — IntersectionObserver-Based Visibility-Aware Polling Hook
|
|
416
35
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
## theology
|
|
420
|
-
|
|
421
|
-
Biblical analysis and theological computing patterns.
|
|
422
|
-
|
|
423
|
-
| Skill | Description |
|
|
424
|
-
|-------|-------------|
|
|
425
|
-
| BIBLICAL_PATTERN_ANALYSIS_LLM | Biblical pattern analysis for LLM systems - ELS, acrostics, typology |
|
|
426
|
-
|
|
427
|
-
---
|
|
428
|
-
|
|
429
|
-
## security
|
|
430
|
-
|
|
431
|
-
SQL injection prevention, path traversal, input validation, and security hardening.
|
|
36
|
+
### _general > Methodology (10 skills)
|
|
432
37
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
38
|
+
- `CONSISTENCY_CHECK_AMBIGUITY_GATE` — Consistency-Check Ambiguity Gate
|
|
39
|
+
- `dead-code-activation` — Systematic Discovery and Wiring of Documented-but-Dormant Features
|
|
40
|
+
- `debug-swarm-researcher-escape-hatch` — Debug Swarm Researcher Escape Hatch
|
|
41
|
+
- `DISTILL_NOT_DUMP` — DISTILL — NOT DUMP
|
|
42
|
+
- `learncoding-agentic-pattern` — Learncoding: Agentic Engineering Walkthrough Pattern
|
|
43
|
+
- `MERMAID_WIZARD_DIAGRAMS` — Mermaid Wizard Diagrams
|
|
44
|
+
- `MISSING_DIMENSION_DETECTOR` — Missing-Dimension Detector
|
|
45
|
+
- `RESEARCH_VISUAL_GUIDE` — Research-to-Visual-Guide Pipeline (dark-mode HTML from research upgrades)
|
|
46
|
+
- `REVIEW_BACKTRACK_PANEL` — Review & Backtrack Panel
|
|
47
|
+
- `shell-autonomous-loop-fixplan` — Shell-Level Autonomous Loop with @fix_plan.md
|
|
436
48
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
## testing
|
|
440
|
-
|
|
441
|
-
E2E testing, security regression, and test automation patterns.
|
|
442
|
-
|
|
443
|
-
| Skill | Description |
|
|
444
|
-
|-------|-------------|
|
|
445
|
-
| playwright-api-security-tests | **[NEW]** 26-test Playwright API security regression suite template |
|
|
49
|
+
### _general > Patterns & Standards (1 skill)
|
|
446
50
|
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
## video-media
|
|
51
|
+
- `cascading-failure-diagnosis` — Layer-by-Layer Diagnosis of Stacked Multi-Bug Failures
|
|
450
52
|
|
|
451
|
-
|
|
53
|
+
### Basics (5 skills)
|
|
452
54
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
| fix-reactplayer-youtube-playback | ReactPlayer YouTube playback fixes |
|
|
459
|
-
| fix-youtube-bookmark-timestamps | YouTube bookmark timestamp fixes |
|
|
460
|
-
| importing-youtube-videos | YouTube video import guide |
|
|
461
|
-
| importing-youtube-videos-mern | MERN YouTube video import |
|
|
462
|
-
| VIDEO_COMPLETION_MODE_FEATURE | Video completion mode feature |
|
|
463
|
-
| VIDEO_PLAYER_ENHANCEMENTS | Video player enhancement features |
|
|
464
|
-
| VIDEO_PROGRESS_TRACKING | Video progress tracking system |
|
|
465
|
-
| VIDEO_SETUP_COMPLETE | Video setup completion guide |
|
|
466
|
-
| VIDEO_SETUP_COMPLETE_GUIDE | Complete video setup guide |
|
|
467
|
-
| VIDEO_UPLOAD_ARCHITECTURE_RESEARCH | Video upload architecture research |
|
|
468
|
-
| video-player-integration-guide | Video player integration guide |
|
|
469
|
-
| VIMEO_API_SETUP | Vimeo API setup guide |
|
|
470
|
-
| WARRIOR_VIDEO_STATUS | WARRIOR video implementation status |
|
|
471
|
-
| **remotion-best-practices** (external) | Programmatic video creation with React/Remotion — 37 rules covering animations, audio, 3D, captions, charts, transitions, text animations, Tailwind, voiceover. Location: `~/.claude/skills/remotion-best-practices/` (symlink to `~/.agents/skills/`) |
|
|
55
|
+
- `api-rest-basics` — Skill: REST API Basics
|
|
56
|
+
- `env-variables` — Skill: Environment Variables
|
|
57
|
+
- `error-handling-basics` — Skill: Error Handling Basics
|
|
58
|
+
- `git-commit-conventions` — Skill: Git Commit Conventions
|
|
59
|
+
- `readme-template` — Skill: README Template
|
|
472
60
|
|
|
473
|
-
|
|
61
|
+
### Common Tasks (5 skills)
|
|
474
62
|
|
|
475
|
-
|
|
63
|
+
- `async-await-patterns` — Skill: Async/Await Patterns
|
|
64
|
+
- `auth-jwt-basics` — Skill: JWT Authentication Basics
|
|
65
|
+
- `database-schema-design` — Skill: Database Schema Design
|
|
66
|
+
- `file-upload-basics` — Skill: File Upload Basics
|
|
67
|
+
- `form-validation` — Skill: Form Validation
|
|
476
68
|
|
|
477
|
-
|
|
69
|
+
### Plugin Development (1 skills)
|
|
478
70
|
|
|
479
|
-
|
|
480
|
-
|-------|-------------|
|
|
481
|
-
| persistent-analysis-storage | Dual-storage (localStorage + PostgreSQL) with favorites, public sharing (nanoid slugs), cursor pagination, tabbed sidebar UI |
|
|
482
|
-
| qdrant-blue-green-aliases | **[NEW]** Atomic collection alias swaps for zero-downtime Qdrant reindexing — blue-green deployment pattern with rollback |
|
|
71
|
+
- `plugin-doc-auto-generation` — Plugin Documentation Auto-Generation
|
|
483
72
|
|
|
484
|
-
|
|
73
|
+
### Automation (1 skills)
|
|
485
74
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
General-scope performance and caching patterns applicable to any project.
|
|
489
|
-
|
|
490
|
-
| Skill | Description |
|
|
491
|
-
|-------|-------------|
|
|
492
|
-
| cache-augmented-generation | **[NEW]** Pre-load stable document corpus into cached prompt prefix (Anthropic prompt caching) as alternative to RAG for small, stable corpora |
|
|
493
|
-
|
|
494
|
-
---
|
|
495
|
-
|
|
496
|
-
## _general/methodology {#general-methodology}
|
|
497
|
-
|
|
498
|
-
General-scope methodology skills applicable to any project.
|
|
499
|
-
|
|
500
|
-
| Skill | Description |
|
|
501
|
-
|-------|-------------|
|
|
502
|
-
| multi-project-autonomous-build | 3+ project parallel autonomous build workflow |
|
|
503
|
-
| autonomous-multi-phase-build **v2.0** | **[NEW]** Atomic phase contract with per-phase tsc+build verification, status tracking, auto-fix loop |
|
|
504
|
-
| llm-judge-memory-crud | **[NEW v12.0]** Mem0-style ADD/UPDATE/DELETE/NOOP pipeline for vector memory CRUD — transforms append-only vector DBs into self-maintaining systems |
|
|
505
|
-
| claude-md-archival | **[NEW]** Archive oversized CLAUDE.md to `history/claudemdbackup.md` — keeps working context lean while preserving full project history |
|
|
506
|
-
| git-worktrees-parallel | **[NEW]** Boris Cherny's #1 tip: 3-5 parallel worktrees each with own Claude session — `claude --worktree <name>`, subagent `isolation: worktree`, full workflow |
|
|
507
|
-
| shell-autonomous-loop-fixplan | **[NEW v1.0]** Shell-level autonomous loop (bash spawns fresh `claude --resume` per iteration) + `@fix_plan.md` persistent task tracking — context-limit-immune autonomy with circuit breaker, rate limiting, BLOCKED signal, session management. Inspired by bmalph/Ralph. |
|
|
508
|
-
| learncoding-agentic-pattern | **[NEW v1.0]** Simon Willison's Linear Walkthrough pattern — WHAT/WHY/PATTERN per file, Showboat snippet extraction (no hallucination), cognitive debt prevention. Anti-vibe-coding. BFS dependency graph traversal from entry point outward. |
|
|
509
|
-
| debug-swarm-researcher-escape-hatch | **[NEW v1.0]** When ALL debug swarm agents return BLOCKED — escape the loop, spawn a researcher (skills lib + MCP + WebSearch + GitHub), write findings to `.planning/research/`, re-inject into fresh swarm iteration. Doesn't count as an iteration. BLOCKED response contract + orchestrator escape logic included. |
|
|
510
|
-
|
|
511
|
-
---
|
|
512
|
-
|
|
513
|
-
## _general/patterns-standards {#general-patterns-standards}
|
|
514
|
-
|
|
515
|
-
General-scope design patterns applicable to any project.
|
|
516
|
-
|
|
517
|
-
| Skill | Description |
|
|
518
|
-
|-------|-------------|
|
|
519
|
-
| domain-specific-layout-algorithms | **[NEW]** Pure-function layout registry encoding domain spatial metaphors — mirror arcs, parallel lanes, narrative parabolas, concentric rings |
|
|
520
|
-
| fullstack-bible-study-platform | React + xyflow + Prisma + Qdrant Bible study platform blueprint |
|
|
521
|
-
| python-desktop-app-architecture | Full PyQt6 + pystray + STT/TTS desktop app blueprint |
|
|
522
|
-
| realtime-monitoring-dashboard | Vite + React + Express + SSE real-time dashboard blueprint |
|
|
523
|
-
| togglable-processing-pipeline | Config-driven feature pipeline with fail-fast ordering |
|
|
524
|
-
|
|
525
|
-
---
|
|
526
|
-
|
|
527
|
-
## _general/frontend {#general-frontend}
|
|
528
|
-
|
|
529
|
-
General-scope frontend skills applicable to any web project.
|
|
530
|
-
|
|
531
|
-
| Skill | Description |
|
|
532
|
-
|-------|-------------|
|
|
533
|
-
| canvas-bubble-animation-grouping | **[NEW]** Absolute-positioned canvas with 3 layout algorithms (golden spiral, rect grid, binary filter) + spring animations for 150+ items |
|
|
534
|
-
| react-flow-animated-layout-switching | **[NEW]** CSS transitions on `.react-flow__node` transform for smooth layout algorithm switching — scoped, 600ms, no Framer Motion needed |
|
|
535
|
-
| svg-sparkline-no-charting-library | **[NEW]** Pure SVG sparkline chart with viewBox percentage coordinates — 0KB dependency, hover tooltips, click handlers |
|
|
536
|
-
| framer-motion-layoutid-grouping | **[NEW]** FLIP animations for data re-sorting/re-grouping — stable layoutId, spring physics (stiffness 400, damping 30), whileHover/whileTap |
|
|
537
|
-
| pyqt6-settings-dialog | Dark-themed PyQt6 settings GUI replacing raw YAML editing |
|
|
538
|
-
| safari-sw-cache-poisoning | Nuclear SW purge pattern for Safari caching stale service workers for months/years, breaking all API calls |
|
|
539
|
-
| safari-csp-theme-color-debugging | Debugging Safari-specific CSP mismatches, theme-color bars, and animation failures on iOS |
|
|
540
|
-
|
|
541
|
-
---
|
|
542
|
-
|
|
543
|
-
## _general/integrations {#general-integrations}
|
|
544
|
-
|
|
545
|
-
General-scope MCP and tool integration patterns applicable to any project.
|
|
546
|
-
|
|
547
|
-
| Skill | Description |
|
|
548
|
-
|-------|-------------|
|
|
549
|
-
| mcp-composite-tool-orchestration | **[NEW]** Consolidate 3-5 sequential MCP tool calls into single composite operations — batch_read, multi_search, project_overview, trace_references, search_and_read. 58-72% token savings. |
|
|
550
|
-
| claude-code-local-mcp-integration | **[NEW]** Register, configure, debug, and test local stdio MCP servers with Claude Code — mcp.json setup, env vars, startup failure debugging, common failure modes |
|
|
551
|
-
|
|
552
|
-
---
|
|
553
|
-
|
|
554
|
-
## Usage Examples
|
|
555
|
-
|
|
556
|
-
### Find a skill by topic
|
|
557
|
-
```bash
|
|
558
|
-
# Search for Stripe-related skills
|
|
559
|
-
grep -r "Stripe" SKILLS-INDEX.md
|
|
560
|
-
|
|
561
|
-
# Search for deployment skills
|
|
562
|
-
grep -i "deploy" SKILLS-INDEX.md
|
|
563
|
-
```
|
|
564
|
-
|
|
565
|
-
### Read a specific skill
|
|
566
|
-
```bash
|
|
567
|
-
# Using Claude Code's Read tool
|
|
568
|
-
Read: ~/.claude/plugins/fire-flow/skills-library/integrations/STRIPE_TEST_CARDS.md
|
|
569
|
-
```
|
|
570
|
-
|
|
571
|
-
### List all skills in a category
|
|
572
|
-
```bash
|
|
573
|
-
ls -la ~/.claude/plugins/fire-flow/skills-library/integrations/
|
|
574
|
-
```
|
|
575
|
-
|
|
576
|
-
---
|
|
75
|
+
- `c3-loop-engine` — Background Polling Loops with SSE Broadcasting
|
|
577
76
|
|
|
578
|
-
|
|
77
|
+
### Quality Safety (4 skills)
|
|
579
78
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
4. Commit changes to git
|
|
79
|
+
- `debugging-steps` — Skill: Debugging Steps
|
|
80
|
+
- `deployment-checklist` — Skill: Deployment Checklist
|
|
81
|
+
- `security-checklist` — Skill: Security Checklist
|
|
82
|
+
- `testing-basics` — Skill: Testing Basics
|
|
585
83
|
|
|
586
84
|
---
|
|
587
85
|
|
|
588
|
-
*Generated from
|
|
86
|
+
*Generated automatically from git-tracked files only. Private skills on disk are excluded.*
|
|
87
|
+
*Run `bash scripts/generate-skills-index.sh` to regenerate.*
|