Browse Skills

44358 skills found

Unnamed Skill.md
53
1 export Unnamed Skill
2 ldclabs from "ldclabs/KIP"
3 Persistent graph-based memory for AI agents via KIP (Knowledge Interaction Protocol). Provides structured knowledge storage (concepts, propositions), retrieval (KQL queries), schema discovery (META), and memory metabolism. Use when: (1) remembering user preferences, identities, or relationships across sessions, (2) storing conversation summaries or episodic events, (3) building and querying knowledge graphs, (4) the user says "remember this", "what do you know about me", or asks about past conversations, (5) needing to maintain context continuity across sessions. Requires HTTP access to a KIP backend (anda_cognitive_nexus_server).
2026-01-12
composewebview-development.md
52
1 export composewebview-development
2 parkwoocheol from "parkwoocheol/compose-webview"
3 Builds, tests, and formats ComposeWebView multiplatform library. Handles Android, iOS, Desktop (JVM), and Web (JS) platforms. Use when building, testing, running Spotless formatting, or checking platform-specific code. Supports expect/actual pattern workflows.
2026-01-19
otp-thinking.md
52
1 export otp-thinking
2 georgeguimaraes from "georgeguimaraes/claude-code-elixir"
3 This skill should be used when the user asks to "add background processing", "cache this data", "run this async", "handle concurrent requests", "manage state across requests", "process jobs from a queue", "this GenServer is slow", or mentions GenServer, Supervisor, Agent, Task, Registry, DynamicSupervisor, handle_call, handle_cast, supervision trees, fault tolerance, "let it crash", or choosing between Broadway and Oban.
2026-01-18
Common Lisp Ecosystem.md
52
1 export Common Lisp Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write common lisp", "CLOS", "ASDF", "defpackage", "defsystem", or works with Common Lisp, SBCL, or Coalton. Provides comprehensive Common Lisp ecosystem patterns and best practices.
2026-01-19
TypeScript Ecosystem.md
52
1 export TypeScript Ecosystem
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "write typescript", "typescript config", "tsconfig", "type definition", "generics", "utility types", or works with TypeScript language patterns and configuration. Provides comprehensive TypeScript ecosystem patterns and best practices.
2026-01-19
Requirements Definition.md
52
1 export Requirements Definition
2 takeokunn from "takeokunn/nixos-configuration"
3 This skill should be used when the user asks to "define requirements", "create specification", "clarify requirements", "write requirements document", or mentions requirement analysis. Provides comprehensive requirements definition methodology.
2026-01-19
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-19
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-19
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-19
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-19
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-19
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-18
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
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
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
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
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
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
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
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
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
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
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
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