- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
openbio
by openbio-ai
OpenBio API for biological data access and computational biology tools. Use when: (1) Querying biological databases (PDB, UniProt, ChEMBL, etc.), (2) Searching scientific literature (PubMed, bioRxiv, arXiv), (3) Running structure prediction (Boltz, Chai, ProteinMPNN), (4) Performing pathway/enrichment analysis, (5) Designing molecular biology experiments (primers, cloning), (6) Analyzing variants and clinical data, (7) Analyzing and editing plasmid files (GenBank, SnapGene).
wp-apis
by peixotorms
Use when working with WordPress core APIs in plugins or themes. Covers add_menu_page, add_submenu_page, add_options_page, add_shortcode, add_meta_box, register_post_type, register_taxonomy, HTTP API (wp_remote_request, wp_remote_get, wp_remote_post), wp_schedule_event (WP-Cron), wp_add_dashboard_widget, users and roles (add_role, current_user_can), privacy tools (wp_register_personal_data_exporter), theme mods, site health API, global variables ($wpdb, $post, $wp_query), add_image_size, responsive images, and advanced hooks (do_action, apply_filters, remove_action).
analyze-retail-inverse-etf-allocation
by fatfingererr
以槓桿反向 ETF(做空)相對槓桿正向 ETF(做多)的交易占比,作為散戶風險偏好代理指標,評估 SPX 後續下行風險。
usd-reserve-loss-gold-revaluation
by fatfingererr
在「美元/某貨幣失去儲備地位、黃金成為唯一錨」的假設下,用央行貨幣負債 ÷ 黃金儲備,推演「資產負債表可承受的隱含金價」,並輸出各國/各貨幣的槓桿程度、缺口與排名。
analyzing-patterns
by C0ntr0lledCha0s
Automatically activated when user asks to "find patterns in...", "identify repeated code...", "analyze the architecture...", "what design patterns are used...", or needs to understand code organization, recurring structures, or architectural decisions
repo-analyzer
by chaorenex1
Code repository analysis and technical documentation generation skill
superdocs
by asteroid-belt
Generates a docs/ directory of markdown files giving AI and humans deep context on WHAT a codebase is, HOW it works, and WHY decisions were made. Scans any codebase, produces structured documentation. Re-runnable — detects existing docs, monorepos, and git-based staleness. Runs automatically without user interaction.
detect-us-equity-valuation-percentile-extreme
by fatfingererr
把多個股票估值指標統一轉成在過去百年歷史中的分位數,再合成一個總分,判斷目前是否處於歷史極端高估區間,並用歷史類比(如 1929、1965、1999)給出風險解讀。
agentsmd-generator
by asteroid-belt
Generate project-level AGENTS.md guides that capture conventions, workflows, and required follow-up tasks. Use when a repository needs clear agent onboarding covering structure, tooling, testing, task flow, README expectations, and conventional commit summaries.
secret-scanner
by 1Mangesh1
This skill should be used when the user asks to "scan for secrets", "find API keys", "detect credentials", "check for hardcoded passwords", "find leaked tokens", "scan for sensitive keys", "check git history for secrets", "audit repository for credentials", or mentions secret detection, credential scanning, API key exposure, token leakage, password detection, or security key auditing.
fund-assistant
by Xer97
基金投资助手。查询基金实时估值、净值、涨跌幅;搜索基金(按名称或代码); 管理投资组合(添加/删除持仓、记录交易、计算收益);查看大盘指数、资金流向、北向资金; 导入导出持仓数据。支持多用户数据隔离。 触发词:基金、净值、估值、持仓、收益、定投、行情、北向资金、沪深300
no-null-in-aliases
by marius-townhouse
Use when defining type aliases. Use when null/undefined appears in type definitions. Use when types are confusing.
connecting-to-logseq
by C0ntr0lledCha0s
Manages connections to Logseq graphs via HTTP API, CLI, or MCP Server. Auto-invokes when users mention connecting to Logseq, API tokens, graph paths, connection issues, or backend configuration. Handles backend detection, environment setup, and connectivity troubleshooting.
daily-topic-selector
by ruiwarn
security-first
by vendeesign
"Garde-fou sécurité. Activer dès que le code touche une zone sensible : authentification/sessions, formulaires/entrées utilisateur, requêtes SQL/DB, appels API externes, gestion de secrets/clés, upload de fichiers, génération de HTML/JS dynamique, configuration CORS/CSP/headers. Prévient les failles OWASP Top 10 avant qu'elles n'arrivent en production. Complémentaire avec code-quality (qui couvre l'error handling général). Ne pas activer pour de la logique métier pure sans interaction externe (calculs, algorithmes, transformations de données internes), ni pour du code de test/mock."
md-render
by HJewkes
Use when asked to render, preview, or view a markdown file in the browser. Triggers on "render markdown", "preview this", "show me this document", "open in browser".
zeberg-salomon-rotator
by fatfingererr
用領先和同時指標建構景氣模型,並判讀兩種景氣階段:景氣擴張期 (Risk-On) 與景氣收縮期 (Risk-Off),並根據理論給出 "撞冰山" 與 "下沉" 事件訊號。
pr-review-response
by ttokit
"Handles PR review comments through analyze-confirm-execute workflow. Analyzes comment validity, confirms response approach with user, executes code changes, and replies to reviewers. Use when responding to PR review comments, addressing feedback, handling code review, replying to reviewers, or managing review threads."
demographic-fiscal-trap-analyzer
by fatfingererr
åæäººå£èåãåµååæ ãå®åè¨è¹èéè¨ç¨é交äºä½ç¨ä¸çã財æ¿é·é±ã風éªï¼éååå/å°åç財æ¿è弱度並è奿½å¨ç貨幣ç¨éè·¯å¾
no-type-in-docs
by marius-townhouse
Use when writing comments about types. Use when documenting function parameters. Use when naming variables.
evaluate-exponential-trend-deviation-regimes
by fatfingererr
計算資產價格相對長期指數成長趨勢線的偏離度,衡量當前是否處於歷史極端區間,並可選擇性地進行宏觀因子分析以判斷行情體質。
android-service-account-guide
by hitoshura25
Step-by-step guide for creating Google Cloud service account for Play Store API access
mcp-builder
by vibery-studio
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
wp-pack
by vendeesign
"Packaging WordPress automatique. Activer quand : (1) Claude termine une modification ou un ajout de code (PHP, CSS, JS, HTML) dans un projet WordPress détecté à la racine (plugin avec 'Plugin Name:' ou thème avec 'Theme Name:' dans le header) — que ce soit via une commande codebloom OU une demande directe de l'utilisateur sans commande ; (2) l'utilisateur demande de packager, zipper, ou préparer pour distribution. Flow autonome : détecter → bumper version → zipper → vérifier. Ne pas activer si aucun fichier PHP/CSS/JS/HTML n'a été modifié ou ajouté dans la session, ni pour des projets non-WordPress."