All authors
B4san avatar

Claude Skills by B4san

github.com/B4san
2,812 skillsA× 2,8120 installs750 views
Performance OptimizerA

Transform the agent into a performance engineer. Apply methodologies for measuring, profiling, and optimizing code (caching, algorithm complexity, resource usage).

developmentgodatabase
0
2
Project ConstitutionA

Manage the project's core principles and ensuring alignment. Create or update the project constitution from interactive or provided principle inputs.

documentationgo
0
2
Project IndexA

Analyze codebase structure, generate domain-specific sub-skills (UI, Backend, Database, etc.), and create agent-guidance files to help AI agents navigate and develop consistently within a project. Use when onboarding to a new codebase, creating project documentation, or setting up agent guidance systems.

documentationpythonbash
0
2
Requirement ChecklistA

Generate comprehensive checklists to validate requirements quality (Unit Tests for Specs). Critically examine the spec for clarity, completeness, and consistency before implementation starts.

testinggotesting
0
2
Research RetrievalA

Search external documentation (web pages, API docs, papers) and generate useful summaries for development. Use when investigating new technologies, understanding third-party APIs, researching best practices, or gathering information for technical decisions. Reduces hallucinations and expands agent knowledge.

documentationgoreact
0
2
Secure Coding CybersecurityA

Expert guidance on secure coding practices, focusing on preventing common security errors made by AI during code generation. Use for: auditing AI-generated code, implementing secure design patterns, and ensuring code follows OWASP Top 10 standards. Covers input validation, authentication, cryptography, file handling, secure configuration, and business logic security.

securityjavascriptpython
0
2
Spec AnalysisA

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md. Identifying inconsistencies, duplications, ambiguities, and underspecified items.

testinggosecurity
0
2
Spec ClarificationA

Identify underspecified areas in the current feature spec by asking targeted clarification questions and encoding answers back into the spec.

documentationgo
0
2
Sync IndexA

Keep project documentation (.agentss/project-index.md and sub-skills) in sync with codebase changes.

documentationrefactoringdocumentation
0
2
Test GeneratorA

Generate comprehensive test suites ensuring requirements are met. Strategies for Unit, Integration, and E2E testing.

testingtestingapi
0
2
Testing QaA

Automate the generation and maintenance of unit, integration, and end-to-end tests, as well as test data generation and debugging. Use when writing tests for new features, maintaining existing tests after API/UI changes, generating synthetic test data, or debugging test failures. Essential for ensuring code quality and preventing regressions.

testingjavascriptjava
0
2
Acfm MemoryA

Autonomous memory system for persistent learning across sessions. Automatically saves architectural decisions, bugfixes, patterns, and insights. Use to recall context from previous work and build institutional knowledge.

code-qualityrustbash
0
2
Acfm Spec WorkflowA

Initialize and manage AC Framework spec-driven workflows using acfm CLI. Use when setting up spec workflows, checking project status, creating changes, or understanding the .acfm/ vs openspec/ directory structures. Essential first step before using any OpenSpec skills.

documentationbashnode
0
2
BrainstormingA

Generates comprehensive questions about decisions before implementing. Explores requirements, constraints, success criteria, edge cases, and hidden assumptions in a SINGLE comprehensive prompt. Use when starting any significant work to surface unknowns early.

securitygorails
0
2
Ci DeployA

Automate continuous integration, deployment, and post-deployment verification of developed solutions. Use when setting up CI/CD pipelines, deploying to staging/production environments, running automated tests in CI, or verifying deployments. Ensures reproducible builds and reliable deployments.

devopsjavascriptjava
0
2
Code MaintainabilityA

Comprehensive guide to prevent unmaintainable code, especially from AI generation. Covers code duplication, documentation, error handling, naming conventions, architecture, performance, dependencies, modularity, testing, and technical debt prevention. Essential for code reviews and ensuring long-term code health.

code-qualityjavascripttypescript
0
2
Code ReviewA

Review generated code for style, security, and architecture issues; suggest refactorings and performance improvements. Use after implementation is complete, before merging changes, or when refactoring existing code. Follows OWASP guidelines, SOLID principles, and best practices for maintainable code.

securitygosql
0
2
Context SynthesizerA

Manage memory in long projects and summarize the current state to prevent agent context loss. Use when starting a new session on a long-running project, resuming work after a break, switching contexts between tasks, or when context window is approaching limits. Ensures continuity and consistency across sessions.

documentationgobash
0
2
DocumentationA

Generate clear documentation for each task including technical descriptions, architecture diagrams, and usage guides. Use when documenting completed features, creating README files, writing API documentation, generating architecture diagrams, or maintaining project documentation. Ensures knowledge is preserved and accessible.

documentationjavascriptgo
0
2
Microtask DecompositionA

Level 2+ task decomposition. Use when a single task from tasks.md is STILL too complex (affects 3+ files or requires multiple logic blocks). Breaks tasks into MICROTASKS (1 file/function each) for granular implementation. NOT for initial task breakdown - OpenSpec already does that.

testinggosql
0
2
Openspec Apply ChangeA

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

businessgobash
0
2
Openspec Archive ChangeA

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

ai-agentsbashrails
0
2
Openspec Bulk Archive ChangeA

Archive multiple completed changes at once. Use when archiving several parallel changes.

businessbashrails
0
2
Openspec Continue ChangeA

Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.

