Micstec Skills: A Comprehensive Collection for AI Coding Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Micstec Skills is a centralized GitHub repository offering a vast collection of skills, plugins, and extensions for various AI coding agents. It supports platforms like Claude Code, Gemini CLI, Copilot, and Cursor, providing a unified approach to managing AI agent capabilities. Developers can easily discover, install, and enhance their AI-powered development workflows across multiple environments.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The Micstec Skills repository is a comprehensive, managed collection of skills, plugins, extensions, and rules designed to enhance various AI coding agents. This repository serves as a central hub for developers to view, install, and manage AI agent capabilities across multiple platforms, including Claude Code, Gemini CLI, GitHub Copilot, Cursor, Windsurf, Codex CLI, and universal MCP servers. With a total of 61 repositories and covering 8 different platforms, Micstec Skills streamlines the process of integrating powerful AI functionalities into your development workflow. The collection is organized into a clear directory structure, making it easy to navigate and find specific resources for your preferred AI agent.
Installation
Installing skills from the Micstec Skills collection is straightforward, tailored to each specific AI agent:
Claude Code
To install a skill or plugin for Claude Code:
# Copy skill to ~/.claude/skills/
cp -r claude-code/<skill-name> ~/.claude/skills/
# Or install a plugin
cp -r claude-code/<plugin-name> ~/.claude/plugins/local/
Gemini CLI
To install an extension for Gemini CLI:
# Copy extension to ~/.gemini/extensions/
cp -r gemini-cli/<extension-name> ~/.gemini/extensions/
Cursor
To add rules for Cursor:
# Copy rules to project .cursor/rules/ or ~/.cursor/rules/
cp cursor/<rules-repo>/*.mdc .cursor/rules/
Copilot
For GitHub Copilot, instructions can be copied or installed via the GitHub Marketplace:
# Copy instructions to .github/copilot-instructions.md
# Or install via GitHub Marketplace
Codex CLI
To apply settings for OpenAI Codex CLI:
# Copy to ~/.codex/ or project .codex/
cp -r codex-cli/<settings>/* ~/.codex/
MCP Servers (Universal)
MCP servers are universal and can be integrated into any agent's configuration:
# Add to any agent's MCP config (settings.json, .claude/settings.json, etc.)
# See each server's README for specific installation
Examples
Micstec Skills offers a rich array of tools and resources. Here are some highlights:
- Claude Code: Access official plugins like
code-reviewfor automated code analysis,feature-devfor streamlined feature implementation, andsecurity-guidancefor vulnerability reminders. It also includes integrations with external services like GitHub, Slack, and Asana, alongside a vibrant collection of community-contributed skills such asawesome-claude-codeandclaude-memfor enhanced memory capabilities. - MCP Servers (Universal): This section provides access to universal servers that work across multiple agents. Notable entries include
awesome-mcp-servers, a massive directory of MCP servers, andmcp-excalidrawfor diagramming. - Cursor: Enhance your Cursor experience with collections like
awesome-cursorrules, offering a wide range of rules to customize your coding environment. - Cross-Platform / Universal Skills: Discover skills like
humanizerfor making AI output more natural,cybersecurity-skillsmapped to MITRE ATT&CK, andskill-porterwhich facilitates conversion between Claude Code skills and Gemini CLI extensions, promoting interoperability.
Why Use Micstec Skills?
This repository provides significant advantages for developers working with AI coding agents:
- Centralized Resource: Eliminate the need to search various platforms for skills. Micstec Skills consolidates a vast array of resources in one accessible location.
- Broad Compatibility: Whether you use Claude Code, Gemini CLI, Copilot, Cursor, or other agents, this collection offers relevant tools, ensuring your AI setup is always robust.
- Enhanced Productivity: Leverage specialized skills for tasks like automated code review, feature development, security analysis, and project management, significantly boosting your development efficiency.
- Diverse Content: Benefit from a mix of official plugins, well-regarded community projects, and universal tools, providing both reliable and innovative solutions.
- Streamlined Management: The organized structure and clear installation instructions simplify the process of integrating and managing AI agent capabilities.
Links
- GitHub Repository: https://github.com/micsapp/micstec-skills
Related repositories
Similar repositories that may be relevant next.

dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies
August 18, 2026
The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

Agent Skills: A Standardized Way to Give AI Agents New Capabilities
August 18, 2026
Agent Skills provides a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. It allows packaging procedural knowledge and context into portable, version-controlled folders that agents load on demand. This enables agents to gain domain expertise, follow repeatable workflows, and reuse skills across various compatible AI tools.

A-MEM: Self-Evolving Memory for Coding Agents
August 17, 2026
A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

Agent Sandbox: Secure Local Development for AI Coding Agents
August 17, 2026
Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.
Source repository
Open the original repository on GitHub.