ahel is live on Product Hunt today. Upvote

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: AI & models

8,867 results · page 207 of 296

  • understandSkillAI & models

    Load the context bundle for an area of work in this repo. Invoke with no argument to list available areas.

    Ready to connect★ 64

    github.com/leogodin217/leos_claude_starter64 stars

    View details
  • whats-nextSkillAI & models

    Diagnose project state and recommend the next concrete step. Spans architecture, implementation, QA, docs, and use-case work.

    Ready to connect★ 64

    github.com/leogodin217/leos_claude_starter64 stars

    View details
  • workflow-tournamentSkillAI & models

    Execute an implementation by dispatching multiple sub-agents to parallel Git worktrees. Each builds the entire feature independently, and the best implementation is selected and merged.

    Ready to connect★ 64

    github.com/kastalien-research/thoughtbox64 stars

    View details
  • workflows-reviewSkillAI & models

    Verify implementation claims by dispatching review agents. Stage 5 of the development workflow.

    Ready to connect★ 64

    github.com/kastalien-research/thoughtbox64 stars

    View details
  • zephyr-foundationsSkillAI & models

    Foundational skills for Zephyr RTOS development. Covers essential Embedded C patterns (BIT, CONTAINER_OF), real-time concurrency primitives (mutexes, semaphores, spinlocks), hardware literacy (datasheet-to-DTS mapping), and defensive programming. Trigger when writing core application logic, drivers,

    Ready to connect★ 63

    github.com/beriberikix/zephyr-agent-skills64 stars

    View details
  • zephyr-moduleSkillAI & models

    Creating and integrating out-of-tree Zephyr modules. Covers module.yml configuration, Kconfig and CMake integration within a module, and West manifest inclusion. Trigger when developing reusable libraries, driver packages, or external software components for Zephyr.

    Ready to connect★ 63

    github.com/beriberikix/zephyr-agent-skills64 stars

    View details
  • 1c-bsl-validateSkillAI & models

    Validates common module calls in BSL against a configuration export - whether the module exists and its method is exported. Works without the platform, using the index from 1c-config-index.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-bsp-apiSkillAI & models

    Reference for the API of the 1C Standard Subsystems Library (БСП/BSP) — which common modules exist, their export methods, signatures, parameter types, execution contexts, and overridable handlers. Use it when writing code in a configuration with BSP and you need to find a module name or

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-bsp-commandSkillAI & models

    Add a command to a standard subsystem (BSP) add-in

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-bsp-registrationSkillAI & models

    Add the BSP registration function (СведенияОВнешнейОбработке) to the object module of the external data processor

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-add-objectSkillAI & models

    Add a metadata object to a 1C configuration with a form, subsystem, and validation. Workflow: meta-compile → cf-edit → subsystem-edit → form-add → form-compile → validate.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-editSkillAI & models

    Targeted editing of a 1C configuration. Use when you need to change configuration properties, add or remove an object from the composition, or configure default roles

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-infoSkillAI & models

    Analysis of 1C configuration structure - properties, composition, object counters. Use for a configuration overview - what objects exist, how many there are, and what settings they have

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-initSkillAI & models

    Create an empty 1C configuration (scaffold XML sources). Use when you need to start a new configuration from scratch.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-new-projectSkillAI & models

    Create a new 1C configuration from scratch - scaffold + objects + subsystems + roles + forms. Workflow: cf-init → meta-compile×N → subsystem-compile → role-compile → form-add → validate.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cf-validateSkillAI & models

    Validation of a 1C configuration. Use after creating or modifying a configuration to check its correctness

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-borrowSkillAI & models

    Borrowing objects from a 1C configuration into an extension (CFE). Use when you need to intercept a method, modify a form, or add an attribute to an existing configuration object.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-diffSkillAI & models

    Analysis of 1C configuration extensions (CFE) - contents, borrowed objects, hooks, and transfer verification. Use when you need to understand what an extension contains or check whether insertions have been transferred into the configuration.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-full-cycleSkillAI & models

    Full cycle for creating a 1C configuration extension (CFE) — from scaffold to validation. Workflow: cfe-init → borrow → patch → form → validate.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-initSkillAI & models

    Create a 1C configuration extension (CFE) - scaffold XML sources. Use when you need to create a new extension to fix, modify, or extend a configuration.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-patch-methodSkillAI & models

    Method hooks in a 1C extension (CFE). Use when you need to intercept a method of a borrowed object — code before, after, or instead of the original — or to verify against the original after the main configuration is updated.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-cfe-validateSkillAI & models

    Validates a 1C configuration extension (CFE). Use after creating or modifying an extension to check its correctness.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-config-indexSkillAI & models

    Indexes a 1C configuration XML export into a single JSON - what objects exist, their attributes, table parts, register dimensions and resources, and exported methods of common modules. Needed by other skills for checks where an object is validated against the rest of the configuration.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-epf-add-formSkillAI & models

    Add a managed form to a 1C external data processor

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-epf-full-cycleSkillAI & models

    Full cycle for creating a 1C external data processor - from scaffold to EPF build. Workflow: epf-init → form → template → bsp → build.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-erf-initSkillAI & models

    Create an empty 1C external report (scaffold XML sources)

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-erf-validateSkillAI & models

    Validation of a 1C external report (ERF). Use after creating or modifying a report to check its correctness

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-form-addSkillAI & models

    Add a managed form to a 1C configuration object

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-form-decompileSkillAI & models

    Decompiles a 1C managed form (Form.xml) into a JSON draft in /form-compile format. Use when you need to decompile a form, convert Form.xml to JSON, or obtain a DSL from an existing form for analysis or further development

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 stars

    View details
  • 1c-form-editSkillAI & models

    Adding elements, attributes, and commands to an existing 1C managed form. Use when you need to make targeted modifications to an existing form.

    Ready to connect★ 63

    github.com/desko77/claude-code-skills-1c63 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.

53,462 of the 53,895 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