Skip to main content
Run any Skill in Manus
with one click
GitHub repository

mydotbot

mydotbot contains 87 collected skills from mantrandev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
87
Stars
2
updated
2026-06-19
Forks
0
Occupation coverage
13 occupation categories · 100% classified
repository explorer

Skills in this repository

html-template
web-developers

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
software-quality-assurance-analysts-and-testers

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
network-and-computer-systems-administrators

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
software-quality-assurance-analysts-and-testers

Triage ShopHelp XCTest/Swift Testing failures before proposing fixes.

2026-05-19
jira-acli
project-management-specialists

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
software-developers

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
software-developers

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
software-developers

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

2026-05-08
creating-viewmodel
software-developers

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

2026-05-08
debugging-ios
software-developers

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
software-developers

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

2026-05-08
analyzing-source-code
software-developers

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
software-developers

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
software-developers

Validate Clean Architecture boundaries and dependencies

2026-05-03
creating-repository
software-developers

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

2026-05-03
diagnostics-agent
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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

2026-05-03
create-desc-mr
software-developers

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

2026-05-03
liquid-glass-ios
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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

2026-05-03
agent-browser
software-developers

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
graphic-designers

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
software-developers

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
software-developers

Answer technical and architectural questions with expert consultation.

2026-05-03
backend-development
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
computer-occupations-all-other

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

2026-05-03
code-review
software-quality-assurance-analysts-and-testers

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
software-developers

Set coding experience level for tailored explanations and output format.

2026-05-03
context-engineering
computer-occupations-all-other

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
software-developers

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

2026-05-03
copywriting
technical-writers

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
database-architects

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
Showing top 40 of 87 collected skills in this repository.