Employs the logging module judiciously to log important events, warnings, and errors.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٥٠٨ من skills من oimiragieo/agent-studio. افتح أي skill لمراجعة مصدره وتفاصيله.
oimiragieo/agent-studioعرض ٤٠ من أصل ٥٠٨ skills مجمعة.
Employs the logging module judiciously to log important events, warnings, and errors.
لغة النص الأصلي: الإنجليزية
Compiler-level code intelligence via native LSP — definitions, references, types, call hierarchies, and diagnostics.
لغة النص الأصلي: الإنجليزية
Content strategy, copywriting frameworks (AIDA/PAS/BAB/4Ps/FAB), editorial calendar management, platform-specific content, A/B testing, campaign planning, audience targeting, and content performance measurement.
لغة النص الأصلي: الإنجليزية
Convert files to Markdown using Microsoft's MarkItDown library
لغة النص الأصلي: الإنجليزية
Guide developers in creating Model Context Protocol (MCP) servers. Use for building MCP tools that enable LLMs to interact with external services. Covers TypeScript (primary) and Python FastMCP (secondary), tool annotations, Zod/Pydantic validation, and…
لغة النص الأصلي: الإنجليزية
AI-first security scanning with Medusa. 3,000+ detection patterns covering AI/ML, agents, MCP, RAG, prompt injection, and traditional SAST vulnerabilities. Wraps Medusa CLI with SARIF/JSON parsing, structured finding output, OWASP mapping, and remediation…
لغة النص الأصلي: الإنجليزية
Medusa v2 rules and best practices for modular commerce architecture, Workflow SDK, data models, services, and admin customizations.
لغة النص الأصلي: الإنجليزية
Comprehensive health check across CC auto-memory and agent-studio memory systems — detects orphans, duplicates, staleness, and threshold violations
لغة النص الأصلي: الإنجليزية
Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures.
لغة النص الأصلي: الإنجليزية
Audit memory retrieval quality (drift, staleness, citation-groundedness) and produce remediation backlog.
لغة النص الأصلي: الإنجليزية
Semantic search over global agent memory. Use to retrieve previously learned patterns, decisions, gotchas, and workarounds. Prevents stale-context errors across long sessions and multi-agent pipelines.
لغة النص الأصلي: الإنجليزية
Autonomous fixed-budget ML experiment loop — setup, iterative hypothesis testing, git-based keep/discard tracking, and indefinite autonomous execution. Implements the karpathy/autoresearch protocol.
لغة النص الأصلي: الإنجليزية
Focuses on rules and best practices for mobile-first design and responsive typography using tailwind.
لغة النص الأصلي: الإنجليزية
General rules pertaining to Mobile UI development. Covers UI/UX best practices, state management, and navigation patterns.
لغة النص الأصلي: الإنجليزية
Modern Python tooling best practices using uv, ruff, ty, and pytest. Mandates the Trail of Bits Python coding standards for project setup, dependency management, linting, type checking, and testing. Based on patterns from trailofbits/cookiecutter-python.
لغة النص الأصلي: الإنجليزية
Outlines the monorepo structure and tooling conventions, emphasizing the use of Taskfile.yml, and proper handling of environment variables.
لغة النص الأصلي: الإنجليزية
Decision matrix for selecting multi-agent topologies (Supervisor, Swarm, Hierarchical, Conductor) with token economics, failure modes, and escalation paths
لغة النص الأصلي: الإنجليزية
NativeScript best practices and patterns for mobile applications
لغة النص الأصلي: الإنجليزية
Provides specific version compatibility notes for NativeWind and Tailwind CSS to prevent common installation errors.
لغة النص الأصلي: الإنجليزية
Structured workflow for upgrading Next.js applications across major versions. Use when migrating a Next.js project from one major version to another (e.g., 13 to 14, 14 to 15, 15 to 16). Covers codemod automation, breaking change detection, incremental…
لغة النص الأصلي: الإنجليزية
Next.js framework expert including App Router, Server Components, and API routes
لغة النص الأصلي: الإنجليزية
Node.js backend expert including Express, NestJS, and async patterns
لغة النص الأصلي: الإنجليزية
Configurable regex-based alert system for detecting patterns in tool calls and session activity. Supports error triggers, content regex matching, token threshold triggers, and pattern detection with configurable actions.
لغة النص الأصلي: الإنجليزية
Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without sharing current agent context. Requires Anthropic account.
لغة النص الأصلي: الإنجليزية
Shell out to OpenAI Codex CLI for headless code generation, analysis, and question-answering. Optimized for code tasks. Requires OPENAI_API_KEY env var.
لغة النص الأصلي: الإنجليزية
Shell out to Cursor Agent CLI for headless IDE-aware code tasks. Supports multi-model routing (auto mode routes to Claude, Gemini, GPT). Requires Cursor Pro/Business subscription.
لغة النص الأصلي: الإنجليزية
Use when the user wants to use Google Gemini for analysis, large files or codebases, sandbox execution, or brainstorming. Uses headless Gemini CLI scripts (no MCP). Triggers on "use Gemini", "analyze with Gemini", "large file", "sandbox", "brainstorm with…
لغة النص الأصلي: الإنجليزية
Feed actual task results back into agent memory for calibration. Compares predicted vs actual outcomes, records accuracy scores, and tracks estimation quality, prediction quality, and decision quality over time to improve future agent performance.
لغة النص الأصلي: الإنجليزية
Focuses on pandas-specific rules for data manipulation, including method chaining, data selection using loc/iloc, and groupby operations.
لغة النص الأصلي: الإنجليزية
Details Paraglide.js i18n implementations.
لغة النص الأصلي: الإنجليزية
Use when you need to auto-log all tool interactions into a self-organizing vector DB with instant recall. Intercepts interactions, extracts key information, generates embeddings, stores in LanceDB, auto-categorizes, and builds a retrieval index. Inspired by…
لغة النص الأصلي: الإنجليزية
PHP expert including Laravel, WordPress, and Drupal development
لغة النص الأصلي: الإنجليزية
Evaluates completed agent pipelines across 5 scoring dimensions and produces a composite verdict with actionable recommendations
لغة النص الأصلي: الإنجليزية
Verifies implementation plan quality across 8 dimensions (requirement-coverage, task-completeness, dependency-validity, scope-sanity, artifact-wiring, risk-assessment, testability, estimation-quality) and returns pass/fail with per-dimension scores.
لغة النص الأصلي: الإنجليزية
Manus-style file-based planning for complex tasks. Use task_plan.md, findings.md, and progress.md to maintain persistent context. Use for multi-step tasks, research, or work spanning many tool calls.
لغة النص الأصلي: الإنجليزية
Python dependency management with Poetry and Rye -- lockfile-driven workflows, dependency groups, monorepo patterns, and migration paths. Covers pyproject.toml-centric packaging for projects not yet on uv.
لغة النص الأصلي: الإنجليزية
PowerShell 7+ scripting and Windows system administration -- cross-platform automation, secure credential handling, Pester testing, DSC, and JEA patterns.
لغة النص الأصلي: الإنجليزية
PowerPoint presentation generation using python-pptx. Create slides from Claude output, data analysis, or structured content. Covers slide templates, shapes, charts, tables, and themed presentations. Use for generating .pptx files programmatically.
لغة النص الأصلي: الإنجليزية
Generate structured Product Requirements Documents using hypothesis-driven methodology with Implementation Phases tracking.
لغة النص الأصلي: الإنجليزية
Prioritizes the use of new features available in Python 3.12 and later versions.
لغة النص الأصلي: الإنجليزية