Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agents

agents 收录了来自 aRustyDev 的 214 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
214
Stars
7
更新
2026-03-27
Forks
2
职业覆盖
20 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

search-term-matrices
市场调研分析师与营销专员

Strategic search planning for agent-driven research. Generates structured search-term matrices with tiered fallback strategies, engine-specific operators, and grading criteria before executing any searches. Use this skill whenever research requires more than a single search query — comparing technologies, verifying claims across sources, surveying a landscape, investigating a multi-faceted question, or building evidence for a decision. Do NOT use for quick factual lookups, fetching a single known URL, or questions answerable from a single source. Covers tech, academic, regulatory, and general domains. Think of it as "research planning" — the matrix is the plan, execution comes after.

2026-03-27
meta-convert-dev
软件开发工程师

Create language conversion skills for translating code from language A to language B. Use when building 'convert-X-Y' skills, designing type mappings between languages, establishing idiom translation patterns, or defining conversion methodologies. Provides foundational patterns that specific conversion skills extend.

2026-03-25
meta-convert-guide
软件开发工程师

Guide for translating code between programming languages. Use when converting code from one language to another, planning language migrations, understanding conversion challenges, asking about type mappings, idiom translations, or referencing pattern mappings. Covers APTV workflow, type systems, error handling, concurrency, and language-specific gotchas.

2026-03-25
meta-skill-gaps-dev
软件开发工程师

Identify skill coverage gaps and improvement opportunities. Use when analyzing missing skills for a task, creating skill gap issues, evaluating skill effectiveness, or refining skill progressive disclosure.

2026-03-25
meta-skill-validation-dev
软件质量保证分析师与测试员

Validate Claude Code skills against best practices. Use when checking skill quality, running validation, or creating improvement issues.

2026-03-25
skill-name
技术写作员

{{DESCRIPTION}}

2026-03-25
analyzing-financial-statements
财务和投资分析师

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

2026-03-24
applying-brand-guidelines
平面设计师公关专员

This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging

2026-03-24
api-design-principles
软件开发工程师

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

2026-03-24
prompt-engineering-patterns
软件开发工程师

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.

2026-03-24
python-packaging
软件开发工程师

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

2026-03-24
confidence-check
软件质量保证分析师与测试员

Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.

2026-03-24
cookbook-audit
软件质量保证分析师与测试员

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

2026-03-24
sans-course-extraction
其他高等院校教师

Extract data from files related to SANS courses.

2026-03-24
auth-implementation-patterns
信息安全分析师

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

2026-03-24
sans-course-extraction
软件开发工程师

Extract data from files related to SANS courses.

2026-03-24
template-new-skill
软件开发工程师

Generate a skeleton template for a new Claude Code Skill.

2026-03-24
code-example-best-practices
技术写作员

Guidelines for writing effective code examples in technical blog posts

2026-03-24
content-structure-patterns
技术写作员

Blog structure patterns for tutorials, deep-dives, research summaries, and development journals

2026-03-24
platform-astro
软件开发工程师

Astro/AstroPaper platform configuration for the blog-workflow plugin

2026-03-24
seo-for-developers
技术写作员

SEO fundamentals for technical blog posts — meta tags, structured data, keyword placement, and readability optimization

2026-03-24
technical-writing-style
技术写作员

Style guide for technical blog posts covering voice, tone, clarity, and consistency standards

2026-03-24
accessibility-audit
网页开发工程师

Audit design components and generated code for WCAG 2.1 compliance including color contrast, touch targets, and screen reader compatibility

2026-03-24
asset-optimization
软件开发工程师

Optimize design assets for production deployment with format-specific compression, resolution scaling, and bundle optimization

2026-03-24
design-system-management
软件开发工程师

Manage design system tokens including CRUD operations, multi-format export, version tracking, and synchronization with design files

2026-03-24
design-to-flutter
软件开发工程师

Convert design specifications from Figma, Sketch, or Penpot to Flutter widgets with proper theming

2026-03-24
design-to-react
软件开发工程师

Convert design specifications from Figma, Sketch, or Penpot to React components with CSS modules or styled-components

2026-03-24
design-to-swiftui
软件开发工程师

Convert design specifications from Figma, Sketch, or Penpot to SwiftUI view code with proper modifiers and theme integration

2026-03-24
design-to-tailwind
软件开发工程师

Convert design specifications from Figma, Sketch, or Penpot to HTML with Tailwind CSS utility classes

2026-03-24
design-tokens-extraction
软件开发工程师

Extract design tokens (colors, typography, spacing, shadows) from Figma, Sketch, and Penpot design files via MCP servers and normalize to W3C format

2026-03-24
duckdb-swift
软件开发工程师

Using DuckDB as an in-process analytical SQL engine for SwiftUI applications with CSV, Parquet, and SQLite support

2026-03-24
swift-charts
软件开发工程师

Building data visualizations in SwiftUI using Apple's Swift Charts framework

2026-03-24
swiftui-architecture
软件开发工程师

Architecture patterns for SwiftUI applications including MVVM, navigation, dependency injection, and the @Observable macro

2026-03-24
swiftui-components
软件开发工程师

Reference for SwiftUI built-in components, layout tools, and visual styling for iOS-native interfaces

2026-03-24
swiftui-data-flow
软件开发工程师

SwiftUI data flow mechanisms including @Observable, @State, @Binding, and environment values

2026-03-24
swiftui-gestures
软件开发工程师

Implementing touch interactions, gestures, and haptic feedback in SwiftUI for responsive user experiences

2026-03-24
swiftui-testing
软件质量保证分析师与测试员

Testing strategies for SwiftUI applications including unit tests, UI tests, and preview-based testing

2026-03-24
cover-letter-writing
作家与作者

Craft targeted cover letters tailored to specific job descriptions and employer requirements

2026-03-24
job-description-analysis
人力资源专员

Analyze job descriptions to extract key requirements, responsibilities, and qualification signals

2026-03-24
job-requirement-analysis
人力资源专员

Analyze and categorize job requirements to identify must-have vs nice-to-have qualifications

2026-03-24
当前展示该仓库 Top 40 / 214 个已收集 skills。