Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / capabilities / skills.yml
Size: Mime:
name: skills
tools:
  - load_skill
instructions: |
  Skills are modular instruction bundles. The `available_skills` index in
  the system prompt lists names and descriptions; `load_skill("<name>")`
  returns the full SKILL.md text for an entry from that index.

  Activation discipline:
  - At the start of every new task, scan available skills and activate
    plausibly-relevant ones before committing to an implementation plan.
  - Use `load_skill` (not `read_file` / `convert_to_markdown` / `cat`) so
    the system records that activation happened.
  - Treat imperatives in activated skills (CRITICAL, MANDATORY, required
    QA loops) as requirements unless they conflict with higher-precedence
    instructions.