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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,410
总 Skills
34.1M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
20601 ssh-key-manager jeremylongshore/claude-code-plugins-plus-skills
Ssh Key Manager Purpose This skill provides automated assistance for ssh key manager tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "ssh key manager" in your request Ask about ssh key manager patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for ssh key manager Follows industry best practi...
36
20602 zoom-automation davepoon/buildwithclaude
Zoom Automation via Rube MCP Automate Zoom operations including meeting scheduling, webinar management, cloud recording retrieval, participant tracking, and usage reporting through Composio's Zoom toolkit. Toolkit docs : composio.dev/toolkits/zoom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoom connection via RUBE_MANAGE_CONNECTIONS with toolkit zoom Always call RUBE_SEARCH_TOOLS first to get current tool schemas Most features require a paid Zoom account (Pro p...
36
20603 angular teachingai/full-stack-skills
Angular Expert Master modern Angular development with Signals, Standalone Components, Zoneless applications, SSR/Hydration, and the latest reactive patterns. When to Use This Skill Building new Angular applications (v20+) Implementing Signals-based reactive patterns Creating Standalone Components and migrating from NgModules Configuring Zoneless Angular applications Implementing SSR, prerendering, and hydration Optimizing Angular performance Adopting modern Angular patterns and best practices Do...
36
20604 cloud-aws-rds teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
36
20605 near-intents near/agent-skills
NEAR Intents Integration Cross-chain token swaps via 1Click REST API. Get a quote, API provides deposit addresses, you build the deposit transaction and receive the resulting token automatically. Quick Start - Pick Your Path Use Case Start Here React App react-swap-widget.md - Example showing the pattern Node.js / Script server-example.md - Example showing the pattern API Reference api-quote.md → api-tokens.md → api-status.md Chain-specific Deposits deposit-{chain}.md Integration Flow GET /v0/to...
36
20606 openclaw-integrations picahq/skills
OpenClaw Integrations (powered by Pica) OpenClaw can interact with 200+ third-party platforms through Pica, a unified integration layer. Pica handles all OAuth, token refresh, rate limiting, and API normalization — you just connect your accounts once and OpenClaw can use them. Setup Users need two things to use integrations: A Pica account — Sign up free at https://app.picaos.com Connected platforms — In the Pica dashboard, connect the services you want OpenClaw to access (Gmail, Slack, HubSpot,...
36
20607 nostr soapbox-pub/nostr-skills
Nostr Protocol Nostr is a simple, open protocol that enables truly censorship-resistant and global social networks using cryptographic keys and signatures. Finding Nostr Documentation All Nostr protocol documentation is maintained in the NIPs (Nostr Implementation Possibilities) repository. To access this information: Reading Individual NIPs Individual NIPs can be fetched from: https://github.com/nostr-protocol/nips/blob/master/{NIP}.md For example, NIP-01 (the basic protocol specificati...
36
20608 skill-create sourman/skills
Instructions Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders. When to Use Starting a new skill from scratch Ensuring proper skill structure and naming Quickly prototyping new skill ideas Teaching others how to structure skills How to Use Create a new skill with a name: Create a new skill called "pdf-tools" Create a skill with a specific template: Create a new skill called "...
36
20609 animation principles - expert dylantarre/animation-principles
Transcending the Principles Mastery means knowing when to break rules. The principles are training wheels for intuition. Here's how experts leverage, subvert, and transcend them. Intentional Violations Anti-Squash/Stretch Rigid motion creates uncanny, mechanical, or ethereal qualities. Spirited Away's gods move without squash - otherworldly presence. Perfect volume preservation can feel more alien than violations. Omitted Anticipation Into the Spider-Verse removes anticipation for snap cuts that...
36
20610 basecamp-automation davepoon/buildwithclaude
Basecamp Automation via Rube MCP Automate Basecamp operations including project management, to-do list creation, task management, message board posting, people management, and to-do group organization through Composio's Basecamp toolkit. Toolkit docs : composio.dev/toolkits/basecamp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Basecamp connection via RUBE_MANAGE_CONNECTIONS with toolkit basecamp Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setu...
36
20611 signalr stuartf303/sorcha
SignalR Skill ASP.NET Core SignalR implementation for real-time client-server communication. Sorcha uses two hubs: ActionsHub (Blueprint Service) for workflow notifications and RegisterHub (Register Service) for ledger events. Both use group-based broadcasting with JWT authentication via query parameters. Quick Start Hub Implementation // Strongly-typed hub with client interface public class RegisterHub : Hub < IRegisterHubClient > { public async Task SubscribeToRegister ( string registerId ) { ...
36
20612 status-report-generator travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
36
20613 quarto-alt-text posit-dev/skills
Write Chart Alt Text Generate accessible alt text for data visualizations in this project. ARGUMENTS label: (optional) specific fig- label to generate alt text for file: (optional) specific .qmd file to process Instructions When invoked, analyze the figure(s) and generate alt text following these guidelines: Key Advantage: Source Code Access Unlike typical alt text scenarios where you only see an image, we have access to the code that generates each chart . Use this to extract precise details: F...
36
20614 analytics tracking eddiebe147/claude-settings
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Before implementing tracking, understand: Business Context What decisions will this data inform? What are the key conversion actions? What questions need answering? Current State What tracking exists? What tools are in use (GA4, Mixpanel, Amplitude, etc.)? What's working/not working? Techni...
36
20615 azure-resource-manager-redis-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.Redis (.NET) Management plane SDK for provisioning and managing Azure Cache for Redis resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.Redis) : Create caches, configure firewall rules, manage access keys, set up geo-replication Data Plane SDK (StackExchange.Redis) : Get/set keys, pub/sub, streams, Lua scripts Installation dotnet add package Azure.ResourceManager.Redis dotnet add package Azure.Identity Current Version : 1.5.1 ...
36
20616 python-scripting 89jobrien/steve
Creates self-contained Python scripts using uv and PEP 723 inline script metadata. What This Skill Does - Creates standalone Python scripts - Uses PEP 723 inline dependencies - Sets up argument parsing - Handles input/output - Configures reproducible builds When to Use - Standalone utility scripts - One-off automation tasks - Quick data processing - CLI tools - Scripts that need dependencies Reference Files - `references/UV_SCRIPT.template.py` - Python script template with PEP 7...
36
20617 devdocs-onboard ab300819/skills
项目上下文 生成项目上下文摘要,帮助 AI 工具或团队成员快速了解项目并接手工作。 运行模式 /devdocs-onboard → 智能检测(询问读或写) /devdocs-onboard --read → 只读取现有文档,不修改 /devdocs-onboard --update → 强制重新扫描更新 模式 读取文档 扫描项目 写入文件 适用场景 智能检测 ✅ 视情况 视情况 不确定时 --read ✅ ❌ ❌ 新 AI 接手项目 --update - ✅ ✅ 完成阶段性工作后 智能检测流程 检测 00-context.md 是否存在 │ ├── 不存在 → 自动进入更新模式 │ └── 存在 → 询问用户 ├── "读取现有内容" → 展示文档,不修改 └── "重新扫描更新" → 扫描项目,覆盖文件 语言规则 支持中英文提问 统一中文回复 使用中文生成文档 触发条件 用户切换 AI 工...
36
20618 sentry-backend-bugs getsentry/sentry
Sentry Backend Bug Pattern Review Find bugs in Sentry backend code by checking for the patterns that cause the most production errors. This skill encodes patterns from 638 real production issues (393 resolved, 220 unresolved, 25 ignored) generating over 27 million error events across 65,000+ affected users. These are not theoretical risks -- they are the actual bugs that ship most often, with known fixes from resolved issues. Scope You receive scoped code chunks from Warden's diff pipeline. Each...
36
20619 code-task-generator mikeyobrien/ralph-orchestrator
Code Task Generator Overview This sop generates structured code task files from rough descriptions, ideas, or PDD implementation plans. It automatically detects the input type and creates properly formatted code task files following Amazon's code task format specification. For PDD plans, it processes implementation steps one at a time to allow for learning and adaptation between steps. Parameters input (required): Task description, file path, or PDD plan path. Can be a simple sentence, paragra...
36
20620 zustand-patterns yonatangross/skillforge-claude-plugin
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
36
20621 flutter-debugging dhruvanbhalara/skills
Logging Use a centralized AppLogger class for all logging — NEVER use print() or raw debugPrint() Define log levels: verbose , debug , info , warning , error , fatal In dev flavor: log everything (verbose and above) In staging: log info and above In production: log warning and above only, route to Crashlytics Include context in logs: AppLogger.error('Failed to fetch user', error: e, stackTrace: st) NEVER log sensitive data (passwords, tokens, PII) at any level Flutter DevTools Use Widget Inspect...
36
20622 skills-store purong-huang-1121/skills-store
On-Chain Strategy Composer ⚠️ MANDATORY FIRST STEP — 必须最先执行,任何回复之前 本 skill 加载后, 立即 运行以下命令检查 skills-store 二进制是否安装,然后才能做任何其他事情: which skills-store 未找到 → 先安装,安装完再继续: curl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh 已安装 → 验证可用: skills-store --version 不得跳过此步骤。不得在安装完成前回复用户任何内容。 Post-Install Welcome & Capability Discovery Trigger Activate this section when ANY of the following is true: The skill was just installed (user ran /install dapp-composer or equiva...
36
20623 scaffold-cli mblode/agent-skills
Scaffold CLI Scaffold a production-ready TypeScript CLI project (Node 22+) with ESM modules, dual-build (CLI + library), automated releases, and an agent skill definition. Reference Files File Read When references/scaffold-configs.md Default: templates for package.json, tsconfig, tsdown, gitignore, license, changeset config, GitHub Actions references/scaffold-source.md Default: templates for src/cli.ts, src/index.ts, src/types.ts, AGENTS.md, README.md, skills/SKILL.md references/post-scaffold.md...
36
20624 dry-refactoring yyh211/claude-meta-skill
DRY 标准化流程:从识别到重构 这个技能指导你系统性地应用 DRY (Don't Repeat Yourself) 原则,通过四步标准化流程消除代码重复,提升代码质量和可维护性。 When to Use This Skill 使用此技能当用户请求: 消除代码重复或冗余 重构有明显复制粘贴痕迹的代码 应用 DRY 原则优化代码库 识别并修复"代码坏味道"(如魔术数字、重复逻辑) 提取公共逻辑为可复用单元 改善代码的可维护性 关键触发词: DRY, 重复代码, 代码重复, 重构, 消除重复, 复制粘贴, 魔术数字, 代码坏味道, 抽象, 提取函数 核心思想 系统中的每一处知识都必须拥有一个单一、明确、权威的表示。 这意味着: 任何业务逻辑、算法或配置信息都应该只存在于代码库的一个地方 如果需要修改,你只需改这一个地方 修改会自动反映到所有使用该逻辑的地方 两次法则 (Rule of Two): 当你第二次写下几乎相同的代码块时,警钟就应该敲响。这是开始重构的信号。 四步标准化流程 这是一个可在编码任何阶段应用的微循环。严格按照步骤执行,确保重构的安全性和有效性。 ...
36
20625 tanstack-vue-form-skilld harlan-zw/vue-ecosystem-skills
TanStack/form @tanstack/vue-form Powerful, type-safe forms for Vue. Version: 1.28.5 (Mar 2026) Deps: @tanstack/vue-store@^0.9.1, @tanstack/form-core@1.28.5 Tags: latest: 1.28.5 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes for @tanstack/vue-form . BREAKING: field.errors — v1.28.0 flattens errors by default ( [error] not [[error]] ), use disableErrorFlat: true to restore old nested behavior source DEPRECATED: field.getValue() —...
36
20626 mcp-builder letta-ai/skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
36
20627 async-preact-signals rodydavis/skills
Async Preact Signals When working with signals in Javascript, it is very common to work with async data from Promises . Async vs Sync But unlike other state management libraries, signals do not have an asynchronous state graph and all values must be computed synchronously . When people first start using signals they want to simply add async to the function callback but this breaks how they work under the hood and leads to undefined behavior. ☹️ Async functions are a leaky abstraction and force y...
36
20628 planning-prompts scientiacapital/skills
<quick_start> Start a new project: Claude creates planning structure mkdir -p .planning/phases Creates: BRIEF.md, ROADMAP.md, phase plans Invoke via routing: "brief" / "new project" → Create BRIEF.md "roadmap" / "phases" → Create ROADMAP.md "plan phase" / "next phase" → Create phase PLAN.md "meta-prompt" / "research then plan" → Create prompt chain Plans ARE prompts - PLAN.md is directly executable by Claude. </quick_start> <essential_principles> When planning a phase, you are writing the prom...
36
20629 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
36
20630 blue-ocean-strategy scientiacapital/skills
Blue Ocean Strategy Framework Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost. Core Principle Don't compete in bloody red oceans. Create blue oceans of uncontested market space. Most companies fight for market share in existing industries (red oceans). Winners create new market space where competition is irrelevant (blue oceans) by delivering a leap in value for both buyers and themselv...
36
20631 tts answerzhao/agent-skills
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
36
20632 markitdown ovachiever/droid-tings
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
36
20633 cc10x-router romiluz13/cc10x
cc10x Router Runtime contract only. When loaded: route intent, hydrate workflow state, write workflow artifacts, execute the task graph, validate agent output, finalize memory. 1. Intent Routing Route using the first matching signal: Priority Signal Keywords Workflow Chain 1 ERROR error, bug, fix, broken, crash, fail, debug, troubleshoot, issue DEBUG bug-investigator -> code-reviewer -> integration-verifier 2 PLAN plan, design, architect, roadmap, strategy, spec, brainstorm PLAN brainstorming ->...
36
20634 architecture-doc-creator jeremylongshore/claude-code-plugins-plus-skills
Architecture Doc Creator Purpose This skill provides automated assistance for architecture doc creator tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "architecture doc creator" in your request Ask about architecture doc creator patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for arc...
36
20635 automating-keynote spillwavesolutions/automating-mac-apps-plugin
Automating Keynote (JXA-first, AppleScript discovery) Contents Relationship to the macOS automation skill Core framing Workflow (default) Quick Examples What to load Relationship to the macOS automation skill This skill focuses on Keynote-specific automation (documents, slides, charts). Use automating-mac-apps for cross-app workflows or general macOS scripting foundations. Assumes Apple Events knowledge from the related skill. PyXA Installation: To use PyXA examples in this skill, see the instal...
36
20636 robustadev julianobarbosa/claude-code-skills
RobustaDev Comprehensive guide for Robusta - the SRE agent that transforms Kubernetes alerts into actionable insights using playbooks, AI investigation, and automated remediation. Quick Reference Component Purpose Playbooks Rules engine defining alert responses Triggers Events that activate playbook execution Actions Remediation steps and enrichments Sinks Notification destinations (Slack, Teams, PagerDuty, etc.) Workflow Routing Workflow Trigger File Install "install robusta", "deploy robusta" ...
36
20637 memory-management ruvnet/claude-flow
Memory Management SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-...
36
20638 agentbox cascade-protocol/agentbox
AgentBox Provision a dedicated AI agent by paying $5 USDC (Solana) via x402. Each agent runs an OpenClaw AI gateway with HTTPS, web terminal, and Solana wallet. Instances last 7 days (extendable). Base URL: https://api.agentbox.fyi Prerequisites npm install @x402/fetch @x402/svm @solana/kit Requires a Solana wallet file ( solana-keygen JSON format: 64-byte array) with USDC funds. 1. Provision Create provision.mjs and run with node provision.mjs /path/to/wallet.json [name] : import { readFileSync...
36
20639 web-automation mauromedda/agent-toolkit
ABOUTME: Claude Code skill for web automation, debugging, and E2E testing using Playwright ABOUTME: Covers interactive automation, passive monitoring, screenshots, and security verification Web Automation with Playwright Browser automation and debugging using Playwright in Python or JavaScript/TypeScript . Detailed patterns : See references/python-patterns.md and references/javascript-patterns.md Quick Reference Task Helper Script Login / fill forms examples/python/form_interaction.py Take scree...
36
20640 sanitize-git-repo letta-ai/skills
Sanitize Git Repository This skill provides guidance for systematically identifying and replacing sensitive information in git repositories, including API keys, tokens, passwords, and other credentials. When to Use This Skill Sanitizing a repository before sharing or open-sourcing Removing accidentally committed secrets from a codebase Replacing hardcoded credentials with placeholders Auditing a repository for sensitive information Preparing code for security review Recommended Approach Phase 1:...
36
20641 discover-skills nesnilnehc/ai-cortex
Skill: Discover Skills Purpose Help the Agent identify missing skills for a task and recommend concrete installation steps. This skill discovers candidates and suggests what to install, but does not install or inject skills automatically. Core Objective Primary Goal : Provide the Agent with top 1-3 skill recommendations and exact installation commands to fill capability gaps. Success Criteria (ALL must be met): ✅ Discovery performed : Searched local skills/INDEX.md and manifest.json , or externa...
36
20642 laravel-prompts rawveg/skillsforge-marketplace
Laravel Prompts is a PHP package for adding beautiful and user-friendly forms to your command-line applications, with browser-like features including placeholder text and validation. It's pre-installed in Laravel and supports macOS, Linux, and Windows with WSL. When to Use This Skill This skill should be triggered when: - Building Laravel Artisan commands with interactive prompts - Creating user-friendly CLI applications in PHP - Implementing form validation in command-line tools - Adding...
36
20643 identity-framework qodex-ai/ai-agent-skills
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 Acce...
36
20644 build-parallelism dotnet/skills
MSBuild Parallelism Model /maxcpucount (or -m ): number of worker nodes (processes) Default: 1 node (sequential!). Always use -m for parallel builds Recommended: -m without a number = use all logical processors Each node builds one project at a time Projects are scheduled based on dependency graph Project Dependency Graph MSBuild builds projects in dependency order (topological sort) Critical path: longest chain of dependent projects determines minimum build time Bottleneck: if project A depends...
36
20645 animation principles - advanced dylantarre/animation-principles
Nuanced Application of Animation Principles You've internalized the fundamentals. Now explore the subtleties that separate competent from exceptional animation. Beyond the Basics Squash and Stretch: The Invisible Application Facial animation relies on subtle squash/stretch most viewers never consciously see. Brows compress, cheeks stretch, jaw volumes shift. The principle applies to rigid objects too - camera shake and motion blur are perceptual squash/stretch. Anticipation: When to Subvert It L...
36
20646 agent-researcher ruvnet/claude-flow
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
36
20647 prowler-readme-table prowler-cloud/prowler
When to Use Use this skill when updating the Prowler at a Glance table in the root README.md . This table tracks the number of checks, services, compliance frameworks, and categories for each supported provider. Procedure Step 1: Collect Stats via CLI Run the following command for each provider and each metric : python3 prowler-cli.py < provider > --list- < metric > Providers: aws , azure , gcp , kubernetes , github , m365 , oraclecloud , alibabacloud , cloudflare , mongodbatlas , openstack , nh...
36
20648 az-aks-agent julianobarbosa/claude-code-skills
Azure AKS Agent CLI Skill Overview The Agentic CLI for Azure Kubernetes Service (AKS) is an AI-powered troubleshooting and insights tool (currently in preview) that brings advanced diagnostics directly to your terminal. It allows you to ask natural language questions about your cluster's health, configuration, and issues without requiring deep Kubernetes expertise or knowledge of complex command syntax. Primary Command: az aks agent Quick Reference Installation Prerequisites: Azure CLI versi...
36
20649 tech-debt-prioritizer patricio0312rev/skills
Tech Debt Prioritizer Systematically prioritize and pay down technical debt. Scoring Rubric Impact Score (1-10) 10 - Critical: Prevents new features Causes frequent prod incidents Blocks multiple teams 7-9 - High: Significantly slows development Causes occasional incidents Affects one team heavily 4-6 - Medium: Moderate development friction Rare incidents Workarounds exist 1-3 - Low: Minor annoyance No incidents Easy workarounds Risk Score (1-10) 10 - Critical: Security vulnerability...
36
20650 protein-assembly letta-ai/skills
Protein Assembly Skill This skill provides structured guidance for designing fusion protein gBlock sequences that combine multiple protein components (antibody fragments, fluorescent proteins, enzyme domains) into a single optimized DNA construct. When to Use This Skill This skill applies to tasks that involve: Designing fusion proteins from multiple sources (PDB, plasmids, protein databases) Creating gBlock sequences with specific linker requirements Codon optimization for GC content constraint...
36