Devex Plugin
Devex Plugin from bcowdery/claude-skills.
Skills in this plugin
6- ▌ Ast Search · bcowdery bundleUse automatically when searching for code patterns, function usages, API usage, or syntax structures. Trigger on queries like "how is X used", "find usage of", "where is X called", "all calls to X", or "how is X imported". Prefer ast-grep over grep/ripgrep for code-aware searching.
- ▌ Brainstorm · bcowdery bundleUse when collaboratively designing software architecture, evaluating design patterns (Gang of Four), applying SOLID/TDD/DRY/YAGNI principles, or creating design documents. Use when asked to brainstorm, architect, or plan implementations without writing code.
- ▌ Code Review · bcowdery bundleThis skill should be used when reviewing GitHub Pull Requests to provide comprehensive code quality, security, and architecture analysis with optional JIRA ticket integration.
- ▌ Write Skill · bcowdery bundleUse when creating a new skill or updating an existing skills that extends Claude's capabilities.
- ▌ Ast Refactor · bcowderyThis skill should be used when transforming, refactoring, or replacing code patterns across multiple files. Use for renaming functions/classes/variables, migrating API usage patterns, modernizing syntax, or performing bulk code transformations. Prefer ast-grep over sed/awk for syntax-aware replacements that understand language structure.
- ▌ Statusline Setup · bcowdery bundleUse when setting up, installing, or customizing the Claude Code status line. Triggers on requests to configure the status bar, show model info, token usage, cost tracking, or git branch in the terminal status area.