meta(risk): Sync conservative legacy labels

Add a maintainers script to safely promote high-confidence legacy risk labels from unknown to concrete values, cover it with tests, and regenerate the canonical skill artifacts and plugin copies. This reduces the legacy unknown backlog without forcing noisy classifications that still need manual review.
This commit is contained in:
sickn33
2026-03-29 10:45:21 +02:00
parent eb3df2a577
commit 0db870eb11
582 changed files with 1241 additions and 935 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -38,6 +38,7 @@ This document summarizes the repository coherence audit performed after the `app
- overly long `SKILL.md` files that should probably be split into `references/`,
- plus the existing structural/safety checks (frontmatter, risk, `When to Use`, offensive disclaimer, dangling links).
- The report also includes a non-blocking `suggested_risk` for skills that are still marked `unknown` or appear to be misclassified, so maintainers can resolve risk classification during PR review without changing the contributor gate.
- Added `tools/scripts/sync_risk_labels.py` (also exposed as `npm run sync:risk-labels`) for conservative legacy cleanup: it only rewrites `risk: unknown` when the suggestion is high-confidence enough to be safely automated.
- Use `npm run audit:skills` for the maintainer view and `npm run audit:skills -- --json-out ... --markdown-out ...` when you want artifacts for triage or cleanup tracking.
### 3. Riferimenti incrociati
@@ -74,6 +75,7 @@ This document summarizes the repository coherence audit performed after the `app
npm run validate # validazione skill (soft)
npm run validate:strict # hardening / diagnostic pass
npm run audit:skills # audit completo per skill con finding codes e status
npm run sync:risk-labels # conservative sync for high-confidence legacy risk labels
npm run validate:references # workflow, bundle, and docs/users/bundles.md references
npm run security:docs # documentation command-risk scan (required for security-sensitive guidance)
npm run build # chain + catalog

View File

@@ -20,6 +20,7 @@
"bundles:sync": "node tools/scripts/run-python.js tools/scripts/sync_editorial_bundles.py",
"bundles:check": "node tools/scripts/run-python.js tools/scripts/sync_editorial_bundles.py --check",
"sync:metadata": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py",
"sync:risk-labels": "node tools/scripts/run-python.js tools/scripts/sync_risk_labels.py",
"sync:github-about": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py --apply-github-about",
"sync:contributors": "node tools/scripts/run-python.js tools/scripts/sync_contributors.py",
"sync:web-assets": "npm run app:setup && cd apps/web-app && npm run generate:sitemap",

View File

