Topic: anthropic
9,221 skills in this topic.
-
make-plan
Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.
thedotmack/claude-mem 48,051
-
mem-search
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
thedotmack/claude-mem 48,051
-
smart-explore
Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
thedotmack/claude-mem 48,051
-
timeline-report
Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.
thedotmack/claude-mem 48,051
-
claude-code-plugin-release
Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, and plugin.json, build verification, git tagging, GitHub releases, and changelog generation.
thedotmack/claude-mem 48,051
-
openclaw
thedotmack/claude-mem 48,051
-
do
thedotmack/claude-mem 48,051
-
make-plan
thedotmack/claude-mem 48,051
-
do
Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.
thedotmack/claude-mem 48,051
-
knowledge-agent
Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.
thedotmack/claude-mem 48,051
-
developing-with-prism
Guide for developing with Prism PHP package - a Laravel package for integrating LLMs. Activate or use when working with Prism features including text generation, structured output, embeddings, image generation, audio processing, streaming, tools/function calling, or any LLM provider integration (OpenAI, Anthropic, Gemini, Mistral, Groq, XAI, DeepSeek, OpenRouter, Ollama, VoyageAI, ElevenLabs). Activate for any Prism-related development tasks.
prism-php/prism 2,343
-
agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
shanraisshan/claude-code-best-practice 36,793
-
presentation-structure
Knowledge about the presentation slide format, weight system, navigation, and section structure
shanraisshan/claude-code-best-practice 36,793
-
presentation-styling
Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
shanraisshan/claude-code-best-practice 36,793
-
vibe-to-agentic-framework
The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc
shanraisshan/claude-code-best-practice 36,793
-
time-skill
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
shanraisshan/claude-code-best-practice 36,793
-
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
shanraisshan/claude-code-best-practice 36,793
-
weather-svg-creator
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
shanraisshan/claude-code-best-practice 36,793
-
time-fetcher
Instructions for fetching current Dubai time via bash command
shanraisshan/claude-code-best-practice 36,793
-
time-svg-creator
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.
shanraisshan/claude-code-best-practice 36,793
-
Git Workflow
DO NOT COMMIT unless user explicitly tells you to. Use this skill EVERY SINGLE TIME before creating a git commit. Provides mandatory commit message format, staging rules, and post-commit summary requirements for the MIRA project
taylorsatula/mira-OSS 441
-
fail-fast-no-hedging
Eliminate component hedging anti-patterns that mask infrastructure failures. Build systems that fail loudly when broken instead of limping along in degraded states. Critical for production reliability and operational visibility.
taylorsatula/mira-OSS 441
-
contextvar-remediation
taylorsatula/mira-OSS 441
-
contextvar-opportunity-finder
Detect explicit user_id parameters in functions to identify potential opportunities for using ambient context. This is an investigation tool that flags instances for human review, not a prescriptive analyzer.
taylorsatula/mira-OSS 441