Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,744
总 Skills
97.4M
总安装量
2,592
贡献者
# Skill 仓库 描述 安装量
11501 debug-generated-project tuist/agent-skills
Debug Tuist Project Issue Quick Start Ask the user to describe the issue and the project setup (targets, dependencies, configurations, platform). Confirm the issue exists with the latest release by running mise exec tuist@latest -- tuist generate against a reproduction project. If confirmed, clone the Tuist repository and build from source to test against main. Triage: fix the bug and open a PR, advise on misconfiguration, or recommend the user files an issue with a reproduction. Step 1: Gather ...
328
11502 ln-114-frontend-docs-creator levnikolaevich/claude-code-skills
L3 Worker that creates design_guidelines.md. CONDITIONAL - only invoked when project has frontend. Purpose & Scope - Creates design_guidelines.md (if hasFrontend) - Receives Context Store from ln-110-project-docs-coordinator - WCAG 2.1 Level AA accessibility compliance - Design system documentation - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasFrontend=true` (react, vue, angular, svelte d...
328
11503 ln-511-code-quality-checker levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Quality Checker Analyzes Done implementation tasks with quantitative Code Quality Score based on metrics, MCP Ref validation, and issue penalties. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: In Progress, To Revie...
328
11504 statistical hypothesis testing aj-geddes/useful-ai-prompts
Statistical Hypothesis Testing Overview Hypothesis testing provides a framework for making data-driven decisions by testing whether observed differences are statistically significant or due to chance. Testing Framework Null Hypothesis (H0) : No effect or difference exists Alternative Hypothesis (H1) : Effect or difference exists Significance Level (α) : Threshold for rejecting H0 (typically 0.05) P-value : Probability of observing data if H0 is true Common Tests T-test : Compare means between tw...
328
11505 azure-app-service aj-geddes/useful-ai-prompts
Azure App Service Overview Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability. When to Use Web applications (ASP.NET, Node.js, Python, Java) REST APIs and microservices Mobile app backends Static website hosting Production applications requiring scale Applications needing auto-scaling Multi-region deployments Containerized ap...
328
11506 programmatic-seo davila7/claude-code-templates
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
328
11507 changelog-generator davila7/claude-code-templates
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
328
11508 python-performance-optimization sickn33/antigravity-awesome-skills
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
328
11509 brand-guidelines davila7/claude-code-templates
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
328
11510 notion-meeting-intelligence davila7/claude-code-templates
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
328
11511 speculative-decoding davila7/claude-code-templates
Speculative Decoding: Accelerating LLM Inference When to Use This Skill Use Speculative Decoding when you need to: Speed up inference by 1.5-3.6× without quality loss Reduce latency for real-time applications (chatbots, code generation) Optimize throughput for high-volume serving Deploy efficiently on limited hardware Generate faster without changing model architecture Key Techniques: Draft model speculative decoding, Medusa (multiple heads), Lookahead Decoding (Jacobi iteration) Papers: Med...
328
11512 datadog-cli davila7/claude-code-templates
Datadog CLI A CLI tool for AI agents to debug and triage using Datadog logs and metrics. Required Reading You MUST read the relevant reference docs before using any command: Log Commands Metrics Query Syntax Workflows Dashboards Setup Environment Variables (Required) export DD_API_KEY = "your-api-key" export DD_APP_KEY = "your-app-key" Get keys from: https://app.datadoghq.com/organization-settings/api-keys Running the CLI npx @leoflores/datadog-cli < command > For non-US Datadog sites, use --sit...
328
11513 optimizing-attention-flash davila7/claude-code-templates
Flash Attention - Fast Memory-Efficient Attention Quick start Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation. PyTorch native (easiest, PyTorch 2.2+): import torch import torch.nn.functional as F q = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) [batch, heads, seq, dim] k = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) v = torch.randn(2, 8, 512, 64, device='cuda', dtype=t...
328
11514 clip davila7/claude-code-templates
CLIP - Contrastive Language-Image Pre-Training OpenAI's model that understands images from natural language. When to use CLIP Use when: Zero-shot image classification (no training data needed) Image-text similarity/matching Semantic image search Content moderation (detect NSFW, violence) Visual question answering Cross-modal retrieval (image→text, text→image) Metrics: 25,300+ GitHub stars Trained on 400M image-text pairs Matches ResNet-50 on ImageNet (zero-shot) MIT License Use alternativ...
328
11515 plan-writing davila7/claude-code-templates
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
328
11516 ln-742-precommit-setup levnikolaevich/claude-code-skills
ln-742-precommit-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up Git hooks for automated code quality enforcement before commits. Purpose & Scope Does: Installs hook management tools (Husky or pre-commit) Configures staged file linting (lint-staged or pre-commit hooks) Sets up commit message validation (commitlint) Verifies hooks trigger correctly Does NOT: Configure linters themselves (ln-741 does this) Set up test infrastructure (ln-743 does th...
328
11517 firebase-development mindrally/skills
Firebase Development You are an expert in Firebase development with Firestore, Authentication, Cloud Functions, and Storage. Project Structure Organize code by feature directories (services, components, pipes) Use environment variables for development, staging, and production Structure Firestore collections logically (users, spots, bookings) Maintain separate Firebase configurations per environment Code Organization Best Practices Use descriptive naming: "getUsers", "calculateTotalPrice" Keep ...
328
11518 nx mindrally/skills
Nx Monorepo Development You are an expert in Nx, the smart, fast, and extensible build system for monorepos. Project Structure Organize projects following Nx conventions: apps/ - Application projects (web apps, APIs, mobile apps) libs/ - Library projects (shared code, features, utilities) Use consistent naming patterns: scope-type-name (e.g., shared-ui-button) Group related libraries under feature folders Workspace Configuration Configure nx.json for workspace-wide settings: { "targetDefau...
328
11519 architecture-review srstomp/pokayokay
Architecture Review Analyze, audit, and improve project structure. Key Principles Measure before changing — Map structure and identify concrete issues before proposing changes Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction Colocation — Related code together; easy to find, change, and delete features Incremental migration — Refactor in phases, validate each step with tests Quick Assessment No circular dependencies Consistent directory naming and groupin...
328
11520 write-issue tldraw/tldraw
Writing and maintaining GitHub issues Standards for issues in tldraw/tldraw. Title standards Sentence case - Capitalize only the first word and proper nouns No type prefixes - Use GitHub issue types, not Bug:, Feature:, [Bug], etc. Imperative mood for enhancements - "Add padding option" not "Adding padding option" Descriptive for bugs - Describe the symptom: "Arrow bindings break with rotated shapes" Specific - Readable without opening the issue body Good titles Arrow bindings break with rotat...
328
11521 para-second-brain robdefeo/agent-skills
PARA Method Use this skill to help users organize and maintain a second brain using the PARA system (Projects, Areas, Resources, Archives). Routing Pick the entry point based on user intent: Classification and "where does this go?" questions: read references/decision-trees.md Example requests and edge-case comparisons: read references/examples.md Operational process requests (inbox, review, setup, close-out, archive): read references/workflows.md Troubleshooting pain points and validation guidan...
327
11522 ln-110-project-docs-coordinator levnikolaevich/claude-code-skills
L2 Coordinator that gathers project context once and delegates document creation to specialized L3 workers. Purpose & Scope - Single context gathering — analyzes project once, builds Context Store - Project type detection — determines hasBackend, hasDatabase, hasFrontend, hasDocker - Delegates to 5 workers — passes Context Store to each worker - Aggregates results — collects status from all workers, returns summary - Solves the "context loss" problem by gathering data once and passing exp...
327
11523 ln-113-backend-docs-creator levnikolaevich/claude-code-skills
L3 Worker that creates 2 backend documentation files. CONDITIONAL - only invoked when project has backend or database. Purpose & Scope - Creates api_spec.md (if hasBackend) - Creates database_schema.md (if hasDatabase) - Receives Context Store from ln-110-project-docs-coordinator - OpenAPI 3.0 compliant API specification - ER diagrams in Mermaid for database schema - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITION...
327
11524 ln-632-test-e2e-priority-auditor levnikolaevich/claude-code-skills
Specialized worker auditing E2E test coverage for critical paths (risk-based). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit E2E Critical Coverage (Category 2: High Priority) - Validate E2E coverage for critical paths (Money/Security/Data Priority ≥20) - Validate E2E coverage for core user journeys (Priority 15-19) - Identify wasteful E2E tests (Usefulness Score <15) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with risk-based...
327
11525 tangzhan-skill-opencodeinsights tangc/tangzhan-skills
OpenCode Insights Analyst Role You are an elite Developer Productivity Analyst and Strategic Coach. Your goal is to analyze the user's OpenCode session history to generate a "OpenCode Insights" HTML report. Capabilities You verify and analyze: Work Patterns : identifying what projects/modules the user worked on. Tool Usage : analyzing which tools (Bash, Edit, Read, etc.) were used and how. Friction Points : finding errors, interruptions, user rejections, and "babysitting" moments. Strategic Hori...
327
11526 codecontext-setup recallnet/codecontext
Codecontext Setup Set up codecontext so agents can use it without guessing. The point of this skill is not just package installation. The real job is to make the repo's agent contract coherent: the toolchain is installed where it belongs AGENTS.md tells agents when and how to use it inline @context is treated as the required structured layer supporting refs stay unconstrained and user-owned Do not invent required sidecar document schemas. Do not require .ctx.md . Refs can point to Markdown, HTML...
327
11527 alphaear-signal-tracker rkiding/awesome-finance-skills
AlphaEar Signal Tracker Skill Overview This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged). Capabilities 1. Track Signal Evolution 1. Track Signal Evolution (Agentic Workflow) YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md . Workflow: Research : Use FinResearcher Prompt to gather facts/price for a signal. Analyze : Use FinAnalyst Prompt to gen...
327
11528 spring-boot-application aj-geddes/useful-ai-prompts
Spring Boot Application Overview Develop production-ready Spring Boot applications with proper annotation-based configuration, dependency injection, REST controllers, JPA data persistence, service layers, and security implementation following Spring conventions. When to Use Building Spring Boot REST APIs Implementing service-oriented architectures Configuring data persistence with JPA Managing dependency injection Implementing Spring Security Building microservices with Spring Boot Instruction...
327
11529 git-workflow-strategy aj-geddes/useful-ai-prompts
Git Workflow Strategy Overview Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns. When to Use Team collaboration setup Release management Feature development coordination Hotfix procedures Code review processes CI/CD integration planning Implementation Examples 1. GitFlow Workflow Setup Initialize GitFlow git flow init -d Start a feature git flow feature start new-feature Work...
327
11530 fetch-tweet opusgamelabs/game-creator
Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다. How It Works X/Twitter URL의 도메인을 api.fxtwitter.com 으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다. https://x.com/user/status/123456 → https://api.fxtwitter.com/user/status/123456 Script scripts/fetch_tweet.py - 표준 라이브러리만 사용, 외부 의존성 없음. 기본 사용 (포맷팅된 출력) python scripts/fetch_tweet.py https://x.com/garrytan/status/2020072098635665909 JSON 출력 (프로그래밍 활용) python scripts/fetch...
327
11531 backend-development mindrally/skills
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
327
11532 eastmoney_financial_search meission/eastmoney
东方财富资讯搜索skill (eastmoney_financial_search) 根据 用户问句 搜索相关 金融资讯 ,获取与问句相关的资讯信息(如研报、新闻、解读等),并返回可读的文本内容,可选保存到工作目录。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 ( mkapi2.dfcfs.com ) 进行解析与检索。 数据用途 : 提交的数据仅用于资讯搜索,不包含个人隐私信息。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X P...
327
11533 evaluating-code-models davila7/claude-code-templates
BigCode Evaluation Harness - Code Model Benchmarking Quick Start BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages). Installation: git clone https://github.com/bigcode-project/bigcode-evaluation-harness.git cd bigcode-evaluation-harness pip install -e . accelerate config Evaluate on HumanEval: accelerate launch main.py \ --model bigcode/starcoder2-7b \ --tasks humaneval \ --max_length_generation 51...
327
11534 git-pushing davila7/claude-code-templates
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
327
11535 llama-factory davila7/claude-code-templates
Llama-Factory Skill Comprehensive assistance with llama-factory development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with llama-factory Asking about llama-factory features or APIs Implementing llama-factory solutions Debugging llama-factory code Learning llama-factory best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive...
327
11536 malware-analyst sickn33/antigravity-awesome-skills
File identification file sample.exe sha256sum sample.exe String extraction strings -a sample.exe | head -100 FLOSS sample.exe Obfuscated strings Packer detection diec sample.exe Detect It Easy exeinfope sample.exe Import analysis rabin2 -i sample.exe dumpbin /imports sample.exe Phase 3: Static Analysis 1. Load in disassembler: IDA Pro, Ghidra, or Binary Ninja 2. Identify main functionality: Entry point, WinMain, DllMain 3. Map execution flow: Key decision points, loops 4. Identify capabili...
327
11537 axolotl davila7/claude-code-templates
Axolotl Skill Comprehensive assistance with axolotl development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with axolotl Asking about axolotl features or APIs Implementing axolotl solutions Debugging axolotl code Learning axolotl best practices Quick Reference Common Patterns Pattern 1: To validate that acceptable data transfer speeds exist for your training job, running NCCL Tests can help pinpoint bottlenecks, for example: ....
327
11538 ln-700-project-bootstrap levnikolaevich/claude-code-skills
Type: L1 Top Orchestrator Category: 7XX Project Bootstrap Transforms a prototype project (Replit export or early-stage repo) into a production-ready codebase with Clean Architecture, Docker, CI/CD, and development tooling. Overview | Input | Source project directory | Output | Production-ready project with all infrastructure | Delegations | ln-710 -> ln-720 -> ln-730 -> ln-740 -> ln-750 -> ln-760 -> ln-770 -> ln-780 | Duration | ~30 minutes (vs 4+ hours manual) Workflow ``` Pha...
327
11539 ln-781-build-verifier levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects project types, restores dependencies, executes builds, and verifies successful compilation. Scope: - Auto-detect project types from file markers - Restore dependencies using appropriate package manager - Execute build commands for each project - Verify build artifacts exist Out of Scope: - Running tests (handled by ln-782) - Container operations (handled by ln-783) - Workflow orchestrati...
327
11540 codex-cli-runtime openai/codex-plugin-cc
Codex Runtime Use this skill only inside the codex:codex-rescue subagent. Primary helper: node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task "<raw arguments>" Execution rules: The rescue subagent is a forwarder, not an orchestrator. Its only job is to invoke task once and return that stdout unchanged. Prefer the helper over hand-rolled git , direct Codex CLI strings, or any other Bash activity. Do not call setup , review , adversarial-review , status , result , or cancel from codex:co...
327
11541 monorepo mindrally/skills
Monorepo Development You are an expert in TypeScript, React and Next.js, Expo (React Native), Tamagui, Supabase, Zod, Turbo (Monorepo Management), i18next, Zustand, TanStack React Query, Solito, and Stripe. Code Style and Structure Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasErro...
327
11542 micronaut mindrally/skills
Micronaut You are an expert in Java programming, Micronaut framework, GraalVM native builds, reactive programming, Maven/Gradle, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Micronaut best practices Follow Micronaut conventions for package organization and naming Use descriptive method and variable names following camelCase convention Structure your application with consistent organization (controllers, services, rep...
327
11543 azure mindrally/skills
Azure Cloud Development You are a Senior DevOps Engineer with expertise in Azure Cloud Services, Azure Pipelines, Kubernetes, and Infrastructure-as-Code. Core Principles Emphasize modular, reusable, scalable solutions Implement Infrastructure-as-Code principles Apply least privilege access controls Avoid hardcoded values; use configuration management Naming Standards camelCase for variables and functions PascalCase for classes snake_case for files and directories UPPER_CASE for environment var...
327
11544 adding-dbt-unit-test dbt-labs/dbt-agent-skills
In software programming, unit tests validate small portions of your functional code, and they work much the same way in dbt. dbt unit tests allow you to validate your SQL modeling logic on a small set of static inputs *before* you materialize your full model in production. dbt unit tests enable test-driven development, benefiting developer efficiency and code reliability. Unit tests allow enforcing that all the unit tests for a model pass before it is materialized (i.e. dbt won't materialize th...
326
11545 correctness-and-error-handling cognitedata/dune-skills
Correctness & Error Handling Fix Find and fix correctness issues and missing error handling in $ARGUMENTS (or the whole app if no argument is given). Work through every step below. Each step searches for problems and then fixes them in place . Only report issues that cannot be auto-fixed. Step 1 — Map data flows and fix known defects Read these files before checking anything: src/main.tsx / src/App.tsx — top-level error boundaries and auth flow All files matching /hooks/*.ts , /contexts/*.tsx — ...
326
11546 firebase-cli supercent-io/skills-template
firebase-cli — Firebase Command Line Interface Keyword : firebase · firebase deploy · firebase init · firebase emulators The Firebase CLI ( firebase-tools ) manages your Firebase project from the terminal: deploy, emulate, import/export data, manage users, configure services, and automate CI/CD. When to use this skill Deploy Firebase Hosting, Cloud Functions, Firestore rules/indexes, Realtime Database rules, Cloud Storage rules, Remote Config, or Extensions Set up a new Firebase project with fir...
326
11547 shorts-script-personality outscal/video-generator
You are an expert short-form video script writer who generates viral-ready, personality-driven scripts for YouTube Shorts and Instagram Reels while strictly avoiding AI-generated writing cliches. 🚨 CRITICAL: This skill works for ANY topic - tech, science, finance, health, culture, etc. The examples may be gaming-focused (from the original dataset), but the STYLE applies universally. Always match the topic from your research. Input Parameters You will receive: - Approved Angle: The angle pro...
326
11548 web-testing mrgoonie/claudekit-skills
Web Testing Skill Comprehensive web testing: unit, integration, E2E, load, security, visual regression, accessibility. Quick Start npx vitest run Unit tests npx playwright test E2E tests npx playwright test --ui E2E with UI k6 run load-test.js Load tests npx @axe-core/cli https://example.com Accessibility npx lighthouse https://example.com Performance Testing Pyramid (70-20-10) Layer Ratio Framework Speed Unit 70% Vitest/Jest ...
326
11549 effective go openshift/hypershift
Effective Go Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code. When to Apply Use this skill automatically when: Writing new Go code Reviewing Go code Refactoring existing Go implementations Key Reminders Follow the conventions and patterns documented at https://go.dev/doc/effective_go , with particular attention to: Formatting : Always use gofmt - this is non-negotiable Naming : No underscores, use MixedCaps for exported names, mixedCaps...
326
11550 ln-404-test-executor levnikolaevich/claude-code-skills
Runs a single Story final test task (label "tests") through implementation/execution to To Review. Purpose & Scope - Handle only tasks labeled "tests"; other tasks go to ln-401. - Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup). - Enforce risk-based constraints: Priority ≤15; E2E 2-5, Integration 0-8, Unit 0-15, total 10-28; no framework/DB/library/performance tests. - Update Linear/kanban for this task only: Todo -> In Progress -> To Review. Task Storage ...
326