行動開發
3314 skills in 開發 > 行動開發
custom-plugin-flutter-skill-animations
Production-grade Flutter animations mastery - Implicit and explicit animations, AnimationController, Hero transitions, physics-based motion, Lottie/Rive integration, 60fps optimization with comprehensive code examples
test-auth-wrapper
Expert knowledge on CLI testing with auth bypass, automated endpoint testing, and the 3 bypass methods (headers, environment, test headers). Use this skill when user asks about "test endpoint", "cli testing", "auth bypass", "curl", "automated testing", "local development", or "testing without clerk".
reading-list
Manage reading list via Apple Notes inbox. Auto-scrapes articles, generates AI summaries with key takeaways, categorizes by topic (Tech, AI, Business, Career, Finance), and tracks reading progress. Triggers - "process reading list", "show unread", "summarize articles", "reading inbox", "mark read", "search articles", "show [category] articles", "add article".
nvim-plugin-add
Add and configure Neovim plugins in this dotfiles repo using lazy.nvim. Use when asked to install a plugin, create its config module, update lazy.nvim imports, read plugin README/docs, and add keymaps without conflicting with existing mappings under config/nvim.
flutter-mobile-automation
FlutterアプリのE2Eテストとモバイル自動化の知見。Maestro、Mobile MCP、Dart MCPを使用したテスト作成・実行時に使用。
project-init
Automatically detects new project initialization, collaborates with user on project planning, and sets up the appropriate tech stack with matching skills and agents. Use when starting a new project, creating a new repository, or working in an empty/minimal directory that needs project structure.
prompt-writing
Generates, analyzes, and optimizes prompts for skills, commands, subagents, reference docs, and free-form text. Use when generating prompt content, analyzing prompt files, or optimizing prompt text to apply techniques and reduce bloat. Trigger with phrases like '[generate|analyze|optimize] prompt', '[generate|analyze|optimize] [file-path]', 'create [skill|command|subagent]'.
performance-testing
Test application performance, scalability, and resilience. Use when planning load testing, stress testing, or optimizing system performance.
watch-uat-azdo-pr
Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.
refactoring
Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.
kotlin-ktor
Ktor framework - routing, authentication, WebSockets
comparing-branches
Use when user wants to compare two autonomy branches to see different approaches, metrics, and outcomes
managing-linear
Manage Linear issues, projects, cycles, and team metrics using the Linear SDK. Use when user mentions Linear, issues, tickets, tasks, bugs, sprints, cycles, backlogs, project tracking, milestones, assignments, priorities, estimates, roadmap, velocity, burndown, or when working with URLs containing linear.app.
reclaim-tasks
Manage tasks in Reclaim.ai calendar scheduling app. Use when creating, updating, listing, completing, or deleting Reclaim tasks, or working with calendar scheduling, task priorities, time blocking, or task duration management.
kotlin-flow
Kotlin Flow - StateFlow, SharedFlow, operators, testing
skill-refactoring
Refactor bloated skill.md files using progressive disclosure pattern. Moves detailed content to references/ while keeping skill.md focused and discoverable. Use when a skill is approaching 500 lines or needs better organization.
create-haskell-bazel-target
Create a target for haskell application.
git-workflow
Apply when establishing team branching strategy, PR workflows, and release management.
react-native-basics
Master React Native fundamentals - components, styling, layout, and Expo
swift-architecture
Master iOS/macOS app architecture - MVVM, Clean Architecture, Coordinator, DI, Repository