code-validation-sandbox
Low Risk 72Validate Code Examples in Educational Content
by 92Bilal26
Manual validation of code blocks in book chapters is time-consuming and error-prone. This skill automatically detects code languages, applies layer-appropriate validation strategies, and generates actionable error reports with fixes.
Code Example Generator Skill v3.0 (Reasoning-Activated)
Safe 63Generate pedagogically sound code examples
by 92Bilal26
Teaching code requires more than syntax demonstration. This skill generates production-relevant examples using reasoning-driven pedagogy that activates understanding through spec-first, show-then-explain patterns.
chatkit-botbuilder
Safe 71Build production ChatKit chatbots
by 92Bilal26
Building ChatKit chatbots requires integrating multiple technologies (FastAPI, OpenAI Agents SDK, MCP tools) with proper security patterns. This skill provides complete architectural guidance for creating production-ready chatbots with user isolation and real-time capabilities.
canonical-format-checker
Safe 69Check canonical format consistency
by 92Bilal26
Educational content often drifts from canonical patterns over time. This skill compares lesson content against authoritative sources to ensure students learn correct formats that match platform conventions.
browser-use
Low Risk 73Automate browser tasks with Playwright
by 92Bilal26
Browser automation requires repetitive manual interactions with web pages. This skill provides MCP-powered tools to navigate websites, fill forms, click elements, take screenshots, and extract data programmatically through Playwright MCP server.
book-scaffolding
Safe 72Plan educational books with scaffolding patterns
by 92Bilal26
Planning large educational books is challenging without structure. This skill provides templates, patterns, and validation tools to scaffold multi-chapter learning journeys that manage cognitive load and ensure narrative continuity.
Assessment: [Title]
Low Risk 63Create balanced programming assessments
by 92Bilal26
Creating fair programming assessments is time-consuming. This skill generates varied question types aligned to learning objectives with meaningful distractors, rubrics for open-ended questions, and cognitive distribution analysis.
ai-collaborate-teaching
Safe 72Design AI-Assisted Learning Experiences
by 92Bilal26
Students often struggle to use AI effectively without over-relying on it. This framework provides structured methods to integrate AI as a collaborative learning partner through the Three Roles approach, ensuring students learn from AI while maintaining independent capability.
debug-tauri
Low Risk 75Debug Tauri WebView applications
by 8beeeaaat
Debugging Tauri applications requires collecting screenshots, console logs, and WebView state manually. This skill automates the debugging workflow with official Tauri plugins for screenshot capture, log analysis, and state inspection across macOS, Windows, and Linux.
web-accessibility
Safe 70Audit Websites for WCAG Accessibility Compliance
by 89jobrien
Web accessibility issues can exclude users with disabilities from accessing digital content. This skill provides comprehensive WCAG compliance audits, screen reader compatibility testing, and actionable remediation guidance for creating inclusive web experiences.
use-conductor
Safe 69Scan conductor/ for project direction
by 89jobrien
Projects often have structured plans, active tasks, and workflow guidelines scattered across multiple files. This skill helps you find and use those conductor files to understand what to work on next and how to follow project standards.
url-analysis
Low Risk 70Validate and analyze URLs
by 89jobrien
Broken links and misaligned references damage user trust and content quality. This skill automatically validates URLs, checks HTTP status codes, follows redirects, and evaluates link relevance to ensure all references point to appropriate, accessible destinations.
tool-presets
Safe 69Define consistent tool presets for Claude Code agents
by 89jobrien
Different tasks require different tool access. This skill provides standardized tool preset definitions so you can quickly configure agents with appropriate capabilities for development, research, file operations, analysis, or orchestration tasks.
testing
Low Risk 74Write tests with TDD methodology
by 89jobrien
Writing tests after code leads to fragile codebases and missed bugs. This skill provides structured TDD workflows, test patterns, and Playwright automation to help you write maintainable tests before code, catch bugs early, and build confidence in your software.
technical-research
Safe 71Conduct Technical Spikes and Research Investigations
by 89jobrien
Making technical decisions without proper investigation leads to costly refactoring and technical debt. This skill provides a structured framework for timeboxed technical spikes, proof of concept development, and objective technology evaluations with clear recommendations.
tdd-pytest
Safe 70Write Tests with TDD Methodology
by 89jobrien
This skill helps developers follow test-driven development practices for Python projects. It guides users through the Red-Green-Refactor cycle, pytest configuration, and test quality auditing.
spec-driven-development
Safe 70Apply structured development methodology
by 89jobrien
Managing complex AI-assisted projects without clear structure leads to inconsistent results and missed requirements. Spec-Driven Development provides a 7-phase workflow with constitutional governance to ensure quality, traceability, and parallel execution across multiple AI agents.
skill-share
Safe 69Create and share Claude skills on Slack
by 89jobrien
Creating and sharing Claude skills across teams requires manual effort and coordination. This skill automates the entire process from creation to Slack distribution, ensuring consistent structure and team visibility.
skill-creator
Low Risk 73Create skills with structured workflows
by 89jobrien
Creating effective AI skills from scratch requires understanding modular design, proper structure, and reusable resources. This skill provides a step-by-step process for building skills that extend Claude with specialized knowledge and automated workflows.
shell-scripting
Safe 70Write reliable shell scripts with best practices
by 89jobrien
Shell scripts often fail silently or behave unpredictably due to missing error handling. This skill provides battle-tested patterns for robust bash and zsh scripting including proper error handling, safe variable expansion, and modular code structure.