Development
Programming, frameworks, implementation, frontend, backend, and app development
Browse development skills
Showing 67,345–67,368 of 68,021 skills
Bring how named experts would think about the question. Use when the user wants expert thinking on a tradeoff, choice, or stuck problem — not a verdict.
Plan file (.claude/plans/*-plan.md) reference — sections, per-file format, dependency graph, and converter mappings
GitLab CLI (glab) wrapper for MR status, issues, and repository operations
Beads (bd CLI) reference — issue types, statuses, priorities, dependencies, and common commands
Use when creating or editing a skill that uses Bash commands, file writes, or external tools and the allowed-tools frontmatter may be incomplete or carry entries that grant nothing
Use when making any git commit. Always pass what was wrong before the changes as the argument; when nothing was wrong, pass what the changes do instead — never an invented why.
Automatically share skills, migrate local skills to code repositories, open source skills, skill version management, configure git remote
Intelligent project management dashboard - view all projects status, priorities, and todos from a CEO perspective
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Initialize Trellis AI workflow system in a project. Use when user mentions "Trellis", "初始化 Trellis", "setup Trellis", "install Trellis", or wants to add AI-assisted development workflow to their project. This is a one-time setup skill.
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.
This skill should be used when the user asks to "query Cook County data", "find Cook County datasets", "get property assessments", "download parcel data", "search datacatalog.cookcountyil.gov", "get medical examiner data", "find court cases", "query State's Attorney data", or mentions Cook County government data (assessor, treasurer, courts, payroll, medical examiner, etc.).
This skill should be used when the user asks to "query Chicago data", "find Chicago datasets", "get Chicago crime data", "download Chicago permits", "write a SODA query for Chicago", "search data.cityofchicago.org", or mentions Chicago city data (311, permits, licenses, inspections, crimes, etc.).
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
Review and clean technical documentation (Markdown/README/runbooks/ADRs). Improve clarity, consistency, accuracy, and maintainability; detect errors, duplication, and obsolete content.
Analyze specialized file types beyond standard PE executables - .NET assemblies, Office macros, PDFs, PowerShell scripts, JavaScript, archives, and Linux ELF binaries. Use when you encounter documents, scripts, or non-Windows executables that require format-specific analysis tools and techniques.
Analyze code changes and update KNOWLEDGE_BASE.md with architectural and feature changes.
Update all project documentation after code changes.
g* 向下搜索光标所在处的单词(部分匹配) g# 向上搜索光标所在处的单词(部分匹配) 4. 标记书签(mark) ma a为小写字母,为光标所在处设定文档书签a mA A为大写字母,为光标所在处设定全局书签A 5. 使用书签(mark) `a 到文档书签a处,Tab键上方 'a 到文档书签a所在行行首处,Enter键左边 `A 到全局书签A处,Tab键上方 'A 到全局书签A所在行行首处,Enter键左边 `n 如果n=0,缓冲区将打开上一次的文档,且光标在上次编辑最后的位置,1-9以此类推 'n 如果n=0,缓冲区将打开上一次的文档,且光标在上次编辑最后的位置所在行的行首,1-9以此类推 6. 查看书签列表 :marks 查看当前所有书签 回到顶部 (7)关于加密 1、加密你的文本文件 当你用vim打开或新建一个文件时,如果加上-x参数,即: vim -x filename 那么vim会提示你: Enter entryption key: 当你输入了密码后,vim会提示你重复输入以确认: Enter same key again: 你在设置密码的时候,是以*来显示的,非明文。...
Synchronize English README.md with Chinese README_ZH.md, maintaining content parity.
Summarize the current session and generate reusable Claude rules, skills, or commands.
Add support for a new AI tool with adapters, CLI, completion, and tests.
将epub用压缩软件打开修改其中的opf文件 将<spine toc="ncx">改成<spine toc="ncx" page-progression-direction="rtl"搜索> 打开CSS文件,在body的大括号中添加一行:-webkit-writing-mode : vertical-rl ; 在CSS文件中,将p的大括号里的text-align句子改成text-align: left;