Skip to main content
korallis
Profil créateur GitHub

korallis

Vue par dépôt de 108 skills collectés dans 11 dépôts GitHub.

skills collectés
108
dépôts
11
mis à jour
24 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
Droidz
50 skills · 26 nov. 2025
Développeurs de logicielsDéveloppeurs webAnalystes en assurance qualité des logiciels et testeursArchitectes de bases de donnéesAnalystes en études de marché et spécialistes en marketingAnalystes en sécurité de l'information
12 catégories métier · 100 % classifié
46 %part
#02
skills-collection
13 skills · 24 août 2026
classification en attente
12 %part
#03
workflow
12 skills · 8 mai 2026
Spécialistes en gestion de projetsDéveloppeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
6 catégories métier · 100 % classifié
11 %part
#04
firstmate-lee
10 skills · 8 juil. 2026
Autres occupations informatiquesDéveloppeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
3 catégories métier · 100 % classifié
9,3 %part
#05
workflow-app
6 skills · 8 mai 2026
Développeurs de logicielsAnalystes en études de marché et spécialistes en marketingSpécialistes en gestion de projets
3 catégories métier · 100 % classifié
5,6 %part
#06
k-code
4 skills · 14 juil. 2026
Développeurs de logicielsAutres occupations informatiques
2 catégories métier · 100 % classifié
3,7 %part
#07
fm-web
4 skills · 9 juil. 2026
Autres occupations informatiquesDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
3,7 %part
#08
kor-firstmate
4 skills · 6 juil. 2026
Autres occupations informatiquesDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
3,7 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

ci-cd-pipeline
Développeurs de logiciels

Set up and maintain continuous integration and continuous deployment pipelines with GitHub Actions, GitLab CI, Jenkins, or similar tools to automate testing, building, and deployment. Use when configuring automated builds, setting up test automation,…

26 nov. 2025
accessibility-wcag
Concepteurs web et d'interfaces numériques

Build accessible web applications following WCAG 2.1/2.2 guidelines with proper semantic HTML, ARIA attributes, keyboard navigation, screen reader support, and inclusive design. Use when implementing ARIA labels and roles, ensuring keyboard navigation,…

24 nov. 2025
api-design
Développeurs de logiciels

Design clean, scalable, and maintainable REST and GraphQL APIs following industry best practices. Use when designing public or internal APIs, planning endpoint structures, defining request/response contracts, establishing versioning strategies, implementing…

24 nov. 2025
artifacts-builder
Développeurs web

Create interactive, self-contained artifacts like mini-apps, visualizations, calculators, and tools that can be embedded or used standalone. Use when building interactive calculators, creating data visualizations, making mini web apps, building embeddable…

24 nov. 2025
backend-service-patterns
Développeurs de logiciels

Architect scalable backend services using layered architecture, dependency injection, middleware patterns, service classes, and separation of concerns. Use when building API services, implementing business logic layers, creating service classes, setting up…

24 nov. 2025
brainstorming
Spécialistes en gestion de projets

Facilitate ideation, explore alternatives, and refine concepts through structured brainstorming techniques before implementation. Use when starting new projects, designing features, exploring solutions, evaluating tradeoffs, challenging assumptions,…

24 nov. 2025
brand-guidelines
Graphistes

Create and maintain comprehensive brand guidelines including visual identity, tone of voice, messaging, color palettes, typography, and usage rules for consistent brand expression. Use when establishing brand identity, creating style guides, defining visual…

24 nov. 2025
canvas-design
Graphistes

Create visual designs, graphics, and layouts using HTML Canvas API or design tools for data visualization, graphics, animations, and interactive visual content. Use when creating data visualizations, building interactive graphics, implementing drawing tools,…

24 nov. 2025
Affichage de 8 skills collectés sur 50.
clean-architecture
non classé

Clean Architecture. Enforce the Dependency Rule. Use when adding a file, import, module, package, layer, dependency, framework, database, HTTP client, or use case, or when deciding where code belongs.

24 août 2026
clean-code
non classé

Clean Code. Enforce Martin's naming, function, comment, error, test, and smell rules on every change. Use when writing, editing, reviewing, or refactoring any source file, or when the user mentions naming, functions, comments, duplication, Boy Scout, smells,…

24 août 2026
lee-engineering
non classé

Global TypeScript-first engineering router for Lee's projects. Use whenever planning, designing, building, implementing, refactoring, debugging, reviewing, or documenting software. Selects the smallest relevant specialist skills, local multi-agent workflows,…

24 août 2026
scaffolding
non classé

Scaffolding. Enforce Dune-style capability folders, public module contracts, one data owner, and mechanical boundaries. Use when creating an app, module, package, workspace, monorepo, or folder tree, or when deciding where a new capability lives.

24 août 2026
architect
non classé

Architecture-first workflow for non-trivial or high-risk software changes. Use when a plan or implementation crosses modules, introduces domain concepts, changes contracts, or risks shallow layering. Grounds designs in callers, data structures, signatures,…

24 août 2026
arena
non classé

Local multi-agent design or implementation competition. Use when several materially different solutions are plausible and selection quality matters. Creates isolated candidates, judges them against shared criteria, and lets the lead agent synthesize and…

24 août 2026
blast-radius
non classé

Change-impact and completion audit for wide, risky, cross-cutting, or merge-critical work. Use before declaring such work complete to inspect callers and contracts beyond the diff, identify safety facts, exercise the real artifact, and report what is cleared…

24 août 2026
code-review
non classé

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/spec asked for?). Runs both reviews…

24 août 2026
Affichage de 8 skills collectés sur 13.
project-tracks
Spécialistes en gestion de projets

Plan and start isolated parallel module implementation tracks from specs/MODULES.md and per-module parallel.yaml declarations.

8 mai 2026
project-execute
Développeurs de logiciels

Implement a fully-specced module via dual-harness execution — Claude orchestrates, Codex CLI executes inside a live tmux pane in your attached session. Use when ready to write code for a module that has approved SPEC.md and CLAUDE.md files. Triggers on…

8 mai 2026
project-init
Spécialistes en gestion de projets

Initialise a new software project with full spec-first workflow — research, architecture, module specs, and roadmap. Use this whenever someone says 'build me a...', 'I want to create...', 'new project', 'start a project', or describes a product idea. Also use…

8 mai 2026
project-blueprint
Développeurs de logiciels

Generate or regenerate the master architecture document (specs/MASTER_BLUEPRINT.md) — the single source of truth for tech stack, data model, API patterns, auth, UI conventions, and module relationships. Use when starting architecture, changing stack…

8 mai 2026
project-review
Spécialistes en gestion de projets

End-of-session review — captures what was done, learnings, mistakes, and patterns, then updates LEARNINGS.md and CLAUDE.md. Run this after completing any task, at the end of a working session, or when switching to a different area of the project. This is what…

8 mai 2026
project-security-review
Analystes en sécurité de l'information

Independent security review of pending changes via an isolated Agent context — fresh subagent reads the diff and a security checklist with no implementation bias. Use after a module is implemented and before merge, especially for changes that touch auth, data…

8 mai 2026
project-spec
Analystes des systèmes informatiques

Create or update a detailed module specification — data model, API endpoints, UI screens, business logic, and acceptance criteria. Use when planning a new module, refining requirements before implementation, or updating specs after implementation revealed…

8 mai 2026
project-test
Analystes en assurance qualité des logiciels et testeurs

Run a comprehensive test pass across the project — unit tests, type checking, linting, and visual verification with browser automation. Use when someone says 'run the tests', 'check everything works', 'test the project', or before deploying to verify quality.

8 mai 2026
Affichage de 8 skills collectés sur 12.
harness-adapters
Autres occupations informatiques

Agent-only reference for firstmate harness operations. Use before spawning or recovering a crewmate or secondmate, handling a trust dialog, sending a harness-specific skill invocation, interrupting or exiting an agent, resuming an exited agent, or verifying a…

