Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agents

agents enthält 214 gesammelte Skills von aRustyDev, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
214
Stars
7
aktualisiert
2026-03-27
Forks
2
Berufsabdeckung
20 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

search-term-matrices
Marktforschungsanalysten und Marketingspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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

2026-03-25
skill-name
Technische Redakteure

{{DESCRIPTION}}

2026-03-25
analyzing-financial-statements
Finanz- und Investitionsanalysten

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

2026-03-24
applying-brand-guidelines
GrafikdesignerPR-Spezialisten

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

2026-03-24
api-design-principles
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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

2026-03-24
sans-course-extraction
Sonstige Hochschullehrer

Extract data from files related to SANS courses.

2026-03-24
auth-implementation-patterns
Informationssicherheitsanalysten

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
Softwareentwickler

Extract data from files related to SANS courses.

2026-03-24
template-new-skill
Softwareentwickler

Generate a skeleton template for a new Claude Code Skill.

2026-03-24
code-example-best-practices
Technische Redakteure

Guidelines for writing effective code examples in technical blog posts

2026-03-24
content-structure-patterns
Technische Redakteure

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

2026-03-24
platform-astro
Softwareentwickler

Astro/AstroPaper platform configuration for the blog-workflow plugin

2026-03-24
seo-for-developers
Technische Redakteure

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

2026-03-24
technical-writing-style
Technische Redakteure

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

2026-03-24
accessibility-audit
Webentwickler

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
Softwareentwickler

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

2026-03-24
design-system-management
Softwareentwickler

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

2026-03-24
design-to-flutter
Softwareentwickler

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

2026-03-24
design-to-react
Softwareentwickler

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

2026-03-24
design-to-swiftui
Softwareentwickler

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

2026-03-24
design-to-tailwind
Softwareentwickler

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

2026-03-24
design-tokens-extraction
Softwareentwickler

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
Softwareentwickler

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

2026-03-24
swift-charts
Softwareentwickler

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

2026-03-24
swiftui-architecture
Softwareentwickler

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

2026-03-24
swiftui-components
Softwareentwickler

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

2026-03-24
swiftui-data-flow
Softwareentwickler

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

2026-03-24
swiftui-gestures
Softwareentwickler

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

2026-03-24
swiftui-testing
Softwarequalitätssicherungsanalysten und -tester

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

2026-03-24
cover-letter-writing
Schriftsteller und Autoren

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

2026-03-24
job-description-analysis
Personalspezialisten

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

2026-03-24
job-requirement-analysis
Personalspezialisten

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

2026-03-24
Zeigt die Top 40 von 214 gesammelten Skills in diesem Repository.