By tqer39
LLM coding agent configuration: AGENTS.md creation and tool-specific symlink management
npx claudepluginhub tqer39/claude-code-marketplace --plugin agent-configPersonal SRE/DevOps plugin marketplace for Claude Code.
A centralized marketplace that distributes shared skills and commands across ~20 personal repositories. Built on the Claude Code Plugin Marketplace system.
# Add marketplace
/plugin marketplace add tqer39/claude-code-marketplace
# Install plugins
/plugin install git@tqer39-plugins
/plugin install architecture@tqer39-plugins
/plugin install marketplace@tqer39-plugins
/plugin install security@tqer39-plugins
/plugin install agent-config@tqer39-plugins
From within a Claude Code session:
/plugin marketplace add tqer39/claude-code-marketplace
Or configure it in .claude/settings.json for your project:
{
"extraKnownMarketplaces": {
"tqer39-plugins": {
"source": {
"source": "github",
"repo": "tqer39/claude-code-marketplace"
}
}
}
}
Install individual plugins by scope:
# User scope (you, all projects) — default
/plugin install git@tqer39-plugins
# Project scope (shared with team via .claude/settings.json)
/plugin install git@tqer39-plugins --scope project
# Local scope (you, this project only)
/plugin install git@tqer39-plugins --scope local
# Browse all available plugins
/plugin
# Enable/disable without uninstalling
/plugin enable git@tqer39-plugins
/plugin disable git@tqer39-plugins
# Uninstall
/plugin uninstall git@tqer39-plugins
# Reload after changes
/reload-plugins
# Update all marketplaces
/plugin marketplace update
# Update a specific marketplace
/plugin marketplace update tqer39-plugins
/plugin marketplace remove tqer39-plugins
Note: Removing a marketplace also uninstalls all plugins from it.
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"tqer39-plugins": {
"source": {
"source": "github",
"repo": "tqer39/claude-code-marketplace"
}
}
},
"enabledPlugins": {
"git@tqer39-plugins": true,
}
}
Git workflow commands and skills.
| Type | Name | Description |
|---|---|---|
| Command | auto-commit | Auto stage and commit with emoji prefix + Japanese summary |
| Command | create-branch | Create feature branches with naming conventions |
| Command | create-pr | Create a PR from the current branch with auto push and claude-auto label |
| Command | push | Push changes to remote with safety checks |
| Skill | gitignore | Generate and update .gitignore files with automatic project detection |
| Skill | pull-request | Automate GitHub PR workflow with rebase, conflict resolution, and description generation |
| Skill | auto-merge | Generate auto-approve and auto-merge workflow for PRs with claude-auto label |
Architecture analysis and redesign proposal skills.
| Skill | Description |
|---|---|
| redesign | Architectural analysis and redesign proposal workflow |
| editorconfig | Generate and update .editorconfig files with automatic file type detection |
Marketplace validation and management skills.
| Skill | Description |
|---|---|
| marketplace-lint | Lint marketplace for config issues, doc drift, and structural inconsistencies |
Security review skills: supply chain, dependency auditing, and vulnerability detection.
| Skill | Description |
|---|---|
| supply-chain | Audit supply chain security: lockfile integrity, dependency pinning, typosquatting detection, GitHub Actions SHA pinning, vulnerability scanning config |
LLM coding agent configuration: AGENTS.md creation and tool-specific symlink management.
| Skill | Description |
|---|---|
| agent-config-init | Initialize unified LLM coding agent configuration (AGENTS.md) with symlinks to Claude Code, Cursor, Copilot, Gemini CLI |
make bootstrap # Install dependencies
just lint # Run linting
claude plugin validate .
Private use only.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Design vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.