meta(skills): Backfill risk and source metadata
Add a conservative metadata fixer for missing risk and source fields, cover it with tests, and backfill the remaining skills using explicit source inference only when the provenance is clear. Fall back to the repo-documented defaults when the file does not support a stronger claim. Refs #365
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
"validate:strict": "node tools/scripts/run-python.js tools/scripts/validate_skills.py --strict",
|
||||
"audit:skills": "node tools/scripts/run-python.js tools/scripts/audit_skills.py",
|
||||
"audit:skills:strict": "node tools/scripts/run-python.js tools/scripts/audit_skills.py --strict",
|
||||
"fix:missing-sections": "node tools/scripts/run-python.js tools/scripts/fix_missing_skill_sections.py",
|
||||
"cleanup:synthetic-sections": "node tools/scripts/run-python.js tools/scripts/cleanup_synthetic_skill_sections.py",
|
||||
"fix:missing-sections": "node tools/scripts/run-python.js tools/scripts/fix_missing_skill_sections.py",
|
||||
"fix:missing-metadata": "node tools/scripts/run-python.js tools/scripts/fix_missing_skill_metadata.py",
|
||||
"cleanup:synthetic-sections": "node tools/scripts/run-python.js tools/scripts/cleanup_synthetic_skill_sections.py",
|
||||
"fix:truncated-descriptions": "node tools/scripts/run-python.js tools/scripts/fix_truncated_descriptions.py",
|
||||
"validate:references": "node tools/scripts/run-python.js tools/scripts/validate_references.py",
|
||||
"index": "node tools/scripts/run-python.js tools/scripts/generate_index.py",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: agents-md
|
||||
description: This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Maintaining AGENTS.md
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: ai-analyzer
|
||||
description: AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
|
||||
allowed-tools: Read, Grep, Glob, Write
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# AI健康分析器
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: analyze-project
|
||||
description: Forensic root cause analyzer for Antigravity sessions. Classifies scope deltas, rework patterns, root causes, hotspots, and auto-improves prompts/health.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: "1.0"
|
||||
tags: [analysis, diagnostics, meta, root-cause, project-health, session-review]
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-actor-development
|
||||
description: "Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently using, such as \"Claude Code with Claude Sonnet 4.5\". This helps Apify monitor and improve AGENTS.md for specific AI tools and models."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
<!-- security-allowlist: curl-pipe-bash, irm-pipe-iex -->
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-actorization
|
||||
description: "Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Apify Actorization
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-audience-analysis
|
||||
description: Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Audience Analysis
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-brand-reputation-monitoring
|
||||
description: "Scrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Brand Reputation Monitoring
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-competitor-intelligence
|
||||
description: Analyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Competitor Intelligence
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-content-analytics
|
||||
description: Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Content Analytics
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-ecommerce
|
||||
description: "Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# E-commerce Data Extraction
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-influencer-discovery
|
||||
description: Find and evaluate influencers for brand partnerships, verify authenticity, and track collaboration performance across Instagram, Facebook, YouTube, and TikTok.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Influencer Discovery
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-lead-generation
|
||||
description: "Scrape leads from multiple platforms using Apify Actors."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Lead Generation
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-market-research
|
||||
description: Analyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booking.com, and TripAdvisor.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Market Research
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: apify-ultimate-scraper
|
||||
description: "AI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Universal Web Scraper
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: ask-questions-if-underspecified
|
||||
description: Clarify requirements before implementing. Use when serious doubts arise.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Ask Questions If Underspecified
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "Astropy is the core Python package for astronomy, providing essent
|
||||
license: BSD-3-Clause license
|
||||
metadata:
|
||||
skill-author: K-Dense Inc.
|
||||
risk: unknown
|
||||
source: "https://github.com/astropy/astropy"
|
||||
---
|
||||
|
||||
# Astropy
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: audit-context-building
|
||||
description: Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Deep Context Builder Skill (Ultra-Granular Pure Context Mode)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: awt-e2e-testing
|
||||
description: "AI-powered E2E web testing — eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learning DB. Install: npx skills add ksgisang/awt-skill --skill awt -g"
|
||||
risk: unknown
|
||||
source: "https://github.com/ksgisang/awt-skill"
|
||||
---
|
||||
|
||||
# AWT — AI-Powered E2E Testing (Beta)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: baseline-ui
|
||||
description: Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Baseline UI
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: bdi-mental-states
|
||||
description: This skill should be used when the user asks to "model agent mental states", "implement BDI architecture", "create belief-desire-intention models", "transform RDF to beliefs", "build cognitive agent", or mentions BDI ontology, mental state modeling, rational agency, or neuro-symbolic AI integration.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# BDI Mental State Modeling
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: beautiful-prose
|
||||
description: A hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean, exact, concrete, and free of AI cadence, filler, or therapeutic tone.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Beautiful Prose (Claude Skill)
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "Biopython is a comprehensive set of freely available Python tools
|
||||
license: Unknown
|
||||
metadata:
|
||||
skill-author: K-Dense Inc.
|
||||
risk: unknown
|
||||
source: "https://github.com/biopython/biopython"
|
||||
---
|
||||
|
||||
# Biopython: Computational Molecular Biology in Python
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: blog-writing-guide
|
||||
description: "This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Sentry Blog Writing Skill
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: brand-guidelines
|
||||
description: Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Brand Guidelines
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: build
|
||||
description: build
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: building-native-ui
|
||||
description: Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.1
|
||||
license: MIT
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: chat-widget
|
||||
description: Build a real-time support chat system with a floating widget for users and an admin dashboard for support staff. Use when the user wants live chat, customer support chat, real-time messaging, or in-app support.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Live Support Chat Widget
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "Cirq is Google Quantum AI's open-source framework for designing, s
|
||||
license: Apache-2.0 license
|
||||
metadata:
|
||||
skill-author: K-Dense Inc.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Cirq - Quantum Computing with Python
|
||||
|
||||
@@ -4,6 +4,8 @@ description: "Manage citations systematically throughout the research and writin
|
||||
license: MIT License
|
||||
metadata:
|
||||
skill-author: K-Dense Inc.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Citation Management
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
# agentskills.io compliant frontmatter
|
||||
name: clarity-gate
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 2.1.3
|
||||
description: >
|
||||
Pre-ingestion verification for epistemic quality in RAG systems.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: claude-in-chrome-troubleshooting
|
||||
description: Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extension is not connected", or behave erratically.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Claude in Chrome MCP Troubleshooting
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: claude-settings-audit
|
||||
description: Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Claude Settings Audit
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: code-simplifier
|
||||
description: Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
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
|
||||
source: community
|
||||
---
|
||||
|
||||
# Sentry Commit Messages
|
||||
|
||||
@@ -5,6 +5,8 @@ description: >
|
||||
risk assessments, and test coverage summaries. Use when the user says
|
||||
"write a PR description", "improve this PR", "summarize my changes",
|
||||
"PR review", "pull request", or asks to document a diff for reviewers.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Pull Request Enhancement
|
||||
|
||||
@@ -3,6 +3,8 @@ name: conductor-setup
|
||||
description: Configure a Rails project to work with Conductor (parallel coding agents)
|
||||
allowed-tools: Bash(chmod *), Bash(bundle *), Bash(npm *), Bash(script/server)
|
||||
context: fork
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: Shpigford
|
||||
version: "1.0"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: constant-time-analysis
|
||||
description: "Analyze cryptographic code to detect operations that leak secret data through execution timing variations."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Constant-Time Analysis
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: context-compression
|
||||
description: "When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Context Compression Strategies
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: context-degradation
|
||||
description: "Language models exhibit predictable degradation patterns as context length increases. Understanding these patterns is essential for diagnosing failures and designing resilient systems."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Context Degradation Patterns
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: context-fundamentals
|
||||
description: "Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Context Engineering Fundamentals
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: context-optimization
|
||||
description: "Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Context Optimization Techniques
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: create-branch
|
||||
description: Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.
|
||||
argument-hint: '[optional description of the work]'
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Create Branch
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: create-pr
|
||||
description: Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Alias: create-pr
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: debug-buttercup
|
||||
description: "All pods run in namespace crs. Key services:"
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Debug Buttercup
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: differential-review
|
||||
description: "Security-focused code review for PRs, commits, and diffs."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Differential Security Review
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: django-access-review
|
||||
description: django-access-review
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
@@ -3,6 +3,8 @@ name: django-perf-review
|
||||
description: Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
|
||||
allowed-tools: Read, Grep, Glob, Bash, Task
|
||||
license: LICENSE
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Django Performance Review
|
||||
|
||||
@@ -7,6 +7,8 @@ allowed-tools:
|
||||
- Grep
|
||||
- Glob
|
||||
- WebSearch
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
# Overview
|
||||
This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data.
|
||||
|
||||
@@ -4,6 +4,8 @@ description: Transforms vague UI ideas into polished, Stitch-optimized prompts.
|
||||
allowed-tools:
|
||||
- "Read"
|
||||
- "Write"
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Enhance Prompt for Stitch
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: evolution
|
||||
description: "This skill enables makepad-skills to self-improve continuously during development."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
<!-- security-allowlist: curl-pipe-bash -->
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: expo-api-routes
|
||||
description: Guidelines for creating API routes in Expo Router with EAS Hosting
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
---
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: expo-cicd-workflows
|
||||
description: Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
|
||||
allowed-tools: "Read,Write,Bash(node:*)"
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
license: MIT License
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: expo-dev-client
|
||||
description: Build and distribute Expo development clients locally or via TestFlight
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: expo-tailwind-setup
|
||||
description: Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: expo-ui-jetpack-compose
|
||||
description: expo-ui-jetpack-compose
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: expo-ui-swift-ui
|
||||
description: expo-ui-swift-ui
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: family-health-analyzer
|
||||
description: 分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议
|
||||
allowed-tools: Read, Write, Grep, Glob
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# 家庭健康分析技能
|
||||
|
||||
@@ -4,6 +4,8 @@ argument-hint: [path to source image]
|
||||
description: Generate favicons from a source image
|
||||
allowed-tools: Bash(magick *), Bash(which *), Bash(cp *), Bash(mkdir *)
|
||||
context: fork
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: Shpigford
|
||||
version: "1.0"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
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
|
||||
source: community
|
||||
---
|
||||
|
||||
# FDA Food Safety Auditor
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fda-medtech-compliance-auditor
|
||||
description: "Expert AI auditor for Medical Device (SaMD) compliance, IEC 62304, and 21 CFR Part 820. Reviews DHFs, technical files, and software validation."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# FDA MedTech Compliance Auditor
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: ffuf-web-fuzzing
|
||||
description: Expert guidance for ffuf web fuzzing during penetration testing, including authenticated fuzzing with raw requests, auto-calibration, and result analysis
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# FFUF (Fuzz Faster U Fool) Skill
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: find-bugs
|
||||
description: Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Find Bugs
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: fitness-analyzer
|
||||
description: 分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。
|
||||
allowed-tools: Read, Grep, Glob, Write
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# 运动分析器技能
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fixing-accessibility
|
||||
description: Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# fixing-accessibility
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
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
|
||||
source: community
|
||||
version: 1.0.1
|
||||
license: MIT
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
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
|
||||
source: community
|
||||
---
|
||||
|
||||
# fixing-motion-performance
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: food-database-query
|
||||
description: Food Database Query
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# 食物数据库查询技能
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-async
|
||||
description: Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: kadu
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-backend
|
||||
description: Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: kadu
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-data-transforms
|
||||
description: Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: Claude
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-either-ref
|
||||
description: Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
tags: [fp-ts, either, error-handling, validation, quick-reference]
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-errors
|
||||
description: Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: kadu
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-option-ref
|
||||
description: Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
tags: [fp-ts, option, nullable, maybe, quick-reference]
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-pipe-ref
|
||||
description: Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
tags: [fp-ts, pipe, flow, composition, quick-reference]
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-pragmatic
|
||||
description: A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: kadu
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-react
|
||||
description: Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 2.0.0
|
||||
author: fp-ts-skills
|
||||
tags: [fp-ts, react, typescript, hooks, state-management, forms, data-fetching, remote-data, react-19, next-js]
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-refactor
|
||||
description: Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
author: fp-ts-skills
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: fp-taskeither-ref
|
||||
description: Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.
|
||||
risk: unknown
|
||||
source: community
|
||||
version: 1.0.0
|
||||
tags: [fp-ts, taskeither, async, promise, error-handling, quick-reference]
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
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
|
||||
source: community
|
||||
version: 1.0.0
|
||||
tags: [fp-ts, typescript, quick-reference, option, either, task]
|
||||
---
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
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
|
||||
source: community
|
||||
---
|
||||
|
||||
# GitHub Review Requests
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: gha-security-review
|
||||
description: "Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario — if you can't build the attack, don't report it."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: gmail-automation
|
||||
description: "Lightweight Gmail integration with standalone OAuth authentication. No MCP server required."
|
||||
license: Apache-2.0
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: sanjay3290
|
||||
version: "1.0"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: goal-analyzer
|
||||
description: 分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。
|
||||
allowed-tools: Read, Grep, Glob, Write
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# 健康目标分析器技能
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: google-calendar-automation
|
||||
description: "Lightweight Google Calendar integration with standalone OAuth authentication. No MCP server required."
|
||||
license: Apache-2.0
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: sanjay3290
|
||||
version: "1.0"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: google-docs-automation
|
||||
description: "Lightweight Google Docs integration with standalone OAuth authentication. No MCP server required."
|
||||
license: Apache-2.0
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: sanjay3290
|
||||
version: "1.0"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: google-drive-automation
|
||||
description: "Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access."
|
||||
license: Apache-2.0
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: sanjay3290
|
||||
version: "1.0"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: google-slides-automation
|
||||
description: "Lightweight Google Slides integration with standalone OAuth authentication. No MCP server required. Full read/write access."
|
||||
license: Apache-2.0
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: sanjay3290
|
||||
version: "1.0"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: health-trend-analyzer
|
||||
description: 分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表)。
|
||||
allowed-tools: Read, Grep, Glob, Write
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# 健康趋势分析器
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: hugging-face-dataset-viewer
|
||||
description: Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Hugging Face Dataset Viewer
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: hugging-face-datasets
|
||||
description: Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: hugging-face-evaluation
|
||||
description: Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: hugging-face-model-trainer
|
||||
description: "Train language models using TRL (Transformer Reinforcement Learning) on fully managed Hugging Face infrastructure. No local GPU setup required—models train on cloud GPUs and results are automatically saved to the Hugging Face Hub."
|
||||
license: Complete terms in LICENSE.txt
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# TRL Training on Hugging Face Jobs
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: hugging-face-paper-publisher
|
||||
description: Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: hugging-face-tool-builder
|
||||
description: "Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Hugging Face API Tool Builder
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: issues
|
||||
description: Interact with GitHub issues - create, list, and view issues.
|
||||
allowed-tools: Bash(gh *)
|
||||
risk: unknown
|
||||
source: community
|
||||
metadata:
|
||||
author: Shpigford
|
||||
version: "1.0"
|
||||
|
||||
@@ -5,6 +5,8 @@ description: |
|
||||
makepad animation, makepad animator, makepad hover, makepad state,
|
||||
makepad transition, "from: { all: Forward", makepad pressed,
|
||||
makepad 动画, makepad 状态, makepad 过渡, makepad 悬停效果
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Makepad Animation Skill
|
||||
|
||||
@@ -5,6 +5,8 @@ description: |
|
||||
makepad, makepad getting started, makepad tutorial, live_design!, app_main!,
|
||||
makepad project setup, makepad hello world, "how to create makepad app",
|
||||
makepad 入门, 创建 makepad 应用, makepad 教程, makepad 项目结构
|
||||
risk: unknown
|
||||
source: "https://github.com/makepad/makepad"
|
||||
---
|
||||
|
||||
# Makepad Basics Skill
|
||||
|
||||
@@ -6,6 +6,8 @@ description: |
|
||||
cargo-packager, cargo-makepad, WASM, Android, iOS,
|
||||
distribution, installer, .deb, .dmg, .nsis,
|
||||
GitHub Actions, CI, action, marketplace
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Makepad Packaging & Deployment
|
||||
|
||||
@@ -5,6 +5,8 @@ description: |
|
||||
makepad dsl, live_design, makepad inheritance, makepad prototype,
|
||||
"<Widget>", "Foo = { }", makepad object, makepad property,
|
||||
makepad DSL 语法, makepad 继承, makepad 原型, 如何定义 makepad 组件
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Makepad DSL Skill
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user