Browse Skills

44357 skills found

Nix Ecosystem.md
52
1 export Nix Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write nix", "nix expression", "flake.nix", "home-manager config", "programs.*", "services.*", or works with Nix language, flakes, or Home Manager. Provides comprehensive Nix ecosystem patterns and best practices.
2026-01-16
ecto-thinking.md
52
1 export ecto-thinking
2 georgeguimaraes from "georgeguimaraes/claude-code-elixir"
3 This skill should be used when the user asks to "add a database table", "create a new context", "query the database", "add a field to a schema", "validate form input", "fix N+1 queries", "preload this association", "separate these concerns", or mentions Repo, changesets, migrations, Ecto.Multi, has_many, belongs_to, transactions, query composition, or how contexts should talk to each other.
2026-01-15
Technical Documentation.md
52
1 export Technical Documentation
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write documentation", "create README", "API docs", "design document", "specification", "user guide", or needs documentation guidance. Provides comprehensive documentation patterns for developers, teams, and end-users in both English and Japanese.
2026-01-16
using-elixir-skills.md
52
1 export using-elixir-skills
2 georgeguimaraes from "georgeguimaraes/claude-code-elixir"
3 This skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project has a mix.exs, or asks "which skill should I use", "new to Elixir", "help with Elixir". Routes to the correct thinking skill BEFORE exploring code. Triggers on "implement", "add", "fix", "refactor" in Elixir projects.
2026-01-15
Fact Check.md
52
1 export Fact Check
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "verify claims", "fact check", "validate documentation", "check sources", or needs verification of external source references. Provides patterns for systematic fact verification using Context7 and WebSearch.
2026-01-16
PHP Ecosystem.md
52
1 export PHP Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write php", "php 8", "composer", "phpunit", "pest", "phpstan", "psalm", "psr", or works with modern PHP language patterns and configuration. Provides comprehensive modern PHP ecosystem patterns and best practices.
2026-01-16
Rust Ecosystem.md
52
1 export Rust Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when working with Rust projects, "Cargo.toml", "rustc", "cargo build/test/run", "clippy", "rustfmt", or Rust language patterns. Provides comprehensive Rust ecosystem patterns and best practices.
2026-01-16
Emacs Ecosystem.md
52
1 export Emacs Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write elisp", "emacs config", "init.el", "use-package", ".el file", "emacs lisp", or "magit". Provides comprehensive Emacs ecosystem patterns and best practices. For org-mode, use org-ecosystem skill.
2026-01-16
AWS Ecosystem.md
52
1 export AWS Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "aws cli", "aws configure", "aws sso", "aws sts", "terraform aws", or works with AWS CLI and Terraform AWS Provider patterns. Provides comprehensive AWS ecosystem patterns and best practices.
2026-01-16
Investigation Patterns.md
52
1 export Investigation Patterns
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "investigate code", "analyze implementation", "find patterns", "understand codebase", "debug issue", "find bug", "troubleshoot", or needs evidence-based code analysis and debugging. Provides systematic investigation and debugging methodology.
2026-01-16
Go Ecosystem.md
52
1 export Go Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write go", "golang", "go.mod", "go module", "go test", "go build", or works with Go language development. Provides comprehensive Go ecosystem patterns and best practices.
2026-01-16
phoenix-thinking.md
52
1 export phoenix-thinking
2 georgeguimaraes from "georgeguimaraes/claude-code-elixir"
3 This skill should be used when the user asks to "add a LiveView page", "create a form", "handle real-time updates", "broadcast changes to users", "add a new route", "create an API endpoint", "fix this LiveView bug", "why is mount called twice?", or mentions handle_event, handle_info, handle_params, mount, channels, controllers, components, assigns, sockets, or PubSub. Essential for avoiding duplicate queries in mount.
2026-01-15
Execution Workflow.md
52
1 export Execution Workflow
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "execute task", "implement feature", "delegate work", "run workflow", "review code", "code quality check", or needs task orchestration and code review guidance. Provides execution, delegation, and code review patterns.
2026-01-16
Technical Writing.md
52
1 export Technical Writing
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write blog post", "technical article", "tutorial", "explain concept", or needs guidance on technical writing for external audiences. Provides patterns for technical blogs and articles in both English and Japanese.
2026-01-16
Org Ecosystem.md
52
1 export Org Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write org", "org-mode", "org file", ".org file", "org syntax", "org document", "org babel", "org export", "org agenda", "org capture", "GTD", "literate programming", "org publishing", or "org-mode workflow". Provides comprehensive Org-mode patterns and best practices.
2026-01-16
C Ecosystem.md
52
1 export C Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when working with C projects, "C11", "C17", "C23", "Makefile", "gcc", "clang", "valgrind", "getopt", or C language patterns. Provides comprehensive Modern C (C11-C23) patterns, memory management, and CLI development best practices.
2026-01-16
Testing Patterns.md
52
1 export Testing Patterns
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write tests", "test strategy", "coverage", "unit test", "integration test", or needs testing guidance. Provides testing methodology and patterns.
2026-01-16
Context7 Usage.md
52
1 export Context7 Usage
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "check documentation", "latest API", "library docs", "context7", or needs up-to-date library documentation. Provides Context7 MCP usage patterns.
2026-01-16
elixir-thinking.md
52
1 export elixir-thinking
2 georgeguimaraes from "georgeguimaraes/claude-code-elixir"
3 This skill should be used when the user asks to "implement a feature in Elixir", "refactor this module", "should I use a GenServer here?", "how should I structure this?", "use the pipe operator", "add error handling", "make this concurrent", or mentions protocols, behaviours, pattern matching, with statements, comprehensions, structs, or coming from an OOP background. Contains paradigm-shifting insights.
2026-01-21
serena-usage.md
52
1 export serena-usage
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "use serena", "semantic search", "symbol analysis", "find references", "code navigation", or needs Serena MCP guidance. Provides Serena tool usage patterns.
2026-01-21
sql-ecosystem.md
52
1 export sql-ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when working with SQL databases, "SELECT", "INSERT", "UPDATE", "DELETE", "CREATE TABLE", "JOIN", "INDEX", "EXPLAIN", transactions, or database migrations. Provides comprehensive SQL patterns across PostgreSQL, MySQL, and SQLite.
2026-01-21
composewebview-documentation.md
52
1 export composewebview-documentation
2 parkwoocheol from "parkwoocheol/compose-webview"
3 Manages MkDocs documentation site and API references for ComposeWebView. Use when creating, updating, or building documentation, adding guides, or generating API docs. Handles mkdocs serve, build, and validation.
2026-01-20
c-ecosystem.md
52
1 export c-ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when working with C++ projects, CMakeLists.txt, Ninja, clang-tidy, clang-format, GoogleTest, Catch2, or Modern C++ (C++11-23) language patterns. Provides comprehensive C++ ecosystem patterns and best practices.
2026-01-21
composewebview-code-review.md
52
1 export composewebview-code-review
2 parkwoocheol from "parkwoocheol/compose-webview"
3 Performs code quality checks and reviews for ComposeWebView. Validates expect/actual implementations, KDoc coverage, Spotless formatting, and multiplatform patterns. Use when reviewing PRs, checking code quality, or validating new features.
2026-01-20