name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
writing-documentation | Write clear, effective technical documentation following industry-proven patterns from exemplary projects and authoritative style guides, with built-in countermeasures for common LLM documentation issues | skillsmp.com | null | https://github.com/codethread/claude-code-plugins/tree/main/plugins/doc-writer/skills/writing-documentation | codethread |
lang-react | Build React SPAs where components are declarative UI consuming external state (Zustand/XState/TanStack Query). Logic lives in stores, not components. | skillsmp.com | null | https://github.com/codethread/claude-code-plugins/tree/main/plugins/langs/skills/lang-react | codethread |
lang-typescript | Write clean, type-safe TypeScript code using modern patterns, strict configuration, and best practices. Use when writing TypeScript code, configuring projects, or solving type-related challenges. | skillsmp.com | null | https://github.com/codethread/claude-code-plugins/tree/main/plugins/langs/skills/lang-typescript | codethread |
spec-architect | Coordinate multi-agent software development from requirements through verified implementation using spec-driven workflows. Use when planning features, creating technical specifications, implementing complex tasks through specialized agents, or managing spec-dev workflows (PLAN/BUILD/ITERATE). | skillsmp.com | null | https://github.com/codethread/claude-code-plugins/tree/main/plugins/spec-dev/skills/spec-architect | codethread |
aissist-cli | Use the aissist CLI tool for personal goal tracking, todo management, daily history logging, context-specific notes, guided reflections, and AI-powered semantic recall. Activate when users mention goals, tasks, todos, progress tracking, journaling, work history, personal assistant, meal planning, fitness tracking, or w... | skillsmp.com | null | https://github.com/albertnahas/aissist/tree/main/aissist-plugin/skills/aissist-cli | albertnahas |
coding | Use when writing or modifying code in any way -- explains what super-engineers do differently from average joes | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/coding | ivanov-i |
creating-plans | Use when creating or updating a plan — produces an executable, ambiguity‑free plan with clear tasks. | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/creating-plans | ivanov-i |
implementing-plans | Use when implementing a written plan — executes tasks in order and keeps docs and checklists in sync. | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/implementing-plans | ivanov-i |
interactive-rebase | Use when rewriting commit history — rewording, splitting, squashing, or cleaning messages — in a safe, bounded, and observable way without touching remotes. | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/interactive-rebase | ivanov-i |
making-commits | Use when making git commits — splits mixed diffs and writes concise single‑line messages. | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/making-commits | ivanov-i |
reviewing-code | Use when reviewing code — applies a rigorous checklist and structured verdict to changes. | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/reviewing-code | ivanov-i |
using-superpowers | Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating update_plan todos for checklists | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/using-superpowers | ivanov-i |
writing-skills | Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization | skillsmp.com | null | https://github.com/ivanov-i/dots/tree/main/codex/skills/writing-skills | ivanov-i |
dbt-development | Proactive skill for validating dbt models against coding conventions. Auto-activates when creating, reviewing, or refactoring dbt models in staging, integration, or warehouse layers. Validates naming, SQL structure, field conventions, testing coverage, and documentation. Supports project-specific convention overrides a... | skillsmp.com | null | https://github.com/rittmananalytics/ra_ga4_ecomm/tree/main/skills/dbt-development | rittmananalytics |
attacking-active-directory | Attack and enumerate Active Directory environments using Kerberos attacks (Kerberoasting, ASREPRoasting), credential dumping (DCSync, Mimikatz), lateral movement (PtH, PtT), and BloodHound analysis. Use when pentesting Windows domains or exploiting AD misconfigurations. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/active-directory-attacks | trilwu |
testing-apis | Test REST and GraphQL APIs for authentication bypasses, authorization flaws, IDOR, mass assignment, injection attacks, and rate limiting issues. Use when pentesting APIs or testing microservices security. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/api-security-testing | trilwu |
exploiting-cloud-platforms | Exploit AWS, Azure, and GCP cloud misconfigurations including S3 buckets, IAM roles, metadata services, serverless functions, and cloud-specific privilege escalation. Use when pentesting cloud environments or assessing cloud security. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/cloud-security | trilwu |
exploiting-containers | Escape Docker containers and exploit Kubernetes clusters using privileged containers, Docker socket access, misconfigurations, and API abuse. Use when testing container security or performing container escape. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/container-security | trilwu |
transferring-files | Transfer files between systems using HTTP, SMB, FTP, netcat, base64 encoding, and living-off-the-land techniques for both Linux and Windows. Use when moving tools or exfiltrating data. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/file-transfer-techniques | trilwu |
performing-reconnaissance | Perform OSINT, subdomain enumeration, port scanning, web reconnaissance, email harvesting, and cloud asset discovery for initial access. Use when gathering intelligence or mapping attack surface. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/initial-access-recon | trilwu |
escalating-linux-privileges | Escalate privileges on Linux systems using SUID/SGID binaries, capabilities, sudo misconfigurations, cron jobs, kernel exploits, and container escapes. Use when performing Linux post-exploitation or privilege escalation. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/linux-privilege-escalation | trilwu |
testing-mobile-applications | Pentest Android and iOS mobile applications including APK analysis, dynamic analysis, SSL pinning bypass, root/jailbreak detection bypass, and mobile-specific vulnerabilities. Use when testing mobile app security or performing mobile pentesting. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/mobile-pentesting | trilwu |
enumerating-network-services | Enumerate and exploit network services including SMB, FTP, SSH, RDP, HTTP, databases (MySQL, MSSQL, PostgreSQL, MongoDB), LDAP, NFS, DNS, and SNMP. Use when testing network service security or performing port-based exploitation. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/network-service-enumeration | trilwu |
cracking-passwords | Crack password hashes using hashcat/john, perform password spraying, brute force authentication, and execute pass-the-hash attacks. Use when cracking credentials or performing password-based attacks. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/password-attacks | trilwu |
establishing-persistence | Establish persistence on Windows and Linux systems using registry keys, scheduled tasks, services, cron jobs, SSH keys, backdoor accounts, and rootkits. Use when performing post-exploitation or maintaining long-term access. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/persistence-techniques | trilwu |
performing-social-engineering | Conduct phishing campaigns, credential harvesting, pretexting, and social engineering attacks using tools like Gophish, SET, and custom techniques. Use when performing social engineering assessments or red team engagements. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/phishing-social-engineering | trilwu |
testing-web-applications | Test web applications for security vulnerabilities including SQLi, XSS, command injection, JWT attacks, SSRF, file uploads, XXE, and API flaws. Use when pentesting web apps, analyzing authentication, or exploiting OWASP Top 10 vulnerabilities. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/web-app-security | trilwu |
exploiting-web3-smart-contracts | Audit and exploit smart contracts and Web3 applications including reentrancy, integer overflow, access control flaws, and DeFi-specific vulnerabilities. Use when testing blockchain applications or performing smart contract audits. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/web3-blockchain | trilwu |
escalating-windows-privileges | Escalate privileges on Windows systems using service misconfigurations, DLL hijacking, token manipulation, UAC bypasses, registry exploits, and credential dumping. Use when performing Windows post-exploitation or privilege escalation. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/windows-privilege-escalation | trilwu |
attacking-wireless-networks | Attack WiFi networks using WPA/WPA2 cracking, WPS exploitation, Evil Twin attacks, deauthentication, and wireless reconnaissance. Use when pentesting wireless networks or performing WiFi security assessments. | skillsmp.com | null | https://github.com/trilwu/secskills/tree/main/secskills/skills/wireless-attacks | trilwu |
markdown-task-manager | Use when managing tasks, the system is a Kanban task manager based on local Markdown files (`kanban.md` and `archive.md`). It follows a strict format compatible with the task-manager.html web application. | skillsmp.com | null | https://github.com/ioniks/MarkdownTaskManager/tree/master/.claude/skills/markdown-task-manager | ioniks |
codeconscious-identity | CodeConscious认知主体性AI助手的核心身份定义和操作命令系统,提供/runtime.*系列命令用于探索、学习、思考、规划和执行,支持宪法治理和记忆管理 | skillsmp.com | null | https://github.com/Dwsy/ai-runtime/tree/main/commands | Dwsy |
ai-runtime-memory | AI Runtime分层记忆系统,支持SQL风格的事件查询、时间线管理,以及记忆的智能固化和检索,用于项目历史追踪和经验传承 | skillsmp.com | null | https://github.com/Dwsy/ai-runtime/tree/main/memory | Dwsy |
ai-runtime-toolkit | AI Runtime工具装备系统,支持8个内部专业工具和10+个外部CLI工具的整合管理,提供工具发现、执行和配置功能,遵循整合优于创造的设计理念 | skillsmp.com | null | https://github.com/Dwsy/ai-runtime/tree/main/toolkit | Dwsy |
kura-perl | Store and export type constraints for Type::Tiny, Moose, Data::Checks, and more | skillsmp.com | null | https://github.com/kfly8/claude-cpan-plugins/tree/main/plugins/Kura/skills/kura | kfly8 |
result-simple-perl | Use Result::Simple for tuple-based error handling in Perl | skillsmp.com | null | https://github.com/kfly8/claude-cpan-plugins/tree/main/plugins/Result-Simple/skills/result-simple | kfly8 |
syntax-keyword-assert-perl | Use Syntax::Keyword::Assert for zero-cost assertions in Perl | skillsmp.com | null | https://github.com/kfly8/claude-cpan-plugins/tree/main/plugins/Syntax-Keyword-Assert/skills/syntax-keyword-assert | kfly8 |
github-pr-review | Provides comprehensive GitHub PR review with inline suggested changes that can be applied via GitHub's web UI "Commit suggestion" button. Triggers when reviewing PRs, analyzing code changes, or when user requests PR review with applicable suggestions. | skillsmp.com | null | https://github.com/The1Studio/theone-unity-training-skills/tree/master/.claude/skills/github-pr-review | The1Studio |
begin-session | Start development session with diagnostics, context loading, and intelligent task menu | skillsmp.com | null | https://github.com/eyeinthesky6/SkillKit/tree/main/examples/workflows/begin-session | eyeinthesky6 |
langgraph-development | 专业的LangGraph AI应用开发技能,提供从概念到生产的完整开发指导。基于Context7最新调研,涵盖StateGraph设计、多代理协作、RAG系统实现、生产部署等核心场景。使用此技能构建有状态、多参与者、长期运行的AI代理应用。 | skillsmp.com | null | https://github.com/hhhh124hhhh/LangGraph-Partner/tree/master/.claude/langgraph-development | hhhh124hhhh |
risk-assessment | Identifies technical, timeline, and dependency risks with mitigation strategies. Use when reviewing plans or implementations to catch potential issues early before they become problems. | skillsmp.com | null | https://github.com/binee108/nine-step-workflow-plugin/tree/main/skills/risk-assessment | binee108 |
python-expert | Python development expert. Activates when writing Python code (.py files), discussing Python frameworks (FastAPI, Django, Flask), or Python-specific questions. Provides modern Python 3.10+ patterns, type hints, async/await best practices, and Pythonic code. | skillsmp.com | null | https://github.com/morfseven/dotfiles/tree/main/.claude/skills/python-expert | morfseven |
ts-js-expert | TypeScript/JavaScript development expert. Activates when writing .ts, .tsx, .js, .jsx files, discussing React, Vue, Node.js, Express, Next.js, or modern JavaScript/TypeScript patterns. Provides type-safe code, modern ES2023+ features, and framework best practices. | skillsmp.com | null | https://github.com/morfseven/dotfiles/tree/main/.claude/skills/ts-js-expert | morfseven |
fix-markdown-lint | Fix markdown linting errors in documentation files | skillsmp.com | null | https://github.com/tnez/docent/tree/main/.docent/skills/docent/fix-markdown-lint | tnez |
release-package | Create and publish a new version of docent to npm registry | skillsmp.com | null | https://github.com/tnez/docent/tree/main/.docent/skills/docent/release-package | tnez |
upgrade-dependencies | Periodically upgrade npm dependencies and GitHub Actions to keep project current and secure | skillsmp.com | null | https://github.com/tnez/docent/tree/main/.docent/skills/docent/upgrade-dependencies | tnez |
install-git-hooks | Install pre-commit hooks to automatically lint markdown files before commits | skillsmp.com | null | https://github.com/tnez/docent/tree/main/.docent/skills/git/install-git-hooks | tnez |
triage-github-issues | Systematically triage incoming GitHub issues for the docent project | skillsmp.com | null | https://github.com/tnez/docent/tree/main/.docent/skills/github/triage-github-issues | tnez |
code-review | Conduct thorough code reviews for pull requests and pre-commit changes | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/development/code-review | tnez |
health-check | Run comprehensive project health checks including code quality, documentation, git status, and project structure | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/development/health-check | tnez |
ci-health-check | Check CI/CD workflow status and troubleshoot failing checks in GitHub Actions | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/devops/ci-health-check | tnez |
bootstrap | Initialize .docent/ directory structure and configuration for a new project | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/docent/bootstrap | tnez |
capture-work-guidance | Comprehensive guide for AI agents on proactive documentation capture using /docent:tell | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/docent/capture-work-guidance | tnez |
migrate | Migrate a docent v0.9 project to v1.0 skills-based architecture | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/docent/migrate | tnez |
process-journals | Review journal entries and extract valuable knowledge into formal documentation | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/docent/process-journals | tnez |
process-sessions | Process ephemeral session notes and extract valuable knowledge into permanent documentation | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/docent/process-sessions | tnez |
git-commit | Create professional git commits following conventional commit format with proper staging and verification | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/git/git-commit | tnez |
file-issue | File a bug report or feature request to a project's GitHub repository | skillsmp.com | null | https://github.com/tnez/docent/tree/main/skills/github/file-issue | tnez |
azure-devops | On-demand Azure DevOps operations (PRs, work items, pipelines, repos) using context-efficient patterns. Loaded only when needed to avoid polluting Claude context with 50+ MCP tools. | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/azure-devops | linus-mcmanamey |
mcp-code-execution | Context-efficient MCP integration using code execution patterns. Use when building agents that interact with MCP servers, need to manage large tool sets (50+ tools), process large datasets through tools, or require multi-step workflows with intermediate results. Enables progressive tool loading, data filtering before c... | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/mcp-code-execution | linus-mcmanamey |
project-architecture | Detailed architecture, data flow, pipeline execution, dependencies, and system design for the Unify data migration project. Use when you need deep understanding of how components interact. | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/project-architecture | linus-mcmanamey |
project-commands | Complete reference for all make commands, development workflows, Azure operations, and database operations. Use when you need to know how to run specific operations. | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/project-commands | linus-mcmanamey |
pyspark-patterns | PySpark best practices, TableUtilities methods, ETL patterns, logging standards, and DataFrame operations for this project. Use when writing or debugging PySpark code. | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/pyspark-patterns | linus-mcmanamey |
wiki-auto-documenter | Multi-agent orchestration system for automatically generating comprehensive Azure DevOps wiki documentation from Python codebase. Creates hierarchical wiki pages matching repository structure with bidirectional linkages between documentation and source files. Use when needing to document entire directories or maintain ... | skillsmp.com | null | https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/wiki-auto-documenter | linus-mcmanamey |
route-researcher | Research North American mountain peaks and generate comprehensive route beta reports | skillsmp.com | null | https://github.com/dreamiurg/claude-mountaineering-skills/tree/main/skills/route-researcher | dreamiurg |
requirement-analyzer | Analyzes and documents requirements for any software project, technology-agnostic approach to requirement engineering | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/generic/requirement-analyzer | masanao-ohba |
code-implementer | Implements production code for PHP/CakePHP applications based on functional design specifications | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/code-implementer | masanao-ohba |
code-reviewer | Reviews PHP/CakePHP code for quality, standards compliance, and best practices | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/code-reviewer | masanao-ohba |
database-designer | Designs database schemas and migrations for PHP/CakePHP applications with multi-tenant support | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/database-designer | masanao-ohba |
fixture-generator | Generates CakePHP test fixtures from migration files, ensuring schema consistency and following project conventions including Configure::read usage | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/fixture-generator | masanao-ohba |
functional-designer | Designs functional architecture and detailed specifications for PHP/CakePHP applications based on analyzed requirements | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/functional-designer | masanao-ohba |
migration-checker | Validates CakePHP migration files and ensures consistency between migrations, fixtures, and database schemas in multi-database environments | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/migration-checker | masanao-ohba |
multi-tenant-db-handler | Handles multi-tenant database connections and operations for CakePHP projects using company-specific database patterns | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/multi-tenant-db-handler | masanao-ohba |
refactoring-advisor | Provides refactoring recommendations for PHP/CakePHP code to improve maintainability, performance, and adherence to best practices | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/refactoring-advisor | masanao-ohba |
requirement-analyzer | Extends generic requirement analysis with PHP/CakePHP specific considerations and technical mappings | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/requirement-analyzer | masanao-ohba |
test-case-designer | Designs comprehensive test cases for PHP/CakePHP applications, categorizing them into unit, integration, and system tests with proper documentation format | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/test-case-designer | masanao-ohba |
test-validator | Validates PHP test files for CakePHP projects, ensuring compliance with testing standards including proper documentation format, Configure::read usage, and avoiding prohibited patterns | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php-cakephp/test-validator | masanao-ohba |
coding-standards | PHP coding standards (PSR-12, PHPDoc, type hints) for any PHP project | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php/coding-standards | masanao-ohba |
security-patterns | PHP security best practices and patterns for preventing common vulnerabilities | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php/security-patterns | masanao-ohba |
testing-standards | PHPUnit testing conventions and best practices for any PHP project | skillsmp.com | null | https://github.com/masanao-ohba/claude-manifests/tree/main/skills/php/testing-standards | masanao-ohba |
frontend-dev-guidelines | Frontend development guidelines for Next.js + React 19 + shadcn/ui applications. Modern patterns including App Router, Server Components, Client Components, Server Actions, shadcn/ui with Tailwind CSS, React Hook Form, lazy loading, Suspense boundaries, Supabase client integration, performance optimization, and TypeScr... | skillsmp.com | null | https://github.com/BOM-98/FinTracker/tree/main/.claude/skills/frontend-dev-guidelines | BOM-98 |
welcome-to-linux | A personal welcome message for Ricky from his best friend Steven, introducing this custom Linux learning journey. Use this when Ricky first starts exploring Linux or needs encouragement. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/01-welcome-to-linux | astrosteveo |
understanding-path | Explains what PATH is in Linux, why installed programs don't always work, and how to fix PATH-related issues. Use when the user mentions PATH, installed programs not working, "command not found" errors, or questions about why software doesn't run after installation. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/02-understanding-path | astrosteveo |
filesystem-explorer | Explains Linux directory structure compared to Windows, where files live, and how to navigate the filesystem. Use when the user asks about Linux folders, directory structure, where to find files, or mentions confusion about Linux file organization. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/03-filesystem-explorer | astrosteveo |
command-line-basics | Essential Linux command line commands for navigation, file management, and daily tasks. Includes Windows equivalents. Use when the user needs to learn basic terminal commands, file operations, or mentions being intimidated by the command line. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/04-command-line-basics | astrosteveo |
permissions-made-simple | Explains Linux file permissions (rwx, chmod, chown) in simple terms. Use when the user gets "permission denied" errors, needs to understand file permissions, make scripts executable, or mentions confusion about who can access files. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/05-permissions-made-simple | astrosteveo |
environment-variables | Explains what environment variables are, why programs need them, and how to set them temporarily and permanently. Use when the user asks about environment variables, needs to set variables, mentions $HOME or $PATH, or programs complain about missing environment variables. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/06-environment-variables | astrosteveo |
package-management | Explains how to install, update, and remove software on Linux using package managers (apt, dnf, pacman). Use when the user needs to install software, update the system, mentions package managers, or asks about installing programs. | skillsmp.com | null | https://github.com/astrosteveo/skill-for-ricky/tree/main/skills/07-package-management | astrosteveo |
cardanobuild-getting-started-navigator | Find, summarize, and curate developer resources from the Cardano.Build index (https://cardano.build/). Use this when the user asks for Cardano developer starting points, tools, libraries, tutorials, SSI/identity, infrastructure, APIs, or “where do I start” type guidance. Focus on build-related material (not price/marke... | skillsmp.com | null | https://github.com/selfdriven-octo/cardano-build/tree/main/docs/skills/getting-started-navigator | selfdriven-octo |
ledger-registry | Reads /ledger/manifest.json, verifies per-ledger checksums, and returns the active ledger map. **Version:** 1.1 **Author:** Entropy Control Theory **License:** MIT **Based on:** Structure DNA v1.0 + PROFILE-GENERATOR-SPEC v1.0 | skillsmp.com | null | https://github.com/STEMMOM/m-pps-v1.1/tree/main/skills/ledger-registry | STEMMOM |
crossref-lookup | Academic publication metadata retrieval and citation generation using the Crossref REST API. Now includes unified citation_lookup.py tool supporting the convenient bib.doi format. Use this skill when users ask to look up DOIs, search for academic papers, retrieve journal article metadata, find publication information, ... | skillsmp.com | null | https://github.com/ivarada/claude-skills/tree/main/crossref-lookup/crossref-lookup | ivarada |
openlibrary-lookup | Book lookup, search, and citation generation using the OpenLibrary API. Now includes unified book_lookup.py tool supporting the convenient bib.isbn format. Use this skill when users ask to search for books, look up book information by ISBN, find books by author, get book details from OpenLibrary, search for information... | skillsmp.com | null | https://github.com/ivarada/claude-skills/tree/main/openlibrary-lookup/openlibrary-lookup | ivarada |
taxonomy-svg | Convert structured markdown hierarchies into professional SVG taxonomy diagrams with nested card support, trunk-and-branch arrow routing, and color-coded categories. | skillsmp.com | null | https://github.com/ivarada/claude-skills/tree/main/taxonomy-svg/taxonomy-svg | ivarada |
timeline-svg | Generate professional vertical timeline visualizations from YAML configuration files. Creates scalable SVG timelines with customizable date ranges, events, and professional styling. | skillsmp.com | null | https://github.com/ivarada/claude-skills/tree/main/timeline-svg/timeline-svg | ivarada |
github-repository-architect | Complete GitHub repository setup with production-grade standards including community health files, CI/CD workflows, issue templates, documentation site, badges, CODEOWNERS, and release management. Handles initialization, configuration, GitHub Pages deployment, and automated quality checks for professional open-source o... | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/github-repository-architect | hummbl-dev |
hummbl-framework | Complete HUMMBL Base120 mental models framework with all 120 models across 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes model selection guidance, application methodology, and validation checklist. Version 1.0-beta definitive reference. | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/hummbl-framework | hummbl-dev |
mcp-server-developer | Model Context Protocol (MCP) server implementation specialist for Claude Desktop integration. Handles TypeScript/Node.js server scaffolding, endpoint creation, telemetry setup, npx distribution, and comprehensive documentation. Follows MCP specification and best practices for production-grade server deployment. | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/mcp-server-developer | hummbl-dev |
sitrep-coordinator | Military-style Situation Report (SITREP) generation for multi-agent coordination. Creates structured status updates with completed/in-progress/blocked sections, authorization codes, handoff protocols, and clear next actions. Optimized for complex project management across multiple AI agents and human operators. | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/sitrep-coordinator | hummbl-dev |
transformation-workflow | Practical application guide for HUMMBL's 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes when to use each transformation, combination patterns, analysis templates, output formats, real-world examples, and common pitfalls. Essential for applying mental models eff... | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/transformation-workflow | hummbl-dev |
ui-ux-designer | Modern UI/UX design specialist for web applications, mobile apps, and design systems. Covers design principles, user research, interaction patterns, accessibility (WCAG), responsive design, component libraries (Tailwind, shadcn/ui, Material), prototyping, and usability testing. Creates beautiful, functional interfaces ... | skillsmp.com | null | https://github.com/hummbl-dev/hummbl-claude-skills/tree/main/ui-ux-designer | hummbl-dev |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.