Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gemini-imagegen
This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
jjeremycai/claudekit
-
agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape page", "web automation".
jjeremycai/claudekit
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
jjeremycai/claudekit
-
skill-loader
Skills加载器,用于动态加载和管理所有专业技能
alongor666/targetmanage
-
business-analysis
使用 Minion 框架进行智能业务分析
alongor666/targetmanage
-
code-review
使用 Minion 框架进行智能代码审查
alongor666/targetmanage
-
data-validation
使用 Minion 框架进行智能数据验证
alongor666/targetmanage
-
test-generation
使用 Minion 框架生成智能测试用例
alongor666/targetmanage
-
data-import
车险经营数据导入技能,支持CSV/JSON解析、验证、优先级管理
alongor666/targetmanage
-
chart-visualization
ECharts图表配置技能,包括柱状图、折线图、组合图等可视化组件
alongor666/targetmanage
-
kpi-calculation
KPI指标计算技能,包括目标拆解、达成率、增长率、时间进度等核心业务计算
alongor666/targetmanage
-
opencode-marketplace
Reference guide for the opencode-marketplace CLI tool. Use this skill when users want to install, uninstall, update, list, or scan OpenCode plugins; manage plugin components (commands, agents, skills); work with plugin scopes (user/project); handle GitHub-based plugins; or need guidance on plugin structure and conventions.
NikiforovAll/opencode-marketplace 2
-
lsky-uploader
Upload files to the self-hosted Lsky image bed (https://lsky.xueguo.us/api/v1), fetch the returned URLs/Markdown snippets, and manage albums or strategies via the REST API. Use this skill whenever you need to programmatically push screenshots/assets to Lsky and return shareable links inside Codex.
cihebi2/codex_skills
-
tox-paper-extractor
End-to-end OA literature pipeline for toxicity/peptide experimental data. Use to discover candidates (Europe PMC), download OA full text + supplementary (PDF/JATS XML/PMC OA packages), extract traceable raw records (tables/supp → raw_extractions.csv + raw_experimental_records.csv + extracted_tables), generate monitoring reports, and screen records for training readiness (units/aggregation/censoring).
cihebi2/codex_skills
-
bioinforw-data-plotting
Recommend and adapt scientific plotting templates from a local Bioinforw or NGplot catalog for research data visualization. Use when Codex needs to choose a chart type from `catalog_enriched.jsonl`, refresh `embedding_input.jsonl`, return top-k templates with Python/R code paths, map user columns to template-required columns, or turn a research plotting request into an executable plotting starting point.
cihebi2/codex_skills
-
dl-paper-code-blog
Craft long-form, Chinese blog posts that connect deep-learning papers with their code repositories using the auto-collected bundle (materials_manifest, paper_text, figures, repo_context, lsky cache). Use this skill whenever a user provides such a bundle and wants a TL;DR, method deep dive, experiment analysis, reproduction guide, and media assets.
cihebi2/codex_skills
-
fly-sprites
Operate Fly.io Sprites via the `sprite` CLI as persistent remote Linux machines. Use when asked to create, list, select, inspect, use, or destroy a Sprite; run commands with `sprite exec`, open an interactive shell with `sprite console`, install packages, clone repos, edit files, serve or expose an app, check or change a Sprite URL, proxy ports, create/list/inspect/restore checkpoints, or troubleshoot common Sprite workflows including wake-up behavior, wrong target selection, auth, networking, and storage.
kaofelix/dotfiles 1
-
gob
Process manager for long-running background processes. Use when starting development servers, watching files, or running commands that need to continue in the background while agent continues working.
kaofelix/dotfiles 1
-
beads
Tracks complex, multi-session work using the Beads issue tracker and dependency graphs, and provides persistent memory that survives conversation compaction. Use when work spans multiple sessions, has complex dependencies, or needs persistent context across compaction cycles. Trigger with phrases like "create task for", "what's ready to work on", "show task", "track this work", "what's blocking", or "update status".
kaofelix/dotfiles 1
-
ast-grep
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
kaofelix/dotfiles 1
-
dex
Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.
kaofelix/dotfiles 1
-
dex-plan
Create dex task from markdown planning documents (plans, specs, design docs, roadmaps)
kaofelix/dotfiles 1
-
mapstruct-patterns
Constructor-based MapStruct mapping for compile-time safety in Jakarta EE. Use when implementing DTO mapping or using @Default annotations.
emvnuel/SKILL.md 1
-
refactoring-catalog
Identifies code smells and applies refactoring techniques from Martin Fowler's catalog. Use when improving code structure, reducing complexity, or eliminating smells without changing behavior.
emvnuel/SKILL.md 1