toolsbashrails
0
2
Openspec ExploreA

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

devopsgobash
0
2
Openspec Ff ChangeA

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

toolsgobash
0
2
Openspec New ChangeA

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

toolsbashrails
0
2
Openspec OnboardA

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

testingtypescriptgo
0
2
Openspec Sync SpecsA

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

toolsgobash
0
2
Openspec Verify ChangeA

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

testingbash
0
2
Performance OptimizerA

Transform the agent into a performance engineer. Apply methodologies for measuring, profiling, and optimizing code (caching, algorithm complexity, resource usage).

developmentgodatabase
0
2
Project ConstitutionA

Manage the project's core principles and ensuring alignment. Create or update the project constitution from interactive or provided principle inputs.

documentationgo
0
2
Project IndexA

Analyze codebase structure, generate domain-specific sub-skills (UI, Backend, Database, etc.), and create agent-guidance files to help AI agents navigate and develop consistently within a project. Use when onboarding to a new codebase, creating project documentation, or setting up agent guidance systems.

documentationpythonbash
0
2
Requirement ChecklistA

Generate comprehensive checklists to validate requirements quality (Unit Tests for Specs). Critically examine the spec for clarity, completeness, and consistency before implementation starts.

testinggotesting
0
2
Research RetrievalA

Search external documentation (web pages, API docs, papers) and generate useful summaries for development. Use when investigating new technologies, understanding third-party APIs, researching best practices, or gathering information for technical decisions. Reduces hallucinations and expands agent knowledge.

documentationgoreact
0
2
Secure Coding CybersecurityA

Expert guidance on secure coding practices, focusing on preventing common security errors made by AI during code generation. Use for: auditing AI-generated code, implementing secure design patterns, and ensuring code follows OWASP Top 10 standards. Covers input validation, authentication, cryptography, file handling, secure configuration, and business logic security.

securityjavascriptpython
0
2
Spec AnalysisA

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md. Identifying inconsistencies, duplications, ambiguities, and underspecified items.

testinggosecurity
0
2
Spec ClarificationA

Identify underspecified areas in the current feature spec by asking targeted clarification questions and encoding answers back into the spec.

documentationgo
0
2
Sync IndexA

Keep project documentation (.agentss/project-index.md and sub-skills) in sync with codebase changes.

documentationrefactoringdocumentation
0
2
Test GeneratorA

Generate comprehensive test suites ensuring requirements are met. Strategies for Unit, Integration, and E2E testing.

testingtestingapi
0
2
Testing QaA

Automate the generation and maintenance of unit, integration, and end-to-end tests, as well as test data generation and debugging. Use when writing tests for new features, maintaining existing tests after API/UI changes, generating synthetic test data, or debugging test failures. Essential for ensuring code quality and preventing regressions.

testingjavascriptjava
0
2
Acfm MemoryA

Autonomous memory system for persistent learning across sessions. Automatically saves architectural decisions, bugfixes, patterns, and insights. Use to recall context from previous work and build institutional knowledge.

code-qualityrustbash
0
2
Acfm Spec WorkflowA

Initialize and manage AC Framework spec-driven workflows using acfm CLI. Use when setting up spec workflows, checking project status, creating changes, or understanding the .acfm/ vs openspec/ directory structures. Essential first step before using any OpenSpec skills.

documentationbashnode
0
2
BrainstormingA

Generates comprehensive questions about decisions before implementing. Explores requirements, constraints, success criteria, edge cases, and hidden assumptions in a SINGLE comprehensive prompt. Use when starting any significant work to surface unknowns early.

securitygorails
0
2
Ci DeployA

Automate continuous integration, deployment, and post-deployment verification of developed solutions. Use when setting up CI/CD pipelines, deploying to staging/production environments, running automated tests in CI, or verifying deployments. Ensures reproducible builds and reliable deployments.

devopsjavascriptjava
0
2
Code MaintainabilityA

Comprehensive guide to prevent unmaintainable code, especially from AI generation. Covers code duplication, documentation, error handling, naming conventions, architecture, performance, dependencies, modularity, testing, and technical debt prevention. Essential for code reviews and ensuring long-term code health.

code-qualityjavascripttypescript
0
2
Code ReviewA

Review generated code for style, security, and architecture issues; suggest refactorings and performance improvements. Use after implementation is complete, before merging changes, or when refactoring existing code. Follows OWASP guidelines, SOLID principles, and best practices for maintainable code.

securitygosql
0
2
Context SynthesizerA

Manage memory in long projects and summarize the current state to prevent agent context loss. Use when starting a new session on a long-running project, resuming work after a break, switching contexts between tasks, or when context window is approaching limits. Ensures continuity and consistency across sessions.

documentationgobash
0
2
DocumentationA

Generate clear documentation for each task including technical descriptions, architecture diagrams, and usage guides. Use when documenting completed features, creating README files, writing API documentation, generating architecture diagrams, or maintaining project documentation. Ensures knowledge is preserved and accessible.

documentationjavascriptgo
0
2
Microtask DecompositionA

Level 2+ task decomposition. Use when a single task from tasks.md is STILL too complex (affects 3+ files or requires multiple logic blocks). Breaks tasks into MICROTASKS (1 file/function each) for granular implementation. NOT for initial task breakdown - OpenSpec already does that.

testinggosql
0
2