效率工具

任务自动化、办公工作流和个人效率

671 個 Skills 可用

Skills 列表

flox-environments

flox-environments

240Kbackend-api

Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that need project-scoped tools without sudo. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.

affaan-m avataraffaan-m
獲取
quarkus-patterns

quarkus-patterns

240Kbackend-api

Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. Use when building or reviewing a Quarkus service, especially with Camel messaging or Panache data access.

affaan-m avataraffaan-m
獲取
tinystruct-patterns

tinystruct-patterns

240Kmcp-integrations

Expert guidance for developing with the tinystruct Java framework. Use when working on the tinystruct codebase or any project built on tinystruct — including creating Application classes, @Action-mapped routes, unit tests, ActionRegistry, HTTP/CLI dual-mode handling, the built-in HTTP server, the event system, JSON with Builder/Builders, database persistence with AbstractData, POJO generation, Server-Sent Events (SSE), file uploads, and outbound HTTP networking.

affaan-m avataraffaan-m
獲取
homelab-wireguard-vpn

homelab-wireguard-vpn

240Kbackend-api

WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients. Use when setting up WireGuard for remote access to a home network, or deciding between split and full tunnel routing.

affaan-m avataraffaan-m
獲取
quarkus-security

quarkus-security

240Ksecurity

Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security. Use when reviewing Quarkus authn/authz, JWT or OIDC, RBAC, validation, or secrets.

affaan-m avataraffaan-m
獲取
skill-scout

skill-scout

240Kwriting-content

Search existing local, marketplace, GitHub, and web skill sources before creating a new skill. Use when the user wants to create, build, fork, or find a skill for a workflow.

affaan-m avataraffaan-m
獲取
cost-tracking

cost-tracking

240Kprompting-reasoning

Track and report Claude Code token usage, spending, and budgets from the local ECC cost-tracker metrics log. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by model, session, or date.

affaan-m avataraffaan-m
獲取
quarkus-tdd

quarkus-tdd

240Ktesting-qa

Test-driven development for Quarkus 3.x LTS using JUnit 5, Mockito, REST Assured, Camel testing, and JaCoCo. Use when adding features, fixing bugs, or refactoring event-driven services.

affaan-m avataraffaan-m
獲取
quarkus-verification

quarkus-verification

240Ktesting-qa

Verification loop for Quarkus projects: build, static analysis, tests with coverage, security scans, native compilation, and diff review before release or PR.

affaan-m avataraffaan-m
獲取
fsharp-testing

fsharp-testing

240Ktesting-qa

F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices. Use when writing F# tests with xUnit, FsUnit, Unquote, or FsCheck.

affaan-m avataraffaan-m
獲取
homelab-vlan-segmentation

homelab-vlan-segmentation

240Kagent-workflows

Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping. Use when splitting a home network into IoT, guest, trusted, and server VLANs on UniFi, pfSense/OPNsense, or MikroTik.

affaan-m avataraffaan-m
獲取
homelab-pihole-dns

homelab-pihole-dns

240Kdevops-cloud

Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network. Use when the task explicitly involves Pi-hole — installing it, managing blocklists, configuring DoH or DHCP, adding local DNS records, or diagnosing DNS resolution with Pi-hole in the path.

affaan-m avataraffaan-m
獲取
prisma-patterns

prisma-patterns

240Kdatabase

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion. Use when writing a Prisma schema or query, or debugging transactions, migrations, or serverless connection limits.

affaan-m avataraffaan-m
獲取
blender-motion-state-inspection

blender-motion-state-inspection

240Kproductivity

Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.

affaan-m avataraffaan-m
獲取
recsys-pipeline-architect

recsys-pipeline-architect

240Kresearch-knowledge

Design composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework popularized by xAI's open-sourced For You algorithm. Use this skill whenever the user is building any system that picks "the top K items for a (user, context)" — social feeds, content CMSs, RAG rerankers, task prioritizers, notification triage, search reranking, ad ranking.

affaan-m avataraffaan-m
獲取
content-hash-cache-pattern

content-hash-cache-pattern

239Kresearch-knowledge

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

affaan-m avataraffaan-m
獲取
kotlin-patterns

kotlin-patterns

239Ktesting-qa

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

affaan-m avataraffaan-m
獲取
investor-materials

investor-materials

239Kagent-workflows

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 internally consistent across multiple fundraising assets.

affaan-m avataraffaan-m
獲取
regex-vs-llm-structured-text

regex-vs-llm-structured-text

239Ktesting-qa

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

affaan-m avataraffaan-m
獲取
nextjs-turbopack

nextjs-turbopack

239Kfrontend

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

affaan-m avataraffaan-m
獲取
continuous-agent-loop

continuous-agent-loop

239Kagent-workflows

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

affaan-m avataraffaan-m
獲取
architecture-decision-records

architecture-decision-records

239Kdatabase

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 way it is.

affaan-m avataraffaan-m
獲取
compose-multiplatform-patterns

compose-multiplatform-patterns

239Kdesign-ui

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

affaan-m avataraffaan-m
獲取
swift-actor-persistence

swift-actor-persistence

239Kmcp-integrations

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

affaan-m avataraffaan-m
獲取