Skip to main content

fossasia/eventyay-interpretation

SkillsMP a collecté 36 skills depuis fossasia/eventyay-interpretation. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
36
Étoiles GitHub
1 537
Forks GitHub
9

Affichage de 36 skills collectés sur 36.

métier
Analystes des systèmes informatiques
description

Use this skill to evaluate proposed architecture changes against VoxBento's design principles.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Use this skill to analyse, audit, or modify database models, migrations, and CRUD helpers. Reference: `portal/models.py`, `portal/database.py`, `alembic/versions/`.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use this skill to review deployments, validate production readiness, or assist with deployment procedures. Reference: `DEPLOYMENT_GUIDE.md`, `docker-compose.yml`, `Caddyfile`, `Dockerfile`.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use this skill to review, debug, or modify VoxBento's Docker configuration. Files: `docker-compose.yml`, `Dockerfile`, `mediamtx.yml`.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill for floor bot analysis.

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement a piece of work based on a PRD or set of issues.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use this skill to diagnose and resolve production incidents in VoxBento.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Grill me about specs for the workflows I want to build, within this workspace.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

Langue du texte source : anglais

mis à jour
métier
Commis de bureau généraux
description

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use this skill to review pull requests for VoxBento. Covers correctness, security, architecture compliance, and testing.

Langue du texte source : anglais

mis à jour
métier
Analystes des systèmes informatiques
description

Use this skill to evaluate whether VoxBento is ready for production deployment. Combines security, deployment, and operational readiness checks.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill when integrating, debugging, or auditing third-party provider integrations (transcription APIs, MediaMTX, Jitsi, future Eventyay API integration).

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill to find files, understand module ownership, and locate code in VoxBento.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you need to resolve an in-progress git merge/rebase conflict.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill to analyse, audit, or modify HTTP and WebSocket routes in VoxBento. All routes live in `portal/routers/`.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Use this skill for security reviews of VoxBento code. Covers OWASP Top 10 and VoxBento-specific threat model.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use this skill to write tests for VoxBento features. All tests use `pytest` + `anyio`. Reference: `tests/conftest.py`.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill for tasks involving transcription providers, caption streaming, or the audio pipeline. Reference: `portal/transcription/`, [TRANSCRIPTION_MAP.md](../../context/TRANSCRIPTION_MAP.md).

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Writing, explore — mine raw fragments, no structure yet.

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Writing, exploit — shape raw material into an article, paragraph by paragraph.

Langue du texte source : anglais

mis à jour
Affichage de 36 skills collectés sur 36.