@@ -1,7 +1,7 @@
---
name: accessibility-compliance-accessibility-audit
description: "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: agent-evaluation
description: "You're a quality engineer who has seen agents that aced benchmarks fail spectacularly in production. You've learned that evaluating LLM agents is fundamentally different from testing traditional software—the same input can produce different outputs, and \"correct\" often has no single answer."
risk: unknown
risk: safe
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: agent-memory-systems
description: "You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time."
risk: unknown
risk: safe
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: agentfolio
description: "Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory."
risk: unknown
risk: safe
source: agentfolio.io
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: ai-product
description: "You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard."
risk: unknown
risk: safe
source: vibeship-spawner-skills (Apache 2.0)
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: airflow-dag-patterns
description: "Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: anti-reversing-techniques
description: "AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > 1."
risk: unknown
risk: offensive
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: api-design-principles
description: "Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: architecture
description: "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: async-python-patterns
description: "Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: autonomous-agent-patterns
description: "Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex)."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: avalonia-zafiro-development
description: "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: azure-communication-callingserver-java
description: "⚠️ DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: azure-communication-sms-java
description: "Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: azure-monitor-query-java
description: Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources.
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: backtesting-frameworks
description: "Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: bash-defensive-patterns
description: "Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -7,7 +7,7 @@ description: 'Master of defensive Bash scripting for production automation, CI/C
scripts.
'
risk: unknown
risk: critical
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: billing-automation
description: "Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: bun-development
description: "Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun)."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: busybox-on-windows
description: "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: clerk-auth
description: "Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up."
risk: unknown
risk: safe
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: code-documentation-code-explain
description: "You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: code-documentation-doc-generate
description: "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: code-review-excellence
description: "Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: codebase-cleanup-refactor-clean
description: "You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: commit
description: ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.
risk: unknown
risk: critical
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: competitive-landscape
description: "Comprehensive frameworks for analyzing competition, identifying differentiation opportunities, and developing winning market positioning strategies."
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: conductor-implement
description: "Execute tasks from a track's implementation plan following TDD workflow"
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: conductor-revert
description: "Git-aware undo by logical work unit (track, phase, or task)"
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -7,7 +7,7 @@ description: 'Validates Conductor project artifacts for completeness,
before implementation to verify project context.
'
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: data-storytelling
description: "Transform raw data into compelling narratives that drive decisions and inspire action."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: database-cloud-optimization-cost-optimize
description: "You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: database-design
description: "Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -5,7 +5,7 @@ description: 'Debugging specialist for errors, test failures, and unexpected
behavior. Use proactively when encountering any issues.
'
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: debugging-strategies
description: "Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: dependency-upgrade
description: "Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: deployment-pipeline-design
description: "Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: deployment-procedures
description: "Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: distributed-tracing
description: "Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: documentation-generation-doc-generate
description: "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: documentation-templates
description: "Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: dotnet-backend-patterns
description: "Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025)."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: e2e-testing-patterns
description: "Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: employment-contract-templates
description: "Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: error-debugging-error-analysis
description: "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: error-debugging-error-trace
description: "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: error-detective
description: Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes.
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: error-diagnostics-error-analysis
description: "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: error-diagnostics-error-trace
description: "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging,"
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: error-handling-patterns
description: "Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: evolution
description: "This skill enables makepad-skills to self-improve continuously during development."
risk: unknown
risk: critical
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: fda-food-safety-auditor
description: "Expert AI auditor for FDA Food Safety (FSMA), HACCP, and PCQI compliance. Reviews food facility records and preventive controls."
risk: unknown
risk: safe
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: figma-automation
description: "Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: finishing-a-development-branch
description: "Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup"
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: fixing-metadata
description: "Audit and fix HTML metadata including page titles, meta descriptions, canonical URLs, Open Graph tags, Twitter cards, favicons, JSON-LD structured data, and robots directives. Use when adding or reviewing SEO and social metadata."
risk: unknown
risk: safe
source: community
version: 1.0.1
license: MIT

View File

@@ -1,7 +1,7 @@
---
name: fixing-motion-performance
description: Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.
risk: unknown
risk: safe
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: fp-types-ref
description: Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.
risk: unknown
risk: safe
source: community
version: 1.0.0
tags: [fp-ts, typescript, quick-reference, option, either, task]

View File

@@ -1,7 +1,7 @@
---
name: framework-migration-code-migrate
description: "You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and"
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: mobile-games
description: "Mobile game development principles. Touch input, battery, performance, app stores."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: pc-games
description: "PC and console game development principles. Engine selection, platform features, optimization strategies."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: gdpr-data-handling
description: "Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -2,7 +2,7 @@
name: gh-review-requests
description: Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".
allowed-tools: Bash
risk: unknown
risk: safe
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: git-advanced-workflows
description: "Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: git-pr-workflows-onboard
description: "You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You"
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: git-pushing
description: "Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes (\"push this\", \"commit and push\"), mentions saving work to remote (\"save to github\", \"push to remote\"), or completes a feature and wants to share it."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: github-actions-templates
description: "Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: github-workflow-automation
description: "Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: gitlab-ci-patterns
description: "Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: gitops-workflow
description: "Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: go-concurrency-patterns
description: "Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: godot-gdscript-patterns
description: "Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: graphql
description: "You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger."
risk: unknown
risk: safe
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: haskell-pro
description: "Expert Haskell engineer specializing in advanced type systems, pure"
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: hig-components-search
description: Apple HIG guidance for navigation-related components including search fields, page controls, and path controls.
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: hig-technologies
description: "Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered."
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: hybrid-cloud-networking
description: "Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: hybrid-search-implementation
description: "Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: i18n-localization
description: "Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: incident-runbook-templates
description: "Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: iterate-pr
description: Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.
risk: unknown
risk: critical
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: javascript-pro
description: Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility.
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: javascript-testing-patterns
description: "Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: klaviyo-automation
description: "Automate Klaviyo tasks via Rube MCP (Composio): manage email/SMS campaigns, inspect campaign messages, track tags, and monitor send jobs. Always search tools first for current schemas."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: legacy-modernizer
description: Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility.
risk: unknown
risk: safe
source: community
date_added: '2026-02-27'
---

