Skip to main content

archibate/archibate-skills

SkillsMP has collected 72 skills from archibate/archibate-skills. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
72
GitHub stars
6
GitHub forks
0

Skills in this repository

Showing 40 of 72 collected skills.

occupation
Software Developers
description

Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs.

updated
occupation
Software Developers
description

Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)

updated
occupation
Business Operations Specialists, All Other
description

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for…

updated
occupation
Software Developers
description

Web reading, search, academic research, NLP, screenshots, and PDF extraction via Jina AI mcpcall. TRIGGER when need to read a URL, search the web, find academic papers (arXiv/SSRN), classify text, rerank documents, deduplicate content, capture screenshots, or…

updated
occupation
Software Developers
description

Guide and template for converting MCP servers into self-contained Claude Code skills with a Python wrapper script. TRIGGER when creating a new MCP skill, wrapping an MCP server as a skill, or need the mcpcall script template.

updated
occupation
Library Assistants, Clerical
description

AI-powered documentation for GitHub repositories via DeepWiki MCP. TRIGGER when need to understand a GitHub repository, read its documentation topics, ask questions about a repo's codebase, architecture, or usage, or explore how an open-source project works.

updated
occupation
Software Developers
description

Search real-world code examples from over a million public GitHub repositories via grep.app MCP. TRIGGER when need to find code usage patterns, see how developers use a library/API in practice, find production examples of a specific function or syntax, or…

updated
occupation
Network & Computer Systems Administrators
description

This skill should be used before running non-interactive long-running tasks, computation intensive tasks, background tasks, or needs guidance on the pueue CLI tool usage. TRIGGER when user says "use pueue", "run in background", or when about to queue any…

updated
occupation
Software Developers
description

This skill should be used when the user sends an image and asks to "analyze this image", "describe this picture", "what's in this image", or any request requiring visual understanding of images. Provides image analysis using Zhipu GLM-4.6V multimodal model.

Source text: Chinese

updated
occupation
Software Developers
description

Self-driven agent that continues working autonomously on long-running tasks without human intervention. TRIGGER when user says "run overnight", "keep working on this while I sleep", "autonomous mode", "continue without me", "work on this in the background",…

updated
occupation
Software Developers
description

Capture this session's repeatable process into a reusable skill. Call at the end of a workflow you want to automate in the future.

updated
occupation
Software Developers
description

...

Source text: Undetermined

updated
occupation
Software Quality Assurance Analysts & Testers
description

...

updated
occupation
Web & Digital Interface Designers
description

Color theme palettes for UI/UX design and personal configurations (i3wm, dunst, etc.). Use when user asks to apply color themes like Tokyo Night, needs color palettes for frontend development, or wants to customize terminal/desktop colors.

updated
occupation
Customer Service Representatives
description

Use this skill when need weather forecast in Chinese locations

Source text: Mixed languages

updated
occupation
Software Developers
description

Browser automation CLI for AI agents. Use when needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. TRIGGER when user requests to…

updated
occupation
Computer & Information Systems Managers
description

Multi-specialist agent crew for complex, cross-cutting tasks. Activates when work spans multiple disciplines (product scoping, design, research, engineering, operations), when requirements are ambiguous and need structured breakdown, or when the user asks for…

updated
occupation
Software Developers
description

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure,…

updated
occupation
Software Developers
description

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or…

updated
occupation
Software Developers
description

TRIGGER when wait longer than 10 minutes, schedule tasks for delayed execution, set up a routine check, wait for background task to complete, or do something after a condition becomes true. TRIGGER when user says "run this X minutes later", "run this every X…

updated
occupation
Software Developers
description

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best…

updated
occupation
Software Developers
description

Interact with GitHub using the `gh` CLI. Use this skill when creating, listing, fetching GitHub repositories, pull requests, issues.

updated
occupation
Software Developers
description

Force the agent to load skills before conversation.

updated
occupation
Software Developers
description

This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma,…

updated
occupation
Software Developers
description

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

updated
occupation
Software Developers
description

Use when building C++ applications requiring modern C++20/23 features, template metaprogramming, or high-performance systems. Invoke for concepts, ranges, coroutines, SIMD optimization, memory management.

updated
occupation
Software Developers
description

Python project tooling with uv, mise, ruff, basedpyright, and pytest. Use when setting up pyproject.toml, running builds, typechecking, configuring tests, linting, formatting, or managing Python environments.

updated
occupation
Software Developers
description

Use when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.

updated
occupation
Software Developers
description

Debug Python errors, exceptions, and unexpected behavior. Analyzes tracebacks, reproduces issues, identifies root causes, and provides fixes.

updated
occupation
Software Developers
description

Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.

updated
occupation
Software Developers
description

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

updated
occupation
Software Developers
description

Use when building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns. Invoke for type hints, pytest, async/await, dataclasses, mypy configuration.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

updated
occupation
Software Developers
description

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.

updated
occupation
Database Architects
description

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

updated
occupation
Database Architects
description

Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window…

updated
occupation
Network & Computer Systems Administrators
description

Use when interacting with TUI applications, or running processes that require stdin interaction. For non-interactive long-running tasks, prefer pueue instead.

updated
occupation
Software Developers
description

Use this skill to send notifications to the user. TRIGGER when user says "notify me", "send notification", "alert me".

updated
occupation
Software Developers
description

This skill should be used when using UV (Python package manager), needs to set up Python virtual environments, install/manage Python CLI tools, migrate from pip/pipx to UV, Python version management, or troubleshoot UV-related issues, or when about to write…

updated
occupation
Software Developers
description

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

updated
Showing 40 of 72 collected skills.