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

agent-studio

agent-studio contient 498 skills collectées depuis oimiragieo, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
498
Stars
30
mis à jour
2026-04-23
Forks
4
Couverture métier
50 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

plan-generator
Analystes des systèmes informatiques

Creates structured plans from requirements. Generates comprehensive plans with steps, dependencies, risks, and success criteria. Coordinates with specialist agents for planning input and validates plan completeness. Uses template-renderer for formatted output.

2026-04-23
skill-creator
Développeurs de logiciels

Create, validate, and convert skills for the agent ecosystem. Enforces standardized structure for consistency. Enables self-evolution by creating new skills on demand, converting MCP servers and codebases to skills.

2026-04-23
skill-updater
Autres occupations informatiques

Research-backed skill refresh workflow for updating existing skills with TDD checkpoints, memory-aware integration, and EVOLVE/reflection trigger handling.

2026-04-23
accessibility
Graphistes

Ensure accessibility in UI components including semantic HTML, ARIA attributes, keyboard navigation, and WCAG 2.2 AA compliance.

2026-04-21
advanced-elicitation
Scientifiques en recherche informatique et en information

Use when you want to improve response quality through meta-cognitive reasoning. Applies 15+ reasoning methods to reconsider and refine initial outputs.

2026-04-21
adversarial-debate
Gestionnaires des systèmes informatiques et d'information

N-round opposing-stance debates for trade-off analysis. Assigns pro/con roles to agents, runs structured debate rounds with quality scoring, and produces a moderator synthesis with confidence-rated recommendation. Generalizable to architecture, technology, security, and design decisions.

2026-04-21
adversarial-review
Analystes en assurance qualité des logiciels et testeurs

Force adversarial code review stance that eliminates confirmation bias — reviewer must find issues or re-analyze

2026-04-21
agent-creator
Développeurs de logiciels

Creates specialized AI agents on-demand when no existing agent matches a request. Use when the Router cannot find a suitable agent for a task. Enables self-evolution by generating persistent agents.

2026-04-21
agent-evaluation
Analystes en assurance qualité des logiciels et testeurs

LLM-as-judge evaluation framework with 5-dimension rubric (accuracy, groundedness, coherence, completeness, helpfulness) for scoring AI-generated content quality with weighted composite scores and evidence citations

2026-04-21
agent-tool-design
Développeurs de logiciels

The Agent Tool Contract — 5 principles for designing tools agents call reliably: predictable signature, rich errors, token-efficient output, idempotency, graceful degradation. Includes anti-pattern table with 8 common mistakes.

2026-04-21
agent-updater
Développeurs de logiciels

Research-backed workflow to refresh existing agent prompts/frontmatter with diff-based risk scoring, TDD gates, and ecosystem validation.

2026-04-21
ai-ml-expert
Développeurs de logiciels

AI and ML expert covering PyTorch, TensorFlow, Hugging Face, scikit-learn, LLM integration, RAG pipelines, MLOps, and production ML systems

2026-04-21
android-expert
Développeurs de logiciels

Comprehensive Android development expert covering Jetpack Compose, Kotlin coroutines/Flow, Architecture Components, Hilt DI, Navigation, testing, performance, Material Design 3, and modern Android patterns (MVI, Clean Architecture).

2026-04-21
angular-expert
Développeurs web

Angular framework expert including components, services, RxJS, templates, and testing

2026-04-21
api-development-expert
Développeurs de logiciels

API development expert including REST design, OpenAPI, and documentation

2026-04-21
api-testing
Analystes en assurance qualité des logiciels et testeurs

API security testing and validation for REST/GraphQL/gRPC endpoints, contract testing, load testing, fuzzing, and Postman/Bruno/Hurl workflows

2026-04-21
architecture-review
Analystes des systèmes informatiques

Architecture review and design validation. Evaluates system designs against best practices, identifies anti-patterns, and ensures architectural decisions align with non-functional requirements.

2026-04-21
artifact-integrator
Développeurs de logiciels

Deep integration analysis for newly created artifacts

2026-04-21
artifact-lifecycle
Développeurs de logicielsAutres occupations informatiques

Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas)

2026-04-21
arxiv-mcp
Développeurs de logicielsAutres occupations informatiques

Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.

