Navigate codebases efficiently using structural indexes. Use when finding symbol definitions (classes, functions, methods), exploring file structure, or locating code by name. Reduces token consumption by 60-80% through targeted line-range reads instead of full file scans.
abczsl520
from GitHub
开发与编程
Node.js project architecture standards for AI-assisted development. Enforces file splitting (<400 lines), config externalization, route modularization, and admin dashboards. Use when creating new Node.js projects, refactoring large single-file codebases, or when AI context window is being consumed by oversized files. Covers H5 games (Canvas/Phaser/Matter.js), data tools (crawlers/scrapers), content platforms, monitoring dashboards, API services, and SDK libraries.
lploc94
from GitHub
开发与编程
Review entire codebases (50-500+ files) by chunking into modules, reviewing each chunk in a separate Codex session, then synthesizing cross-cutting findings. No runner changes needed.
next-open-ai
from GitHub
开发与编程
Reads and analyzes source code files or project structures, identifies bugs, and suggests structural architectural or security improvements.
BrOrlandi
from GitHub
开发与编程
Interact with Jira using the jira CLI and REST API. View, create, list, transition, and comment on issues. Supports proper @mentions that notify users. Use when the user wants to work with Jira issues — view a ticket, add a comment, mention someone, list issues, create tasks, move issues between statuses, or assign issues.
shajith003
from GitHub
开发与编程
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
codemo1991
from GitHub
开发与编程
Delegate coding tasks to Claude Code CLI for implementation
huisezhiyin
from GitHub
开发与编程
面向 GPT-5.4 等强模型的轻量 spec-driven / checkpoint-driven coding skill。用于高输入、高频、多轮的代码与 agentic coding 任务,强调中文沟通、模型自行分解任务、通过复述核心目标/回顾进度/回读最小 spec 保持注意力,并保留 No Spec, No Code 与 No Approval, No Execute 两道硬门。
gooddaytoday
from GitHub
开发与编程
Enforce Test-Driven Development with strict Red-Green-Refactor-Review cycle. Auto-triggers on "implement", "add feature", "build", "create functionality". Includes code review and architecture review phases. Does NOT trigger for bug fixes, docs, or config.
LilMGenius
from GitHub
开发与编程
Diagnoses and fixes Claude Code plugin hook compatibility issues on Windows.
twostraws
from GitHub
开发与编程
Writes, reviews, and improves Swift Testing code using modern APIs and best practices. Use when reading, writing, or reviewing projects that use Swift Testing.
MarcelLeon
from GitHub
开发与编程
使用 p5.js 创建具有确定性随机和交互式参数探索的算法艺术。当用户请求使用代码创作艺术、生成式艺术、算法艺术、流场或粒子系统时使用此技能。创建原创的算法艺术而非复制现有艺术家的作品,以避免版权侵犯。