搜索结果
全部能力
找到 1329 个相关结果 / 内容写作
软件工程 / 诊断修复
enonic-webhook-integrator
enonic-webhook-integrator
Sets up Enonic XP event listeners, webhook configurations, and external system integrations triggered by content lifecycle events. Covers lib-event listener…
软件工程 / 部署发布
rust-write-tests
rust-write-tests
Skill for writing expert-level Rust tests. Teaches the "What Could Break?" framework, five transformations from superficial to expert tests, flake hunting…
软件工程 / 诊断修复
bun-file-io
bun-file-io
Use this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in…
软件工程 / 诊断修复
content-idea-generator
content-idea-generator
Generate content ideas rooted in positioning. Use when someone needs "content ideas," "what should I post," "blog topics," "LinkedIn ideas," or is stuck on…
软件工程 / 诊断修复
pytest
pytest
Pytest testing patterns for Python. Trigger: When writing Python tests - fixtures, mocking, markers.
软件工程 / 诊断修复
reanimated-dnd
reanimated-dnd
Integrate react-native-reanimated-dnd for drag-and-drop, sortable lists, sortable grids, and drop zones in React Native apps. Covers components, hooks, and all…
软件工程 / 诊断修复
python-testing
python-testing
Python testing with pytest, coverage, fixtures, and mocking. Use when the user mentions pytest, unit tests, coverage, fixtures, mocking, or writing Python…
软件工程 / 诊断修复
errore
errore
errore is Go-style error handling for TypeScript: return errors instead of throwing them. Instead of Go's two-value tuple (val, err), functions return a single Error | T union. Instead of checking err != nil, you check instanceof Error. TypeScript narrows the type automatically — forget to check and your code won't compile. No wrapper types, no Result monads, just unions and instanceof. The errore npm package provides helper utilities (createTaggedError, tryAsync, matchError, findCause, partition) but the core pattern is zero-dependency. Benefits: every error is visible in the return type, callers can't forget to handle errors, flat control flow with early returns instead of nested try-catch, and errors carry typed properties with cause chains for debugging. ALWAYS read this skill when a repo uses the errore "errors as values" convention (errore.org). ALWAYS use errore for new TypeScript projects.
软件工程 / 部署发布
solidity-gas-optimization
solidity-gas-optimization
Solidity smart contract gas optimization guidelines based on RareSkills. Use when writing, reviewing, or auditing Solidity code. Triggers on tasks involving…
软件工程 / 诊断修复
storekit
storekit
Use when implementing in-app purchases, StoreKit 2 subscriptions, consumables, non-consumables, or transaction handling. Covers testing-first workflow with…
软件工程 / 部署发布
enonic-sandbox-manager
enonic-sandbox-manager
Guides developers through Enonic CLI commands for sandbox management, project scaffolding, local development, app deployment, and CI/CD pipeline generation.…
软件工程 / 诊断修复
claude-skills
claude-skills
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing…
软件工程 / 诊断修复
graphql-expert
graphql-expert
Expert-level GraphQL API development with schema design, resolvers, and subscriptions
软件工程 / 诊断修复
enonic-nextxp-integration
enonic-nextxp-integration
Guides setup, development, and troubleshooting of the Next.js and Enonic XP headless integration (Next.XP framework). Covers Enonic adapter configuration,…
软件工程 / 诊断修复
enonic-guillotine-query-builder
enonic-guillotine-query-builder
Composes, debugs, and optimizes Guillotine GraphQL queries for Enonic XP headless content delivery. Covers query construction, variable usage, filtering,…
软件工程 / 诊断修复
graphql-expert-best-practices
graphql-expert-best-practices
GraphQL performance optimization and best practices for building scalable APIs. This skill should be used when writing, reviewing, or refactoring GraphQL…
软件工程 / 诊断修复
gooserelayvpn-socks5-tunnel
gooserelayvpn-socks5-tunnel
Expert knowledge for building, configuring, and operating GooseRelayVPN — a SOCKS5 VPN that tunnels raw TCP through Google Apps Script to a VPS exit server…
软件工程 / 部署发布
chrome-history
chrome-history
Query Chrome browsing history with natural language. Filter by date range, article type, keywords, and specific sites.
软件工程 / 诊断修复
finishing-development
finishing-development
用于确认开发已完成,并确保所有测试/检查全部通过
软件工程 / 诊断修复
cpp
cpp
Modern C++ best practices with C++17/20 features. Trigger: When writing C++ code with modern standards.