2026-04-21
arxiv-monitor
Développeurs de logiciels

Scheduled ArXiv paper monitor. Uses CronCreate to search configured keywords every 6 hours, deduplicates via MemoryRecord, and stores summaries in named memory for morning briefing integration.

2026-04-21
ask-questions-if-underspecified
Analystes des systèmes informatiques

Ask the minimum clarifying questions before implementation when requirements are ambiguous or missing crucial details

2026-04-21
assimilate
Développeurs de logiciels

Benchmark external agent frameworks, auto-detect source type, scan for prompt injection, and convert findings into a concrete TDD upgrade backlog for agent-studio evolution.

2026-04-21
astro-expert
Développeurs web

Astro framework expert including components, content collections, and integrations

2026-04-21
async-operations
Développeurs de logiciels

Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more readable asynchronous code.

2026-04-21
atlassian-integration
Analystes des systèmes informatiques

Atlassian ecosystem integration covering Jira project management, Confluence documentation, Bitbucket source control, and cross-product automation workflows

2026-04-21
audit-context-building
Analystes en sécurité de l'information

Ultra-granular code analysis for deep architectural context building. Line-by-line and block-by-block analysis using First Principles, 5 Whys, 5 Hows methodology at micro scale. Builds mental models, tracks invariants and assumptions, and maps cross-function call flows for security audit preparation.

2026-04-21
auth-security-expert
Analystes en sécurité de l'information

OAuth 2.1, JWT (RFC 8725), encryption, and authentication security expert. Enforces 2026 security standards.

2026-04-21
authentication-flow-rules
Analystes en sécurité de l'information

OAuth 2.1 compliant authentication flows (MANDATORY Q2 2026). PKCE required for ALL clients, Implicit Flow removed, modern token security.

2026-04-21
auto-recall
Analystes des systèmes informatiques

Use when you need semantic retrieval from perpetual memory at query time. Parses query intent, searches vector store, ranks by relevance and recency, and injects context. Complements memory-search.cjs with the perpetual_memory LanceDB table.

2026-04-21
aws-cloud-ops
Administrateurs de réseaux et de systèmes informatiques

AWS cloud operations for CloudWatch, S3, Lambda, EC2, and IAM

2026-04-21
azure-devops
Administrateurs de réseaux et de systèmes informatiques

Azure DevOps integration covering pipelines, boards, repos, artifacts, and work item management via Azure CLI and REST API

2026-04-21
behavioral-loop-detection
Développeurs de logiciels

Detect when agents are stuck in repetitive action loops using a rolling 20-action window with escalating nudges — replan after 3 similar actions, explore after 5, force-done after 8.

2026-04-21
best-practices-guidelines
Développeurs de logiciels

Specifies best practices, including following RESTful API design principles, implementing responsive design, using Zod for data validation, and regularly updating dependencies. This skill promotes modern coding standards and helps developers write consistent, maintainable code.

2026-04-21
binary-analysis-patterns
Autres occupations informatiques

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

2026-04-21
brainstorming
Responsables publicité et promotionsDirecteurs marketing

Socratic design refinement before implementation — challenges assumptions, surfaces alternatives, identifies risks before code is written

2026-04-21
brand-compliance
Rédacteurs en chef

Audit content and assets for brand compliance — style guide validation, tone of voice checking, visual identity consistency, brand asset management, and cross-channel coherence.

2026-04-21
browser-automation
Spécialistes du support réseau informatique

Programmatic web automation using Playwright Python — data extraction, form filling, multi-step workflows, auth session management, screenshot/PDF capture, and anti-detection patterns. Use for scripted automation tasks, not interactive MCP-based browser control.

2026-04-21
build-tools-expert
Développeurs de logiciels

Build tools expert including Vite, Webpack, and bundler configuration

2026-04-21
building-secure-contracts
Analystes en sécurité de l'information

Smart contract and secure API contract security analysis — invariant checking, access control, reentrancy, and integer overflow patterns. Implements Checks-Effects-Interactions pattern, formal invariant verification, and OpenSCV vulnerability taxonomy for Solidity/EVM and Rust/Solana contracts.

2026-04-21
Affichage des 40 principaux skills collectés sur 498 dans ce dépôt.