learn-on
آمن 68Enable Continuous Learning Mode
بواسطة 0xrdan
Manually triggering insight extraction during long sessions is easy to forget. This skill activates automatic learning mode where insights are captured every 10 queries or 30 minutes without manual intervention.
learn-off
آمن 67Turn off continuous learning
بواسطة 0xrdan
Claude Router captures insights automatically during your work. This skill lets you disable that continuous learning mode when you prefer manual control over what gets recorded.
learn
آمن 68Capture project insights automatically
بواسطة 0xrdan
Project insights are lost when sessions end. This skill extracts patterns, quirks, and decisions from conversations and persists them to a knowledge base that survives context compaction and new sessions.
knowledge
آمن 68View Knowledge Base Status
بواسطة 0xrdan
Track project insights and learning mode status. The skill displays knowledge base statistics and recent learnings extracted during your development sessions, helping you understand project context and captured patterns.
skill-builder
آمن 69Create Agent Skills for Claude Code
بواسطة 0xRaduan
Building custom Agent Skills for Claude Code requires understanding YAML frontmatter, description best practices, and file structures. This meta-skill guides you through the entire creation process step by step with proven templates and patterns.
review-code
آمن 69Review code like a senior engineer
بواسطة 0xmsc
Code reviews are essential for software quality but can be inconsistent without a systematic approach. This skill provides a structured workflow and comprehensive checklist covering quality, security, performance, and maintainability to ensure thorough, consistent reviews.
plan
آمن 70Plan complex tasks before implementation
بواسطة 0xmsc
Complex AI tasks often fail due to unclear scope or missing requirements. This skill provides a structured workflow for gathering requirements, drafting implementation plans, and getting user approval before writing any code.
develop
آمن 69Apply clean code development principles
بواسطة 0xmsc
This skill provides guidelines for writing maintainable code and following best practices during development. It helps developers create cleaner, more reliable software through structured planning and quality-focused workflows.
create-skill
آمن 70Create New Agent Skills
بواسطة 0xmsc
Creating Agent Skills requires understanding a specific file format and directory structure. This skill provides step-by-step guidance for building skills that work with Claude, Codex, and Claude Code.
commit
آمن 72Write better commit messages
بواسطة 0xmsc
Writing clear commit messages is hard. This skill provides templates, conventions, and workflows for creating meaningful commit messages that improve code review and project maintainability.
python-fastapi
آمن 68Build production-ready Python APIs with FastAPI
بواسطة 0xkynz
Creating Python APIs requires understanding FastAPI patterns, async database access, and proper project structure. This skill provides expert patterns for building scalable APIs with modern Python tools.
pdf-processing
آمن 69Extract and process PDF documents
بواسطة 0xkynz
PDF documents contain valuable data that is difficult to access programmatically. This skill provides AI agents with the capabilities to extract text, tables, and form data from PDFs, and to manipulate documents through merging, splitting, and formatting operations.
memory-bank
آمن 68Maintain project context across sessions
بواسطة 0xkynz
Claude loses context between sessions. Memory Bank creates structured documentation that preserves project knowledge, decisions, and progress so you never lose your place.
doc-writer
آمن 68Generate task documentation from templates
بواسطة 0xhiroki
Manual documentation takes time and often becomes outdated. This skill automates creation of numbered task docs using templates and repository context, ensuring consistent structure and accurate references.
data-visualization
آمن 70Create charts, graphs, and visualizations
بواسطة 0xkynz
Users need to communicate data insights through visual formats but lack the expertise to select the right chart type or library. This skill provides AI-driven guidance to generate clear, professional visualizations using matplotlib, seaborn, plotly, and altair.
testing-patterns
مخاطر منخفضة 73Apply Testing Patterns
بواسطة 0xDarkMatter
Writing effective tests requires understanding the right patterns for each scenario. This skill provides universal testing strategies, from the test pyramid to TDD workflows, so you can build reliable test suites.
tool-discovery
آمن 72Find the right tool
بواسطة 0xDarkMatter
Choosing between agents and skills can be confusing. This skill provides clear recommendations for which agent or skill to use based on your task description, including decision flows and quick reference tables.
task-runner
آمن 68Run project commands with just
بواسطة 0xDarkMatter
Developers waste time searching for build instructions and memorizing project-specific commands. This skill provides a standardized way to discover and run any task defined in a project justfile, from testing to deployment.
tailwind-patterns
آمن 69Get Tailwind CSS patterns
بواسطة 0xDarkMatter
Finding the right Tailwind utility classes slows down development. This skill provides quick access to responsive breakpoints, common layout patterns, component snippets, and dark mode patterns for Tailwind CSS v3+ projects.
sql-patterns
آمن 68Get SQL patterns reference
بواسطة 0xDarkMatter
Writing efficient SQL queries requires knowing common patterns and anti-patterns. This skill provides ready-to-use examples for CTEs, window functions, joins, and indexing strategies.