Source

gsmlg-dev/code-agent

89 skills · 2.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
elixir-architect Use when designing or architecting Elixir/Phoenix applications, creating comprehensive project documentation, plannin…
gsmlg-dev/code-agent
40
2
chrome-devtools-cli Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome …
gsmlg-dev/code-agent
37
3
chrome-devtools-mcp Browser automation and testing using chrome-devtools MCP server. Use when automating web browsers, taking screenshots…
gsmlg-dev/code-agent
37
4
elixir-phoenix Use when creating a new Phoenix project, adding Phoenix to an umbrella, configuring assets with Bun, setting up deven…
gsmlg-dev/code-agent
37
5
troubleshooting Uses Chrome DevTools MCP and documentation to troubleshoot connection and target issues. Trigger this skill when list…
gsmlg-dev/code-agent
37
6
a11y-debugging Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testin…
gsmlg-dev/code-agent
36
7
debug-optimize-lcp Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenev…
gsmlg-dev/code-agent
36
8
phoenix-duskmoon-design Design conventions and visual quality guide for Phoenix projects using DuskMoon UI. Defines component color defaults,…
gsmlg-dev/code-agent
36
9
denox Use when building Elixir applications that need to evaluate JavaScript or TypeScript code, run Deno programs as subpr…
gsmlg-dev/code-agent
35
10
duskmoon-art-elements Use the DuskMoon CSS Art Elements (`<el-dm-art-*>` web components). Use when adding pure CSS art animations to web pa…
gsmlg-dev/code-agent
35
11
duskmoon-dev-css-art When using npm package `@duskmoon-dev/css-art`, this skill shows how to install, configure, and use the pure CSS art …
gsmlg-dev/code-agent
35
12
flutter-duskmoon-design Use when writing Flutter code that uses flutter_duskmoon_ui packages, when creating or modifying widgets that consume…
gsmlg-dev/code-agent
35
13
duskmoon-dev-core When using npm package `@duskmoon-dev/core`, this skill shows how to install, configure, and use the CSS component li…
gsmlg-dev/code-agent
34
14
duskmoon-elements Use the DuskMoon Elements custom element library (`<el-dm-*>` web components). Use when building web pages or apps wi…
gsmlg-dev/code-agent
34
15
ecto-release-migrations Set up database migrations for Elixir releases. Use when asked to configure release migrations, add migrate command t…
gsmlg-dev/code-agent
34
16
ecto-thinking This skill should be used when the user asks to "add a database table", "create a new context", "query the database",…
gsmlg-dev/code-agent
34
17
elixir-thinking This skill should be used when the user asks to "implement a feature in Elixir", "refactor this module", "should I us…
gsmlg-dev/code-agent
34
18
flutter-duskmoon Flutter DuskMoon UI design system — theme, adaptive widgets, settings, feedback, forms, data visualization, code edit…
gsmlg-dev/code-agent
34
19
oban-thinking This skill should be used when the user asks to "add a background job", "process async", "schedule a task", "retry fa…
gsmlg-dev/code-agent
34
20
otp-thinking This skill should be used when the user asks to "add background processing", "cache this data", "run this async", "ha…
gsmlg-dev/code-agent
34
21
phoenix-duskmoon-ui Phoenix Duskmoon UI component library for Elixir/Phoenix LiveView applications. Use when building UIs with `phoenix_d…
gsmlg-dev/code-agent
34
22
phoenix-thinking This skill should be used when the user asks to "add a LiveView page", "create a form", "handle real-time updates", "…
gsmlg-dev/code-agent
34
23
setup-mcp Use when adding or configuring an MCP (Model Context Protocol) server in a Claude Code plugin. Triggers on "add mcp",…
gsmlg-dev/code-agent
34
24
using-elixir-skills This skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project …
gsmlg-dev/code-agent
34
25
flutter-theming-apps Customizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, …
gsmlg-dev/code-agent
32
26
flutter-improving-accessibility Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is u…
gsmlg-dev/code-agent
31
27
flutter-reducing-app-size Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or m…
gsmlg-dev/code-agent
31
28
flutter-building-plugins Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that br…
gsmlg-dev/code-agent
30
29
flutter-managing-state Manages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex U…
gsmlg-dev/code-agent
30
30
flutter-animating-apps Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared elemen…
gsmlg-dev/code-agent
29
31
flutter-building-layouts Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure…
gsmlg-dev/code-agent
29
32
flutter-embedding-native-views Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like ma…
gsmlg-dev/code-agent
29
33
flutter-adding-home-screen-widgets Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick…
gsmlg-dev/code-agent
28
34
flutter-architecting-apps Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new…
gsmlg-dev/code-agent
28
35
flutter-caching-data Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app dat…
gsmlg-dev/code-agent
28
36
flutter-implementing-navigation-and-routing Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up…
gsmlg-dev/code-agent
28
37
flutter-interoperating-with-native-apis Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not…
gsmlg-dev/code-agent
28
38
flutter-working-with-databases Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query…
gsmlg-dev/code-agent
28
39
flutter-building-forms Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or a…
gsmlg-dev/code-agent
27
40
flutter-handling-concurrency Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations …
gsmlg-dev/code-agent
27
41
flutter-handling-http-and-json Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsin…
gsmlg-dev/code-agent
27
42
flutter-localizing-apps Configures a Flutter app to support multiple languages and regions. Use when preparing an application for internation…
gsmlg-dev/code-agent
27
43
flutter-setting-up-on-linux Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Fl…
gsmlg-dev/code-agent
27
44
flutter-setting-up-on-macos Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Fl…
gsmlg-dev/code-agent
27
45
flutter-setting-up-on-windows Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deplo…
gsmlg-dev/code-agent
27
46
flutter-testing-apps Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regre…
gsmlg-dev/code-agent
27
47
cmd-fix-pr-review Fix review comments on current PR
gsmlg-dev/code-agent
24
48
cmd-speckit-init Initialize the .specify/ directory structure for Spec-Driven Development in the current project
gsmlg-dev/code-agent
24
49
cmd-brainstorm Generate and evaluate solution options
gsmlg-dev/code-agent
23
50
cmd-fix-github-actions Fix GitHub Actions failures by analyzing recent workflow runs and applying fixes in a worktree
gsmlg-dev/code-agent
23
Page 1 · 89 total Next