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

mydotbot

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

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

Skills dans ce dépôt

html-template
Développeurs web

Standard editorial template for any standalone HTML output (reports, RCAs, dashboards, diagrams, slides, recaps). Use EVERY time you generate an HTML file so output follows one consistent house style instead of ad-hoc theming.

2026-06-19
review-agent
Analystes en assurance qualité des logiciels et testeurs

Findings-first review agent for code changes. Use when the user asks to review a branch, PR, diff, commit range, or recent changes and wants prioritized, actionable issues instead of implementation work.

2026-06-10
clean-claude-sessions
Administrateurs de réseaux et de systèmes informatiques

Scan and clean stale Claude Code sessions from the shared store at ~/.local/share/claude/projects (used by all .claude / .claude-accountN dirs via symlink). Removes session JSONLs older than N days, orphan subagent dirs, and reports reclaimable space.

2026-05-28
shophelp-test-failure-triage
Analystes en assurance qualité des logiciels et testeurs

Triage ShopHelp XCTest/Swift Testing failures before proposing fixes.

2026-05-19
jira-acli
Spécialistes en gestion de projets

Manage Jira issues through jhelp shell functions (jv, jm, jd, jc, jforward, etc.). Use when the user wants to view, transition, assign, comment on, edit, search, or create Jira work items; when they provide a bare issue number, Jira issue key, or Jira URL; or when the task involves the current git branch ticket.

2026-05-13
commit
Développeurs de logiciels

Create git commits. Use when user says "commit", "commit this", "commit changes", "split commit", "split commit change", "split the changes".

2026-05-08
creating-screen
Développeurs de logiciels

Scaffolds a complete feature module with Screen, View, ViewModel, Coordinator, and Dependencies. Use when creating a new screen or feature.

2026-05-08
creating-usecase
Développeurs de logiciels

Scaffolds a UseCase protocol and implementation following Clean Architecture. Use when creating a new UseCase.

2026-05-08
creating-viewmodel
Développeurs de logiciels

Scaffolds a ViewModel with @MainActor, ObservableObject, async/await, and Swinject DI. Use when creating a new ViewModel.

2026-05-08
debugging-ios
Développeurs de logiciels

Debugs iOS app issues by analyzing logs, crash reports, and code flow. Use when debugging, fixing bugs, or analyzing crashes.

2026-05-08
registering-dependency
Développeurs de logiciels

Registers a new dependency in Swinject DI container. Use when adding new UseCase, Repository, or Service to DI.

2026-05-08
analyzing-source-code
Développeurs de logiciels

Analyzes source code architecture and implementation, generates Mermaid diagrams, and outputs documented results to an artifacts folder. Use when asked to analyze code, explain architecture, understand code flow, or generate code diagrams.

2026-05-03
analyzing-video
Développeurs de logiciels

Analyzes video files by splitting into frames using FFmpeg and reading frames to understand UI/feature requirements. Use when given a video to implement, replicate a UI from a video, or understand a feature shown in a video.

2026-05-03
architecture-validator
Développeurs de logiciels

Validate Clean Architecture boundaries and dependencies

2026-05-03
creating-repository
Développeurs de logiciels

Scaffolds a Repository protocol and implementation with network or database layer. Use when creating a new Repository.

2026-05-03
diagnostics-agent
Analystes en assurance qualité des logiciels et testeurs

Symptom-first debugging and root-cause investigation agent. Use when the user starts with logs, crashes, failing tests, screenshots, odd runtime behavior, or mixed evidence and wants the most likely causes plus next probes.

2026-05-03
planning-feature
Développeurs de logiciels

Plans iOS feature implementation with architecture decisions, file changes, and data flow. Use when asked to plan, design, or architect a new feature.

2026-05-03
reviewing-code
Analystes en assurance qualité des logiciels et testeurs

Reviews Swift code against project standards and CLAUDE.md rules. Use when asked to review code, check quality, or validate changes.

2026-05-03
usage-dashboard
Développeurs de logiciels

Show Claude Code usage stats from cache, then optionally build the HTML dashboard (24h / 7d / 30d / all)

2026-05-03
create-desc-mr
Développeurs de logiciels

Generate a concise merge request description from git diff and commit history.

2026-05-03
liquid-glass-ios
Développeurs de logiciels

