Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
github-repo-skill
Guide for creating new GitHub repos and best practice for existing GitHub repos, applicable to both code and non-code projects
berkeleybop/bbop-skills 11
-
news-extractor
新闻站点内容提取。支持微信公众号、今日头条、网易新闻、搜狐新闻、腾讯新闻。当用户需要提取新闻内容、抓取公众号文章、爬取新闻、或获取新闻JSON/Markdown时激活。
NanmiCoder/claude-code-skills 47
-
slides-generator
Generate interactive presentation slides using React + Tailwind. Triggers on keywords like "slides", "presentation", "PPT", "demo", "benchmark".
NanmiCoder/claude-code-skills 47
-
langchain-use
LangChain 1.0 使用指南。提供 Agent、Tool、Memory、Middleware 等核心概念的快速参考。当用户需要创建 AI Agent、集成 LangChain、或解决 LangChain 相关问题时激活。
NanmiCoder/claude-code-skills 47
-
srt-to-structured-data
将 SRT 字幕文件转换为结构化 JSON 数据。
触发场景:
(1) 需要解析 SRT 字幕文件
(2) 需要将字幕转为 JSON/结构化格式
(3) 需要提取字幕时间码和文本
(4) 视频字幕数据处理和分析
(5) 生成字幕纯文本或统计信息
NanmiCoder/claude-code-skills 47
-
feishu:access
Manage Feishu channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Feishu channel.
NanmiCoder/claude-code-skills 47
-
feishu:configure
Set up the Feishu channel — save the bot credentials and check connection status. Use when the user pastes Feishu app credentials, asks to configure Feishu, or wants to check channel status.
NanmiCoder/claude-code-skills 47
-
agent-team-orchestrator
Agent Teams 智能编排决策引擎。自动分析任务复杂度,判断使用 Subagent 还是 Agent Teams。
触发场景:
(1) 任务涉及多角度并行分析(如代码审查、竞争假说调试)
(2) 需要成员之间互相通信、质疑、协作
(3) 跨层开发(前端/后端/测试各自负责)
(4) 用户明确要求"创建团队"、"用 agent teams"
(5) 任务描述包含"并行"、"同时"、"多人"、"协作"等关键词
(6) 使用 /team 命令
NanmiCoder/claude-code-skills 47
-
bilibili-chapter-generator
为 B站视频生成章节列表。
触发场景:
(1) 需要为视频创建 B站章节
(2) 用户说"转成B站格式"、"生成章节"、"生成B站章节"
(3) 需要从字幕生成视频分段
(4) 处理视频进度条分段标记
NanmiCoder/claude-code-skills 47
-
codetographer
Generates interactive code flow diagrams (.cgraph files).
Invoke when users ask: "how does X work", "show me the flow of Y",
"visualize the architecture", "diagram the data flow",
"create a graph of the codebase", or similar queries about
understanding code structure and relationships.
Kelvination/codetographer 3
-
fullstory-user-consent
Core concepts for Fullstory's User Consent APIs. Platform-agnostic guide covering consent mechanisms, GDPR/CCPA compliance patterns, and privacy-compliant session recording. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-user-properties
Core concepts for Fullstory's User Properties API (setProperties with type 'user'). Platform-agnostic guide covering property naming, type handling, special fields, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-capture-control
Core concepts for Fullstory's Capture Control APIs (shutdown/restart). Platform-agnostic guide covering session management, capture pausing, and resource optimization. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-page-properties
Core concepts for Fullstory's Page Properties API (setProperties with type 'page'). Platform-agnostic guide covering page naming, session-scoped properties, the 1,000 pageName limit, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-privacy-controls
Core concepts for Fullstory's Privacy Controls API (fs-exclude, fs-mask, fs-unmask). Platform-agnostic guide covering privacy modes, data handling, inheritance rules, and compliance guidance. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-logging
Core concepts for Fullstory's Logging API. Platform-agnostic guide covering log levels, message formatting, privacy considerations, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-async-methods
Core concepts for Fullstory's Asynchronous API methods. Covers the Async suffix pattern, Promise handling, error handling, and when to use async vs fire-and-forget. Note - this pattern is web-only; mobile platforms use different mechanisms.
fullstorydev/fs-skills 7
-
fullstory-observe-callbacks
Core concepts for Fullstory's Observer/Callback API. Covers event subscription, observer lifecycle, cleanup patterns, and reacting to Fullstory lifecycle events. Note - the observe() pattern is web-only; mobile platforms use delegates and listeners.
fullstorydev/fs-skills 7
-
fullstory-element-properties
Core concepts for Fullstory's Element Properties API. Platform-agnostic guide covering API Defined Elements, property inheritance, schema types, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-analytics-events
Core concepts for Fullstory's Analytics Events API (trackEvent). Platform-agnostic guide covering event naming, property types, rate limits, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-identify-users
Core concepts for Fullstory's User Identification API (setIdentity). Platform-agnostic guide covering identity linking, cookie behavior, re-identification rules, and best practices. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-anonymize-users
Core concepts for Fullstory's User Anonymization API. Platform-agnostic guide covering session management, privacy compliance, and best practices for logout handling and user switching. See SKILL-WEB.md and SKILL-MOBILE.md for implementation examples.
fullstorydev/fs-skills 7
-
fullstory-ecommerce
Industry-specific guide for implementing Fullstory in e-commerce and retail applications. Covers conversion funnel optimization, product interaction tracking, cart abandonment analysis, checkout flow privacy (PCI compliance), and customer journey mapping. Includes detailed examples for product pages, cart, checkout, and post-purchase experiences.
fullstorydev/fs-skills 7
-
fullstory-saas
Industry-specific guide for implementing Fullstory in B2B SaaS applications. Covers feature adoption tracking, onboarding optimization, churn prediction signals, multi-tenant privacy considerations, role-based experiences, and enterprise customer requirements. Includes detailed examples for dashboards, workflows, settings, and collaboration features.
fullstorydev/fs-skills 7