A simple hello-world skill for testing the SkillLite setup.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٬٩٤٣ من skills من tools-only/X-Skills. افتح أي skill لمراجعة مصدره وتفاصيله.
tools-only/X-Skillsعرض ٤٠ من أصل ٢٬٩٤٣ skills مجمعة.
A simple hello-world skill for testing the SkillLite setup.
لغة النص الأصلي: الإنجليزية
Guide for creating and enhancing skills. Use when users want to create a new skill, update/improve an existing skill, or audit skill quality. Supports both creation from scratch and enhancement of existing skills with audit rubric scoring.
لغة النص الأصلي: لغات متعددة
Designs graphics for thumbnails, social media, banners, and presentations. Applies design principles (CRAP, Gestalt, visual hierarchy) with research-backed techniques. Integrates with /geometric-elements for decorative assets. Use when creating layouts,…
لغة النص الأصلي: لغات متعددة
Explains difficult concepts using master teaching methodologies (Feynman, Socratic, Cognitive Load, Dual Coding). Use when user asks to explain a concept, "I don't understand X", ELI5 requests, "what is X", "how does X work".
لغة النص الأصلي: التايلاندية
Coaches users to transform messy data into clean, analysis-ready formats using Power Query UI. Diagnoses data problems, visualizes goals, and guides step-by-step transformations.
لغة النص الأصلي: لغات متعددة
Creates diagrams and animations for STEM education using Matplotlib and Manim. Use for physics diagrams (FBD, vectors), math plots (functions, geometry), flowcharts, or 3Blue1Brown-style animations.
لغة النص الأصلي: الإنجليزية
TRIZ systematic innovation methodology with AI-enhanced prompts. Use when: (1) Technical contradiction - improve A but B worsens, (2) Physical contradiction - need opposite properties, (3) Cross-industry solutions via FOS/MOS, (4) Technology evolution…
لغة النص الأصلي: الإنجليزية
Systematic problem-solving with Good Teacher mode (default). AI guides through questions, not answers - inspired by Polya's "How to Solve It". Use when user needs to: (1) Solve problems methodically, (2) Learn to think through challenges, (3) Develop…
لغة النص الأصلي: الإنجليزية
Business management frameworks for strategic analysis, decision making, goal setting, growth strategy, and organizational change. Use when analyzing business situations or making strategic decisions.
لغة النص الأصلي: الإنجليزية
Extracts expertise from domain experts and transforms it into working Claude skills. Guides through structured conversations to capture mental models, workflows, principles, and best practices.
لغة النص الأصلي: لغات متعددة
Web research with Graph-of-Thoughts for fast-changing topics. Use when user requests research, analysis, investigation, or comparison requiring current information. Features hypothesis testing, source triangulation, claim verification, Red Team,…
لغة النص الأصلي: الإنجليزية
Research North American mountain peaks and generate comprehensive route beta reports
لغة النص الأصلي: الإنجليزية
This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed…
لغة النص الأصلي: الإنجليزية
Step-by-step guide for building goal-driven agents. Creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.
لغة النص الأصلي: الإنجليزية
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
لغة النص الأصلي: الإنجليزية
Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions
لغة النص الأصلي: الإنجليزية
Enforces code organization using features/ (verticals), platform/ (horizontals), and shell/ (thin wiring). Triggers on: code organization, file structure, where does this belong, new file creation, refactoring.
لغة النص الأصلي: الإنجليزية
Assess code quality and implement refactorings for TDD team
لغة النص الأصلي: الإنجليزية
Write failing tests and minimum implementations for TDD team
لغة النص الأصلي: الإنجليزية
Advanced memory operations reference. Basic patterns (profile loading, simple recall/remember) are in project instructions. Consult this skill for background writes, memory versioning, complex queries, edge cases, session scoping, retention management,…
لغة النص الأصلي: الإنجليزية
Browse Bluesky content via API and firehose - search posts, fetch user activity, sample trending topics, read feeds and lists, analyze and categorize accounts. Supports authenticated access for personalized feeds. Use for Bluesky research, user monitoring,…
لغة النص الأصلي: الإنجليزية
Migrates Honcho Python SDK code from v1.6.0 to v2.0.0. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.
لغة النص الأصلي: الإنجليزية
Migrates Honcho TypeScript SDK code from v1.6.0 to v2.0.0. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.
لغة النص الأصلي: الإنجليزية
Use when creating or modifying dbt Semantic Layer components including semantic models, metrics, and dimensions leveraging MetricFlow.
لغة النص الأصلي: الإنجليزية
Publish Markdown articles to Zsxq (知识星球) as drafts. Use when user wants to publish a Markdown file to Zsxq, or mentions "发布到知识星球", "星球文章", "zsxq article". Handles Markdown content input and saves as draft (never auto-publish).
لغة النص الأصلي: الإنجليزية
Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions "publish to X", "post article to Twitter", "X article", or wants help with X Premium article…
لغة النص الأصلي: لغات متعددة
Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.
لغة النص الأصلي: الإنجليزية
Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. This agent should be triggered automatically after completing a coding task or writing a logical…
لغة النص الأصلي: الإنجليزية
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will…
لغة النص الأصلي: الإنجليزية
Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error…
لغة النص الأصلي: الإنجليزية
Investigates Python package repositories to analyze build systems, dependencies, and packaging complexity. Provides comprehensive guidance on how packages can be built from source using integrated analysis skills.
لغة النص الأصلي: الإنجليزية
Export and upload the current chat conversation as a markdown file attachment to a JIRA ticket for later review and documentation.
لغة النص الأصلي: الإنجليزية
Assess license compatibility for Python package redistribution using SPDX.org license database. Evaluates whether a given license allows building and distributing wheels, with real-time license information lookup.
لغة النص الأصلي: الإنجليزية
Best practices for running mcpbr evaluations including cost optimization, sample sizing, MCP server configuration, and result interpretation.
لغة النص الأصلي: الإنجليزية
Guide for developing custom benchmarks and extensions for mcpbr, including the Benchmark protocol, model providers, custom metrics, and end-to-end examples.
لغة النص الأصلي: الإنجليزية
Manage GitHub pull requests using MCP tools. Use this skill when users want to create PRs, review code, merge branches, request reviews, update PR details, or check PR status. Triggers on requests like "create a PR", "merge this branch", "request a review",…
لغة النص الأصلي: الإنجليزية
Researches and captures Azure infrastructure project requirements
لغة النص الأصلي: الإنجليزية
Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.
لغة النص الأصلي: الإنجليزية
Generates Python architecture diagrams for Azure infrastructure using the 'diagrams' library by mingrammer. Creates version-controlled, reproducible architecture visualizations as PNG images. Supports Azure architectures, business process flows, ERD diagrams,…
لغة النص الأصلي: الإنجليزية
Generates comprehensive Azure workload documentation by synthesizing outputs from existing agents into customer-deliverable design documents, operational runbooks, and compliance artifacts. Automatically generates as-built cost estimates using Azure Pricing…
لغة النص الأصلي: الإنجليزية