Implements Liquid Glass design effects in SwiftUI and UIKit. Use when adding glass effects, glass buttons, glass containers, morphing transitions, or adopting Apple Liquid Glass design system.

2026-05-03
sim-validation-flow
Analystes en assurance qualité des logiciels et testeurs

Simulator validation flow using tmux + lldb + xcrun simctl + axe for iOS apps. Use when you need repeatable validation, log capture, debugger attach, or gesture automation (swipe/tap) without browser/UI tooling.

2026-05-03
simulate-notification
Analystes en assurance qualité des logiciels et testeurs

Create, send, and debug iOS simulator APNS push notifications for visible alerts, silent/background pushes, and mixed content-available diagnostics. Use when Codex needs to simulate notification delivery with xcrun simctl push, generate .apns payload files, verify bundle id/device state, attach debugger breakpoints, or explain why visible push works but silent push callbacks do not fire.

2026-05-03
writing-unit-tests
Analystes en assurance qualité des logiciels et testeurs

Writes unit tests using XCTest and Cuckoo mocks following project testing patterns. Use when creating or adding tests.

2026-05-03
agent-browser
Développeurs de logiciels

AI-optimized browser automation CLI with context-efficient snapshots. Use for long autonomous sessions, self-verifying workflows, video recording, and cloud browser testing (Browserbase).

2026-05-03
ai-artist
Graphistes

Generate images via Nano Banana with 129 curated prompts. Mandatory validation interview refines style/mood/colors (use --skip to bypass). 3 modes: search, creative, wild. Styles: Ukiyo-e, Bento grid, cyberpunk, cinematic, vintage patent.

2026-05-03
ai-multimodal
Développeurs de logiciels

Analyze images/audio/video with Gemini API (better vision than Claude). Generate images (Imagen 4), videos (Veo 3). Use for vision analysis, transcription, OCR, design extraction, multimodal AI.

2026-05-03
ask
Développeurs de logiciels

Answer technical and architectural questions with expert consultation.

2026-05-03
backend-development
Développeurs de logiciels

Build backends with Node.js, Python, Go (NestJS, FastAPI, Django). Use for REST/GraphQL/gRPC APIs, auth (OAuth, JWT), databases, microservices, security (OWASP), Docker/K8s.

2026-05-03
better-auth
Développeurs de logiciels

Add authentication with Better Auth (TypeScript). Use for email/password, OAuth providers (Google, GitHub), 2FA/MFA, passkeys/WebAuthn, sessions, RBAC, rate limiting.

2026-05-03
bootstrap
Développeurs de logiciels

Bootstrap new projects with research, tech stack, design, planning, and implementation. Modes: full (interactive), auto (default), fast (skip research), parallel (multi-agent).

2026-05-03
brainstorm
Développeurs de logiciels

Brainstorm solutions with trade-off analysis and brutal honesty. Use for ideation, architecture decisions, technical debates, feature exploration, feasibility assessment, design discussions.

2026-05-03
chrome-devtools
Développeurs de logiciels

Automate browsers with Puppeteer CLI scripts and persistent sessions. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, JavaScript debugging.

2026-05-03
ck-help
Autres occupations informatiques

ClaudeKit usage guide — discover commands, skills, workflows naturally.

2026-05-03
code-review
Analystes en assurance qualité des logiciels et testeurs

Review code quality, receive feedback with technical rigor, verify completion claims. Use before PRs, after implementing features, when claiming task completion. Includes scout-based edge case detection and native Task pipeline orchestration.

2026-05-03
coding-level
Développeurs de logiciels

Set coding experience level for tailored explanations and output format.

2026-05-03
context-engineering
Autres occupations informatiques

Check context usage limits, monitor time remaining, optimize token consumption, debug context failures. Use when asking about context percentage, rate limits, usage warnings, context optimization, agent architectures, memory systems.

2026-05-03
cook
Développeurs de logiciels

ALWAYS activate this skill before implementing EVERY feature, plan, or fix.

2026-05-03
copywriting
Rédacteurs techniques

Conversion copywriting formulas, headline templates, email copy patterns, landing page structures, CTA optimization, and writing style extraction. Activate for writing high-converting copy, crafting headlines, email campaigns, landing pages, or applying custom writing styles from assets/writing-styles/ directory.

2026-05-03
databases
Architectes de bases de données

Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.

2026-05-03
Affichage des 40 principaux skills collectés sur 87 dans ce dépôt.