Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

opal

opal contient 9 skills collectées depuis matteing, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
9
Stars
55
mis à jour
2026-03-06
Forks
2
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

debugging
Développeurs de logiciels

Guides use of the debug_state tool and runtime introspection to diagnose agent issues between turns. Load this skill when something goes wrong during a session and you need to inspect agent state, token usage, event history, or tool availability.

2026-03-06
git
Développeurs de logiciels

Enforces conventional commit messages and good git hygiene. Use this skill automatically whenever creating commits, preparing PRs, or performing any git operations in this repository.

2026-03-06
elixir-cyclic-deps
Développeurs de logiciels

Detects and removes cyclic compile-time dependencies in Elixir codebases using mix xref, with minimal code changes. Use when the user explicitly asks to check for cycles, remove cyclic dependencies, or fix xref cycle failures. Requires Elixir 1.19 or higher for accurate results.

2026-02-18
citations
Développeurs de logiciels

Automatically adds user-provided links and citations to docs/research/references.md. Use this skill whenever the user shares a URL, paper, blog post, or external reference that should be recorded.

2026-02-17
ci-preflight
Analystes en assurance qualité des logiciels et testeurs

Runs the full CI check suite locally before pushing. Use this skill before pushing a branch or when the user asks to verify everything passes, to catch issues before they hit CI.

2026-02-16
codegen-sync
Développeurs de logiciels

Verifies TypeScript codegen is in sync with Elixir protocol definitions. Use this skill after modifying Elixir structs, protocol messages, or RPC types in lib/opal/ to regenerate and verify the TypeScript client SDK types.

2026-02-16
docs
Développeurs de logiciels

Maintains evergreen documentation in docs/. Use this skill when a major feature is added, changed, or removed to keep the corresponding explainer up to date. Also use when the user asks to document something or references this skill.

2026-02-16
lint-and-format
Développeurs de logiciels

Runs linting and formatting checks before committing. Use this skill after writing or modifying code to ensure it passes all linters and formatters before creating a commit.

2026-02-16
live-tests
Analystes en assurance qualité des logiciels et testeurs

Writes live integration tests that hit the real Copilot API and record responses as replayable fixtures. Use this skill when adding new agent behaviors, provider integrations, or tool interactions that need real-world API coverage.

2026-02-16
opal Agent Skills sur GitHub | SkillsMP