Tag: best-practices

Type: All Skills Tools
skill ★ 77,350

Comprehensive TypeScript Code Style Guide

This guide outlines best practices for writing robust, type-safe TypeScript code, covering advanced topics such as preferred type usage (interface vs type), modern async patterns, and structured module imports. It ensures adherence to high …

lobehub/lobehub typescript code-style type-safety best-practices
skill ★ 77,350

Vitest best practices and testing guide

This guide outlines advanced best practices for writing robust unit and integration tests using Vitest. It advises developers on mocking strategies, distinguishing between behavior and implementation tests, and optimizing test coverage.

lobehub/lobehub vitest testing unit-testing typescript
skill ★ 77,350

Comprehensive Code Review Checklist for LobeHub

This comprehensive checklist guides developers through critical areas of code review, covering security best practices, testing coverage, internationalisation, and architectural consistency. It ensures adherence to LobeHub's standards, part…

lobehub/lobehub code-review checklist best-practices typescript
skill ★ 77,350

LobeHub React Component Development Guide

This skill provides comprehensive guidelines for developing React components within the LobeHub ecosystem. It details optimal styling approaches using createStaticStyles, component priority, and architectural rules for routing and desktop f…

lobehub/lobehub react component-design styling react-router
skill ★ 10,803

Create structured git commits with best practices

This skill guides the user through creating professional, atomic git commits by enforcing the conventional commit format. It ensures proper staging and adherence to industry best practices for version control.

accomplish-ai/accomplish git commit conventional-commit version-control
skill ★ 10,803

Comprehensive code review for bugs and security

This skill performs comprehensive code analysis, checking for logic errors, security vulnerabilities, and performance bottlenecks. It provides actionable, structured feedback covering best practices and maintainability.

accomplish-ai/accomplish code-review security performance best-practices
skill ★ 25,210

Code Review Quality Assurance Framework

A structured framework for evaluating code correctness, maintainability, performance, and security. It provides a comprehensive checklist and guidance for delivering actionable feedback.

PrefectHQ/fastmcp code-review quality-assurance software-engineering security-audit
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides foundational knowledge and conceptual guidance across the entire CloudBase ecosystem. It helps developers select the correct platform, service, or specialized skill (e.g., Web, Mini Program, storage) before implementing …

TencentCloudBase/CloudBase-MCP cloudbase platform architecture development
skill ★ 40,224

Automated Code Review and Quality Assurance

This skill provides comprehensive code review assistance, automating style checks and identifying potential bugs, security vulnerabilities, and performance issues. It delivers structured feedback categorized by severity (Critical, Important…

agno-agi/agno code-review linting security best-practices
skill ★ 1,557

Stripe API integration best practices guide

This skill guides developers through selecting the appropriate Stripe API for complex integrations, covering everything from one-time payments and subscriptions to marketplace setup and financial account management. It ensures adherence to …

stripe/ai stripe payments api-design integration
skill ★ 1,557

Stripe API integration best practices guide

This skill provides comprehensive guidance on selecting the correct Stripe API endpoints for various use cases, including one-time payments, subscriptions, and marketplace setups. It covers critical best practices such as restricted API key…

stripe/ai stripe payments api-integration best-practices
skill ★ 12,318

Code cleanup, refactoring, and documentation skill

This skill analyzes uncommitted and outgoing branch changes to improve code quality. It refactors for readability and performance, adds Google-style docstrings, and ensures adherence to established architectural patterns.

pipecat-ai/pipecat code-cleanup refactoring documentation python
skill

agent skill creation and development guide

This skill provides comprehensive guidance on structuring and authoring modular agent skills. It details best practices, including progressive disclosure, resource management (scripts, references, assets), and adhering to the AgentSkills sp…

casibase/casibase agent-skills skill-creation agent-design documentation
skill ★ 16,991

Comprehensive Code Quality and Security Reviewer

Performs thorough code assessments covering correctness, readability, performance, and security vulnerabilities. It provides a structured report detailing issues by severity, along with actionable recommendations for improvement.

camel-ai/camel code-review quality-assessment security best-practices
skill ★ 21,403

comprehensive code review for security and bugs

Analyzes provided codebases to identify logical bugs, security vulnerabilities (such as injection risks), and deviations from established best practices. Findings are structured by severity level with actionable remediation suggestions.

promptfoo/promptfoo code-review security bug-detection best-practices
skill

Enforces modern typescript code style and safety

This skill enforces robust, modern TypeScript best practices, covering advanced type usage (e.g., `interface` vs `type`), asynchronous patterns, and optimal module import structures. It guides developers toward writing highly maintainable a…

lobehub/lobe-chat typescript code-style type-safety best-practices
skill

Best Practices for Writing Robust Unit Tests

This guide outlines best practices for developing reliable tests using Vitest, covering advanced mocking patterns, test structure, and distinguishing between behavior and implementation-coupled assertions. It advises developers on optimizin…

lobehub/lobe-chat vitest unit-testing typescript testing-guide
skill

Comprehensive Code Review Checklist for LobeHub

This skill provides a detailed, multi-faceted checklist for reviewing pull requests, covering best practices across security, testing, i18n, and architectural consistency. It guides developers to catch common pitfalls such as hardcoded secr…

lobehub/lobe-chat code-review checklist best-practices typescript
skill

Capture and Formalise Team Conventions

This skill parses natural language descriptions of best practices to automatically update .claude/rules/ or .claude/agents/ configuration files. It identifies the appropriate scope, drafts concise rule definitions with rationales, and ensur…

StacklokLabs/toolhive claude-rules team-conventions configuration-management automation
skill ★ 3,264

Project Code Standards Reviewer Skill

This skill reviews code changes against a comprehensive set of project-specific coding standards. It validates adherence to rules covering multitenancy, data access patterns, architectural layering, and modern TypeScript best practices.

langwatch/langwatch code-review typescript code-quality best-practices
skill ★ 141,907

React/TypeScript Component Architecture Guide

This guide provides architectural best practices for developing robust React/TypeScript components. It covers state management, data fetching contracts, prop typing, and component ownership to ensure highly maintainable and scalable codebas…

langgenius/dify react typescript component-architecture best-practices
skill ★ 141,907

Comprehensive Frontend Code Quality Review Skill

This skill performs comprehensive code reviews on frontend files (e.g., TSX, JS). It supports both reviewing staged changes and specific files, flagging violations against established checklists for quality, performance, and business logic.

langgenius/dify code-review frontend typescript javascript
skill ★ 141,907

Backend Code Review and Quality Analysis

This skill analyzes backend code (e.g., Python files in api/) for security vulnerabilities, performance bottlenecks, and adherence to best practices. It supports reviewing staged changes, code snippets, or specific files across multiple def…

langgenius/dify backend-review code-quality security-audit python
skill ★ 12,100

Guidelines for robust LLM code generation

This skill provides behavioral guidelines designed to mitigate common coding pitfalls observed in large language models. It enforces principles such as explicit assumption surfacing, maintaining code simplicity, performing surgical edits, a…

Chainlit/chainlit llm coding-guidelines software-engineering best-practices