Browse Skills

44358 skills found

Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Guide to effective Claude Code skill authoring using TDD methodology andpersuasion principles.Triggers: skill authoring, skill writing, new skill, TDD skills, skill creation,skill best practices, skill validation, skill deployment, skill complianceUse when: creating new skills from scratch, improving existing skills withlow compliance rates, learning skill authoring best practices, validatingskill quality before deployment, understanding what makes skills effectiveDO NOT use when: evaluating existing skills - use skills-eval instead.DO NOT use when: analyzing skill architecture - use modular-skills instead.DO NOT use when: writing general documentation for humans.YOU MUST write a failing test before writing any skill. This is the Iron Law.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Standardized error handling patterns with classification, recovery, and logging strategies.Triggers: error handling, error recovery, graceful degradation, resilienceUse when: implementing error handling in production plugins
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Generate terminal recordings using VHS (Charmbracelet) tape files.Executes tape files to produce GIF outputs of terminal sessions.Triggers: terminal recording, vhs tape, terminal demo, cli demoUse when: creating terminal recordings for tutorials and documentation
2026-01-16
project-execution.md
83
1 export project-execution
2 athola from "athola/claude-night-market"
3 Systematic task execution with checkpoint validation, progress tracking, and quality gates
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Enforces "prove before claim" discipline - validation, testing, and evidencerequirements before declaring work complete.Triggers: completion, finished, done, working, should work, configured,ready to use, implemented, fixedUse when: claiming ANY work is complete, recommending solutions, statingsomething will work, finishing implementationsDO NOT use when: explicitly asking questions or requesting clarificationDO NOT use when: work is clearly in-progress and not claiming completionCRITICAL: This skill is MANDATORY before any completion claim. Violationsresult in wasted time and eroded trust.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Evaluate and improve Claude skill quality through auditing.Triggers: skill audit, quality review, compliance check, improvement suggestions,token usage analysis, skill evaluation, skill assessment, skill optimization,skill standards, skill metrics, skill performanceUse when: reviewing skill quality, preparing skills for production, auditingexisting skills, generating improvement recommendations, checking compliancewith standards, analyzing token efficiency, benchmarking skill performanceDO NOT use when: creating new skills from scratch - use modular-skills instead.DO NOT use when: writing prose for humans - use writing-clearly-and-concisely.DO NOT use when: need architectural design patterns - use modular-skills.Use this skill BEFORE shipping any skill to production. Check even if unsure.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Decompose systems into a suite of small, independently deployable services alignedto specific business capabilities.Triggers: microservices, service decomposition, independent deployment, team autonomy,distributed system, API gateway, service mesh, bounded contexts, polyglot persistenceUse when: teams need high autonomy and independent releases, different capabilitieshave distinct scaling needs, strong DevOps/SRE maturity exists, polyglot tech stacks neededDO NOT use when: selecting from multiple paradigms - use architecture-paradigms first.DO NOT use when: small team with low organizational complexity.DO NOT use when: lack of DevOps maturity or limited platform engineering resources.DO NOT use when: strong transactional consistency required across operations.Consult this skill when designing or evolving microservices architectures.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Prevents overengineering through worthiness scoring, opportunity cost comparison,and branch threshold monitoring.Triggers: scope creep, overengineering, worthiness score, branch size, YAGNI,feature evaluation, scope validation, anti-overengineering, opportunity costUse when: evaluating features during brainstorming, planning new functionality,branches approach size limits (1000/1500/2000 lines, 15/25/30 commits)DO NOT use when: feature is already approved and in progress.DO NOT use when: simple bug fixes with clear scope.Use this skill BEFORE implementing any new feature. This is NON-NEGOTIABLEfor scope control.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Use a Layered (N-Tier) architecture to separate presentation, domain logic, anddata access responsibilities within a system.Triggers: layered architecture, n-tier, separation of concerns, presentation layer,data access layer, service layer, traditional architecture, monolith structure,layer enforcement, dependency directionUse when: building traditional applications with clear boundaries, working withmoderate-sized teams, needing familiar and well-understood patterns, compliancerequirements demand clear separationDO NOT use when: selecting from multiple paradigms - use architecture-paradigms first.DO NOT use when: high scalability needs independent component scaling.DO NOT use when: teams need independent deployment cycles - use microservices.Consult this skill when implementing layered patterns or enforcing layer boundaries.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Shared infrastructure and patterns for sanctum git/workspace skills.Triggers: sanctum patterns, todowrite patterns, git commands, output templates,sanctum infrastructure, shared patterns, git conventionsUse when: developing new sanctum skills, refactoring existing skills,ensuring consistency across sanctum workflows, referencing standard patternsDO NOT use directly: this skill is infrastructure for other sanctum skills.Provides reusable patterns consumed by all sanctum git and workspace skills.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Generate program dashboards, GitHub-ready comment digests, and CSV summariessourced from Minister's tracker data.Triggers: initiative pulse, status report, weekly update, stakeholder briefing,github dashboard, blocker radar, initiative health, program metricsUse when: creating status reports, weekly updates, stakeholder briefings,generating GitHub comment digests, tracking initiative healthDO NOT use when: release gates/readiness - use release-health-gates.DO NOT use when: project planning - use spec-kit:speckit-orchestrator.Outputs markdown digests and CSV exports for GitHub issues and PRs.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Master Python asyncio, concurrent programming, and async/await patternsfor high-performance applications.Triggers: asyncio, async/await, coroutines, concurrent programming, async API,I/O-bound, websockets, background tasks, semaphores, async context managersUse when: building async APIs, concurrent systems, I/O-bound applications,implementing rate limiting, async context managersDO NOT use when: CPU-bound optimization - use python-performance instead.DO NOT use when: testing async code - use python-testing async module.Consult this skill for async Python patterns and concurrency.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Reduce context usage with MECW principles (keep under 50% of total window).Triggers: context pressure, token usage, MECW, context window, optimization,decomposition, workflow splitting, context management, token optimizationUse when: context usage approaches 50% of window, tasks need decomposition,complex multi-step operations planned, context pressure is highDO NOT use when: simple single-step tasks with low context usage.DO NOT use when: already using mcp-code-execution for tool chains.Use this skill BEFORE starting complex tasks. Check context levels proactively.
2026-01-16
javascript-practices.md
83
1 export javascript-practices
2 eser from "eser/stack"
3 JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code.
2026-01-07
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Feature review and prioritization with RICE/WSJF/Kano scoring. Creates GitHub issues for suggestions.Triggers: feature review, prioritization, RICE, WSJF, roadmap, backlogUse when: reviewing features or suggesting new featuresDO NOT use when: evaluating single feature scope - use scope-guard.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Analyze and enhance Makefiles for complete user functionality coverage.Triggers: Makefile analysis, Makefile gaps, missing targets, plugin release,Makefile coverage, build targets, make dogfood, plugin qualityUse when: analyzing Makefile completeness before releasing plugins, identifyinggaps during plugin maintenance, scoring Makefiles against best practices,verifying Makefiles support standard developer workflowsDO NOT use when: writing initial Makefiles from scratch.DO NOT use when: debugging specific build target failures.DO NOT use when: creating custom non-standard build systems.Use this skill BEFORE releasing any plugin to verify Makefile coverage.
2026-01-16
project-planning.md
83
1 export project-planning
2 athola from "athola/claude-night-market"
3 Transform specifications into structured implementation plans with architecture design and task breakdown
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Interactive project initialization with git setup, workflows, hooks, and build configuration.Triggers: project setup, initialization, scaffold, bootstrap, new projectUse when: starting new projects or initializing repositories
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Process external resources into actionable knowledge with evaluation, storage, and application decisions.Triggers: knowledge intake, article evaluation, paper review, external resourceUse when: user shares links to articles, papers, or external resourcesDO NOT use when: searching existing knowledge - use knowledge-locator.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Authentication patterns for external services: API keys, OAuth, token management, verification.Triggers: authentication, API keys, OAuth, token management, credentialsUse when: integrating external services or implementing authentication flows
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Workflow orchestrator for Spec Driven Development. Coordinates skills and tracks progress.Triggers: speckit workflow, spec driven development, speckit commandsUse when: starting any /speckit-* command or coordinating multi-phase development
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Generic template patterns and lifecycle stages for knowledge storage,configuration management, and structured documentation.Triggers: storage templates, lifecycle stages, maturity progression, namingconventions, knowledge storage, configuration templates, documentation patternsUse when: organizing knowledge storage, managing configuration lifecycle,creating structured documentation, establishing naming conventionsDO NOT use when: simple storage without lifecycle or structure needs.Consult this skill when designing storage and documentation systems.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Update and maintain tests following TDD/BDD principles with detailedquality assurance.Triggers: test updates, test maintenance, test generation, TDD workflow,BDD patterns, test coverage, pytest, test enhancement, quality assuranceUse when: updating existing tests, generating new tests for features,enhancing test quality, ensuring detailed coverage, pre-commit validationDO NOT use when: auditing test suites - use pensive:test-review.DO NOT use when: writing production code - focus on implementation first.Run git-workspace-review first to understand which tests need updates.
2026-01-16
Unnamed Skill.md
83
1 export Unnamed Skill
2 athola from "athola/claude-night-market"
3 Structured file enumeration and content analysis for understanding codebasestructure before reviews or refactoring.Triggers: file analysis, codebase structure, directory mapping, hotspot detection,code exploration, file enumeration, structure mapping, module boundariesUse when: before architecture reviews to understand file organization, exploringunfamiliar codebases to map structure, estimating scope for refactoring or migrationDO NOT use when: general code exploration - use the Explore agent.DO NOT use when: searching for specific patterns - use Grep directly.Provides structural context for downstream review and refactoring workflows.
2026-01-16