View File

@@ -1,7 +1,7 @@
---
name: lightning-architecture-review
description: Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.
risk: unknown
risk: safe
source: community
date_added: '2026-03-03'
---

View File

@@ -1,7 +1,7 @@
---
name: lightning-channel-factories
description: Technical reference on Lightning Network channel factories, multi-party channels, LSP architectures, and Bitcoin Layer 2 scaling without soft forks. Covers Decker-Wattenhofer, timeout trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.
risk: unknown
risk: safe
source: community
date_added: '2026-03-03'
---

View File

@@ -1,7 +1,7 @@
---
name: lightning-factory-explainer
description: Explain Bitcoin Lightning channel factories and the SuperScalar protocol — scalable Lightning onboarding using shared UTXOs, Decker-Wattenhofer trees, timeout-signature trees, MuSig2, and Taproot. No soft fork required.
risk: unknown
risk: safe
source: community
date_added: '2026-03-03'
---

View File

@@ -1,7 +1,7 @@
---
name: linkerd-patterns
description: "Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes."
risk: unknown
risk: critical
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: llm-application-dev-ai-assistant
description: "You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natur"
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -2,7 +2,7 @@
name: local-llm-expert
description: Master local LLM inference, model selection, VRAM optimization, and local deployment using Ollama, llama.cpp, vLLM, and LM Studio. Expert in quantization formats (GGUF, EXL2) and local AI privacy.
category: data-ai
risk: unknown
risk: safe
source: community
date_added: '2026-03-11'
---

View File

@@ -5,7 +5,7 @@ description: |
makepad animation, makepad animator, makepad hover, makepad state,
makepad transition, "from: { all: Forward", makepad pressed,
makepad 动画, makepad 状态, makepad 过渡, makepad 悬停效果
risk: unknown
risk: safe
source: community
---

View File

@@ -5,7 +5,7 @@ description: |
makepad dsl, live_design, makepad inheritance, makepad prototype,
"<Widget>", "Foo = { }", makepad object, makepad property,
makepad DSL 语法, makepad 继承, makepad 原型, 如何定义 makepad 组件
risk: unknown
risk: safe
source: community
---

View File

@@ -5,7 +5,7 @@ description: |
makepad event, makepad action, Event enum, ActionTrait, handle_event,
MouseDown, KeyDown, TouchUpdate, Hit, FingerDown, post_action,
makepad 事件, makepad action, 事件处理
risk: unknown
risk: safe
source: community
---

View File

@@ -5,7 +5,7 @@ description: |
makepad font, makepad text, makepad glyph, makepad typography,
font atlas, text layout, font family, font size, text shaping,
makepad 字体, makepad 文字, makepad 排版, makepad 字形
risk: unknown
risk: safe
source: community
---

View File

@@ -6,7 +6,7 @@ description: |
makepad padding, makepad margin, makepad flow, makepad align,
Fit, Fill, Size, Walk, "how to center in makepad",
makepad 布局, makepad 宽度, makepad 对齐, makepad 居中
risk: unknown
risk: safe
source: community
---

View File

@@ -1,7 +1,7 @@
---
name: makepad-widgets
description: "Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets"
risk: unknown
risk: safe
source: community
---

Some files were not shown because too many files have changed in this diff Show More