Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Dev tools

17,418 results · page 103 of 581

  • skill-trend-riderSkillDev tools

    Given a trending event or topic, combined with the creator's account positioning, output a concrete content plan for riding the trend. Includes angle of approach, content format, title suggestions, and risk warnings. Triggered when the user says "这个热点怎么蹭", "蹭热点", "怎么结合", "热点和我有关吗", "追热点", "热点方案", "借

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • skill-trending-topicsSkillDev tools

    Fetches real-time trending topics from Weibo, Douyin, Zhihu, Toutiao, and Bilibili, filters for hot topics relevant to the creator's niche, and outputs derivative content topic suggestions. Use when the user says "今天有什么热搜", "热点", "最近大家在聊什么", "追热点", "蹭热点", "二创选题", or "热搜榜". Difference from skill-news

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • skill-voice-builderSkillDev tools

    Builds a creator's personal voice profile (tone/word choice/rhythm/style) through structured interviews and writing sample analysis, ensuring consistent content style going forward. Use when the user says "声音画像" (voice profile), "我的写作风格" (my writing style), "风格一致" (style consistency), "建立人设语气" (esta

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • style-transferSkillDev tools

    Copy style transfer: rewrite a piece of copy from one style to another (serious → funny, formal → conversational, literary → plain, formal → social-media tone). Supports style reference (provide a sample text in the target style). Use when the user says "改成搞笑风格" (make it funny), "换个风格" (change the s

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • template-librarySkillDev tools

    Save, reuse, and manage content templates. Save successful content structures as templates and apply them directly next time; supports template categories and version management. Use when the user says "保存模板" (save template), "用模板" (use template), "模板管理" (template management), "模板列表" (template list)

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • text-condenserSkillDev tools

    Word-count trimming/summarization: compresses long text to a specified word count while preserving core information. Supports three modes: hard trim (strict word count), summarization (keeps key points), and highlight extraction (keeps only the most essential sentences). Especially suited for genera

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • text-polisherSkillDev tools

    Text polishing and refinement: seven-round focused scanning (clarity/tone/value/evidence/specificity/emotion/risk) plus de-AI-flavor rewriting (cut filler phrases, break formulaic structures, active voice, vary rhythm). Use when the user says "帮我改一下" (help me revise), "润色" (polish), "文案打磨" (copy ref

    Ready to connect★ 1k

    github.com/zju-real/easel1k stars

    View details
  • create-exSkillDev tools

    Skill that creates a digital persona of your ex from WeChat chat history

    Ready to connect★ 1k

    github.com/titanwings/ex-skill1k stars

    View details
  • ex_example_liuzhiminSkillDev tools

    Zhimin Liu(유지민 / Karina),女 23-27,分手,白羊☀,ISFP 3w2,回避型依恋

    Ready to connect★ 1k

    github.com/titanwings/ex-skill1k stars

    View details
  • attention-kindSkillDev tools

    Answer in the ADHD-friendly Attention-kind style for the rest of this chat.

    Ready to connect★ 1k

    github.com/alexgreensh/attention-span1k stars

    View details
  • rundownSkillDev tools

    Answer in the Rundown briefing style (TL;DR + checklist + numbered choices).

    Ready to connect★ 1k

    github.com/alexgreensh/attention-span1k stars

    View details
  • spartanSkillDev tools

    Answer in the terse, zero-warmth Spartan style for the rest of this chat.

    Ready to connect★ 1k

    github.com/alexgreensh/attention-span1k stars

    View details
  • ar-code-reviewSkillDev tools

    Review a pull request, branch, or diff using this repository's code-review conventions. Use when asked to review code changes in Arweave. Additive to any built-in code review, not a replacement for it.

    Ready to connect★ 1k

    github.com/arweaveteam/arweave1k stars

    View details
  • ar-fix-issueSkillDev tools

    Implement and test a fix for an Arweave tracker issue. Use when the user explicitly asks to fix or resolve an issue; do not use for assessment or triage alone.

    Ready to connect★ 1k

    github.com/arweaveteam/arweave1k stars

    View details
  • cc-api-contract-safetySkillDev tools

    Frontend-backend API contract safety guidelines, applicable to adding or adjusting interfaces, joint debugging, list pagination anomalies, and temporary compatibility remediation; used to prevent response structure drift from being masked long-term by frontend compatibility workarounds.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-code-quality-principlesSkillDev tools

    Triggered when writing new modules, designing interfaces, refactoring code, or doing code reviews. Provides a checklist of the six classic modularization principles (appropriate size / call depth / fan-in and fan-out / clear boundaries / scope cohesion / predictability), suited for PR/Review/new mod

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-core-defensiveSkillDev tools

    General defensive coding guidelines for cross-language code changes: minimal edits, handling real boundaries, targeted verification, and constraining over-engineering or abstraction driven by hypothetical risks; does not cover language-specific details, formal review, or structured debugging.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-field-mapping-safetySkillDev tools

    Triggers when refactoring involves field mapping (dataIndex, enum mappings, type conversions). Prevents incorrect field name guesses and ensures the correctness of field mappings.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-fixSkillDev tools

    Structured bug-fixing workflow for explicit fix or debug scenarios; does not cover language conventions, formal review, or ops approval.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-frontend-devSkillDev tools

    Frontend development guidelines, including Vue 3 coding standards, UI style constraints, TypeScript standards, and more.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-java-devSkillDev tools

    Java development standards, covering naming conventions, exception handling, Spring Boot best practices, and more

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-project-initSkillDev tools

    A compatibility alias for project-init; when the user explicitly invokes cc-project-init with the cc-use-exp prefix, it transitions to the standard project-init initialization flow.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-refactor-safetySkillDev tools

    Triggers when the user asks to refactor code (extracting components, merging duplicate logic, renaming variables, optimizing structure). Provides a refactoring safety checklist to prevent losing the original context.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • cc-time-zone-safetySkillDev tools

    Time zone safety checks to prevent statistics corruption caused by time zone drift in production environments.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • code-quality-principlesSkillDev tools

    Triggered when writing new modules, designing interfaces, refactoring code, or reviewing code. Provides a checklist of the six classic modularity principles (appropriate size / call depth / fan-in and fan-out / clear boundaries / scope cohesion / predictability), suitable for PR/Review and new modul

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • external-system-debuggingSkillDev tools

    Triggers when writing code or debugging bugs involving "external black-box systems" such as browsers, editors, CDN/WAF, IM platforms, OS clipboards, or third-party SaaS. Forces capturing real environment data before reasoning, avoiding consecutive rounds of no-op fixes based on "reasoning from code

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • field-mapping-safetySkillDev tools

    Triggered when refactoring involves field mapping (dataIndex, enum mapping, type conversion). Prevents incorrect field name assumptions and ensures the correctness of field mappings.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • frontend-devSkillDev tools

    Frontend development standards, including Vue 3 coding conventions, UI style constraints, TypeScript rules, and more.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • frontend-safetySkillDev tools

    Safety constraints for frontend modifications. Activates when the user modifies Vue/React components, adjusts page layouts, or creates overlay/mask components. Provides data binding protection, layout consistency guidelines, and overlay positioning guidelines.

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details
  • go-devSkillDev tools

    Go development standards, including naming conventions, error handling, concurrent programming, testing standards, and more

    Ready to connect★ 1k

    github.com/doccker/cc-use-exp1k stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI