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

kaarma-skills

kaarma-skills contient 30 skills collectées depuis mykaarma, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
30
Stars
4
mis à jour
2026-07-14
Forks
0
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

mykaarma-saml
Développeurs de logiciels

Use when adding, fixing, or reviewing SAML login, SSO, SP metadata, ACS, SLO, session auth gates, or myKaarma IdP integration in a Python web app.

2026-07-14
building-apps
Développeurs de logiciels

Use when creating a new local app, prototype, browser tool, game, demo, or greenfield project, especially when no existing repo stack is already fixed.

2026-06-05
api-guidelines
Développeurs de logiciels

Design and review REST APIs following myKaarma organization standards. Use when designing new API endpoints, reviewing API changes, or ensuring API consistency across services. Covers URL patterns, HTTP methods, status codes, versioning, naming conventions, pagination, and bulk operations.

2026-04-28
auditing-localization
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing code, UI screens, or features for localization compliance against myKaarma's attribute-based rendering standards. Triggers on requests like "check localization", "audit i18n", "review RTL support", or "is this locale-ready".

2026-04-28
auditing-security
Analystes en sécurité de l'information

Deep code security audit for Java/Spring Boot and TypeScript services. Covers auth/authz, input validation, SQL injection, PII exposure, and API security. Use when preparing for a security review, before a major release, or when a security concern is raised. Also trigger when the user says things like "audit this service for security", "security review before release", "check for vulnerabilities in the code", "is this endpoint secure?", "check for SQL injection", "check for PII in logs", or "audit our auth layer". Complements the vuln-scan skill (which covers CVEs and dependency scanning) — this skill focuses on application-level code patterns.

2026-04-28
auditing-ux-ui
Concepteurs web et d'interfaces numériques

Use when reviewing PM-built prototypes, wireframes, Figma mockups, or UI screens for usability gaps, UX issues, and UI quality. Triggers on requests like "review this design", "audit this prototype", "UX feedback", or "check this UI".

2026-04-28
brand-guidelines
Concepteurs web et d'interfaces numériques

Applies myKaarma's official brand colors, typography, spacing, navigation patterns, dark mode, and interaction design to all UI output. Invoke this skill before starting any UI project — components, dashboards, forms, or AI-generated artifacts — to ensure full consistency with myKaarma's visual identity and design system.

2026-04-28
building-features
Développeurs de logiciels

Implement production-ready features for high-reliability systems following industry best practices. Use when building APIs, services, background workers, data pipelines, or user-facing features where performance and maintainability are critical. Covers backend, frontend, security, observability, and deployment.

2026-04-28
powerpoint
Secrétaires de direction et assistants administratifs

Create, edit, render, verify, and export PowerPoint slide decks. Use when Codex needs to build or modify a deck, presentation deck, slide deck, slides, PowerPoint, PPT, or visually ambitious editable .pptx file.

2026-04-28
excel
Scientifiques des données

Use this skill when a user requests to create, modify, analyze, visualize, or work with spreadsheet files (`.xlsx`, `.xls`, `.csv`, `.tsv`) with formulas, formatting, charts, tables, and recalculation.

2026-04-28
debugging-errors
Développeurs de logiciels

Systematically diagnose and resolve errors in production systems. Use when facing exceptions, unexpected behavior, performance issues, or system failures. Provides structured debugging workflows, error classification, and resolution strategies for async, distributed, and database systems.

2026-04-28
engineering-standards
Développeurs de logiciels

Apply myKaarma engineering standards when building features, reviewing code, designing APIs, setting up services, or checking patterns for backend (Java/Spring Boot) or frontend (TypeScript/Angular/React). Use when an engineer asks "how should I..." or "what's the pattern for..." or before implementing any backend/frontend code.

2026-04-28
git-commit
Développeurs de logiciels

Stage, commit, and push changes with meaningful commit messages following conventional commits. Use when you need to commit code changes, create atomic commits, or push to remote. Analyzes diffs to generate descriptive messages.

2026-04-28
incident-team
Administrateurs de réseaux et de systèmes informatiques

Dispatch parallel investigation agents during a production incident — timeline builder, root cause analyzer, impact assessor, and mitigation finder. Use for P1/P2 incidents, production down, data integrity issues.

2026-04-28
launch-team
Spécialistes en gestion de projets

Dispatch parallel pre-launch check agents before releasing a feature or service — security, localization, performance, observability, and launch checklist. Produces a GO / NO-GO / CONDITIONAL GO verdict.

2026-04-28
localization-guidelines
Développeurs web

Applies myKaarma's attribute-based localization standards to code artifacts. Use when building UI that must support RTL, multiple currencies, metric units, date/time formats, or locale-aware rendering. References the locale attributes API as the authoritative source.

2026-04-28
researching-codebase
Développeurs de logiciels

Systematically explore and understand existing codebases before making changes. Use when starting on a new project, investigating bugs, planning features, or needing to understand architectural patterns. Provides search strategies and investigation workflows.

2026-04-28
review-team
Analystes en assurance qualité des logiciels et testeurs

Dispatch parallel specialized review agents simultaneously — code review, security audit, test coverage, and API contract review. Use when a feature/PR is ready for thorough review before merge.

2026-04-28
reviewing-code
Analystes en assurance qualité des logiciels et testeurs

Perform thorough code reviews for production systems focusing on reliability, security, performance, and maintainability. Use after implementing features, before merging PRs, or when auditing existing code. Provides structured checklists for distributed systems, async patterns, error handling, and observability.

2026-04-28
second-opinion
Spécialistes en gestion de projets

Use when you have a written implementation plan and want an independent review before execution. Dispatches Codex CLI or a Claude subagent to analyze the plan for flaws, gaps, and risks. Invoke manually with /second-opinion.

2026-04-28
session-metrics
Spécialistes en gestion de projets

Report session summary — files changed, git diff stats, context health check, and cost-awareness tips. Use to get a snapshot of what's been accomplished and whether to /compact. Trigger when the user asks for session stats, cost summary, context health, what changed this session, or how many tokens/messages have been used.

2026-04-28
spec-to-code
Développeurs de logiciels

Spec-driven development loop — parses a spec into missions, executes them with test validation, loops until all acceptance criteria pass. Use when you have a written spec and want systematic implementation.

2026-04-28
structured-output
Développeurs de logiciels

Utility reference for emitting structured JSON from skills so downstream automation (MCP tools, other skills) can parse results without scraping prose. Reference this skill from any skill that produces output consumed by another skill or tool.

2026-04-28
systematic-debugging
Développeurs de logiciels

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-04-28
testing-code
Analystes en assurance qualité des logiciels et testeurs

Write comprehensive tests for production systems including unit, integration, and E2E tests. Use when implementing new features, fixing bugs, or improving test coverage. Covers async testing, mocking strategies, test organization, and CI/CD integration for high-reliability systems.

2026-04-28
thinking-first-principles
Analystes des systèmes informatiques

Apply first-principles thinking to break down complex production systems problems into fundamental truths. Use when facing ambiguous requirements, architectural decisions, performance bottlenecks, or when existing solutions don't fit. Helps identify root causes and build solutions from foundational understanding rather than copying patterns.

2026-04-28
value-and-viable
Spécialistes en gestion de projets

You MUST use this before any implementation work — building features, creating services, adding functionality, or modifying behavior. Validates that we are solving the right problem, aligned on the user need, and have a plan to prove success.

2026-04-28
vuln-scan
Analystes en sécurité de l'information

Run vulnerability scans during local development to find critical and high-severity issues before they reach production. Use this skill whenever the user asks to: scan for vulnerabilities, audit dependencies, check for CVEs, find security issues in their code or containers, scan a Docker image, check Kubernetes manifests for security misconfigurations, look for hardcoded secrets or leaked credentials, or run any kind of security check on their project. Also trigger when the user says things like "is this safe to deploy?", "check my dependencies", "any security issues?", or "run a security scan". Covers: Node.js/npm, Python/pip, Go, Java/Maven, Docker images, Kubernetes manifests, and secrets detection.

2026-04-28
writing-plans
Spécialistes en gestion de projets

Use when you have a spec or requirements for a multi-step task, before touching code

2026-04-28
writing-skills
Développeurs de logiciels

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-04-28