Agent frontmatter enhancements — disallowedTools, mcpServers scoping, fork_eligible field
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٥٠٨ من skills من oimiragieo/agent-studio. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤٠ من أصل ٥٠٨ skills مجمعة.
Agent frontmatter enhancements — disallowedTools, mcpServers scoping, fork_eligible field
لغة النص الأصلي: الإنجليزية
Context management — pre-compact persistence, threshold alignment, microcompact/circuit breaker detection
لغة النص الأصلي: الإنجليزية
Hook enhancements — updatedInput for bash safety prefixes, suppressOutput for verbose blocks, denial-based routing feedback
لغة النص الأصلي: الإنجليزية
Hook system optimization — async conversion, consolidation, deduplication, new hook events
لغة النص الأصلي: الإنجليزية
Memory index discipline — cap enforcement, pruning, archival, health reporting
لغة النص الأصلي: الإنجليزية
Prompt assembler optimization — sorting, memoization, cache-break detection, integration tests
لغة النص الأصلي: الإنجليزية
Compresses and merges CLAUDE.md and rules files to fit under the 40K character cap
لغة النص الأصلي: الإنجليزية
Security hardening — path normalization, UNC blocking, pattern alignment with Claude Code
لغة النص الأصلي: الإنجليزية
AWS cloud operations for CloudWatch, S3, Lambda, EC2, and IAM
لغة النص الأصلي: الإنجليزية
Static code analysis and complexity metrics
لغة النص الأصلي: الإنجليزية
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.
لغة النص الأصلي: الإنجليزية
Systematic 4-phase debugging with root cause investigation. Use when fixing bugs to prevent random fixes.
لغة النص الأصلي: الإنجليزية
Generates architecture, database, and system diagrams using Mermaid syntax. Creates visual representations of system architecture, database schemas, component relationships, data flows, and standalone HTML exports.
لغة النص الأصلي: الإنجليزية
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides, architecture docs, and user manuals with examples and tutorials.
لغة النص الأصلي: الإنجليزية
Docker Compose container orchestration and management. Manage multi-container applications, services, networks, and volumes. Use for local development, testing, and orchestration of containerized applications.
لغة النص الأصلي: الإنجليزية
Load and synthesize framework architecture context for reflection and planning tasks.
لغة النص الأصلي: الإنجليزية
Google Cloud CLI operations and resource management
لغة النص الأصلي: الإنجليزية
Advanced Git operations wrapper. Optimizes token usage by guiding complex git workflows into efficient CLI commands.
لغة النص الأصلي: الإنجليزية
Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to incidents, or establishing incident response procedures.
لغة النص الأصلي: الإنجليزية
Kubernetes cluster management and troubleshooting. Query pods, deployments, services, logs, and events. Supports context switching, scaling, and rollout management. Use for Kubernetes debugging, monitoring, and operations.
لغة النص الأصلي: الإنجليزية
Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call processes.
لغة النص الأصلي: الإنجليزية
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.
لغة النص الأصلي: الإنجليزية
Automated brownfield codebase analysis with weighted keyword scoring, three-stream analysis, and design pattern recognition. Detects project type, frameworks, dependencies, architecture patterns, and generates comprehensive project profile.
لغة النص الأصلي: الإنجليزية
Detect capability gaps and record standardized evolution recommendations.
لغة النص الأصلي: الإنجليزية
Sentry error tracking and performance monitoring for real-time visibility into application errors, performance issues, and release health
لغة النص الأصلي: الإنجليزية
Sequential thinking and structured problem solving. Break down complex problems into steps with revision and branching capabilities. Use for multi-step analysis, planning, and hypothesis verification.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Slack messaging, channels, and notifications - send messages, manage channels, interact with users, upload files, and add reactions. Use for team communication, incident notifications, and workflow alerts.
لغة النص الأصلي: الإنجليزية
AI-assisted debugging specialist with deep knowledge of modern debugging tools, observability platforms, and automated root cause analysis. Implements Cursor Debug Mode methodology — structured hypothesis ranking, targeted code instrumentation,…
لغة النص الأصلي: الإنجليزية
Terraform infrastructure operations with safety controls
لغة النص الأصلي: الإنجليزية
Generates test code from specifications, components, and API endpoints. Creates unit tests, integration tests, and E2E tests following project testing patterns and conventions.
لغة النص الأصلي: الإنجليزية
Convert natural language queries to SQL. Use for database queries, data analysis, and reporting.
لغة النص الأصلي: الإنجليزية
Semantic tool search with embeddings for scalable tool discovery. Enables on-demand tool loading to reduce context usage by 90%+ for large tool libraries.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes
لغة النص الأصلي: الإنجليزية
Compress large context before reasoning to reduce token usage while preserving evidence. Use this whenever the user mentions huge files, long prompts, RAG payloads, prompt caching, expensive sessions, codebase context, chat history compaction, or wants the…
لغة النص الأصلي: الإنجليزية
Next.js 16 caching model expertise covering the 'use cache' directive, cacheLife() API, cacheTag() for invalidation, cacheComponents configuration, and Partial Prerendering (PPR). Use when implementing caching strategies in Next.js 16+ applications, migrating…
لغة النص الأصلي: الإنجليزية
Improve router-facing pipeline and reflection narration to reduce noisy status churn and make Step 0/Reflection outcomes explicit. Use when updating Router output contract, reflection reminder wording, or post-pipeline notification batching.
لغة النص الأصلي: الإنجليزية
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…
لغة النص الأصلي: الإنجليزية
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile…
لغة النص الأصلي: الإنجليزية