8 juil. 2026
bearings
Développeurs de logiciels

Generate a "pick up where I left off" status report from firstmate's live fleet state. Use when the captain invokes /bearings or asks for a bearings report, morning brief, status report, catch-up, "where did I leave off", or "what's in the works". Reads live…

8 juil. 2026
secondmate-provisioning
Autres occupations informatiques

Agent-only reference for persistent secondmate setup and retirement. Use when creating, seeding, validating, launching, recovering, handing backlog to, pushing inherited config into, or retiring a secondmate home, or when editing data/secondmates.md. Covers…

8 juil. 2026
updatefirstmate
Administrateurs de réseaux et de systèmes informatiques

Self-update a running firstmate and its secondmates to the latest from origin. Use when the captain invokes /updatefirstmate (e.g. "/updatefirstmate", "update firstmate", "pull the latest firstmate"). Fast-forwards this firstmate repo's default branch and…

8 juil. 2026
firstmate-codexapp
Autres occupations informatiques

Agent-only playbook for coordinating visible Codex Desktop threads alongside Firstmate without pretending they are a selectable shell backend. Use before creating, reading, steering, archiving, debugging, or reviewing a Codex App visible thread for Firstmate…

7 juil. 2026
fmx-respond
Autres occupations informatiques

Agent-only playbook for handling X mode mentions and follow-ups. Use on an "x-mention <request_id>" check wake to read the stashed mention, classify it, act autonomously on eligible requests, reply or dismiss, and link spawned work. Also use on an…

4 juil. 2026
afk
Autres occupations informatiques

Enter away-mode supervision. Use when the user invokes /afk (e.g. "/afk", "/afk back in an hour", "going afk"). Sets a durable away-mode flag so the sub-supervisor daemon can self-handle routine wakes and escalate only captain-relevant events as one batched…

4 juil. 2026
firstmate-coding-guidelines
Développeurs de logiciels

Agent-only reference for changing firstmate's shared, tracked material per AGENTS.md section 1. Use before editing any of that material, whether working as firstmate directly or as a crewmate briefed on a firstmate-repo task. Covers the knowledge-placement…

4 juil. 2026
Affichage de 8 skills collectés sur 10.
project-execute
Développeurs de logiciels

Implement a fully-specced module via dual-harness execution — Claude orchestrates, Codex CLI executes inside a live tmux pane in your attached session. Use when ready to write code for a module that has approved SPEC.md and CLAUDE.md files. Triggers on…

8 mai 2026
project-blueprint
Développeurs de logiciels

Generate or regenerate the master architecture document (specs/MASTER_BLUEPRINT.md) — the single source of truth for tech stack, data model, API patterns, auth, UI conventions, and module relationships. Use when starting architecture, changing stack…

8 mai 2026
project-init
Développeurs de logiciels

Initialise a new software project with full spec-first workflow — research, architecture, module specs, and roadmap. Use this whenever someone says 'build me a...', 'I want to create...', 'new project', 'start a project', or describes a product idea. Also use…

8 mai 2026
project-module
Développeurs de logiciels

Implement a module that already has an approved spec — reads all specs, enters plan mode, then builds incrementally with tests and commits. Use when ready to write code for a specific module, or when someone says 'build the X module', 'implement X', or 'start…

8 mai 2026
project-research
Spécialistes en gestion de projetsAnalystes en études de marché et spécialistes en marketing

Conduct deep, structured research on any domain, technology, competitor, regulation, or technical topic for this project. Use whenever the team needs to understand something before making architectural or product decisions — market landscapes, compliance…

8 mai 2026
project-review
Développeurs de logiciels

End-of-session review — captures what was done, learnings, mistakes, and patterns, then updates LEARNINGS.md and CLAUDE.md. Run this after completing any task, at the end of a working session, or when switching to a different area of the project. This is what…

8 mai 2026
11 dépôts affichés sur 11
Tous les dépôts sont affichés