Skip to main content

这个仓库中的 skills

loulanyue/awesome-claude-notes - 第 8 页

SkillsMP 已收集 loulanyue/awesome-claude-notes 中的 656 个 Skill。打开任一 Skill 可查看来源和详情。

loulanyue/awesome-claude-notes

已展示 40 / 656 个已收集 Skill。

职业分类
软件开发工程师
描述

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the…

原文语言:英语

更新
职业分类
技术写作员
描述

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

原文语言:英语

更新
职业分类
软件开发工程师
描述

>-

原文语言:英语

更新
职业分类
软件开发工程师
描述

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Interactive installer for awesome claude notes — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

原文语言:英语

更新
职业分类
其他计算机职业
描述

훅을 통해 세션을 관찰하고, 신뢰도 점수가 있는 원자적 본능을 생성하며, 이를 스킬/명령어/에이전트로 진화시키는 본능 기반 학습 시스템. v2.1에서는 프로젝트 간 오염을 방지하기 위한 프로젝트 범위 본능이 추가되었습니다.

原文语言:韩语

更新
职业分类
软件开发工程师
描述

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

原文语言:英语

更新
职业分类
软件开发工程师
描述

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from…

原文语言:英语

更新
职业分类
数据库架构师
描述

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic…

原文语言:英语

更新
职业分类
财务和投资分析师
描述

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay…

原文语言:英语

更新
职业分类
财务和投资分析师
描述

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

原文语言:英语

更新
已展示 40 / 656 个已收集 Skill。