Tags: fcakyon/claude-codex-settings
Tags
feat: restructure supabase skill with progressive disclosure (#95) Split supabase-usage skill into lean main file with reference docs: - Main SKILL.md: 101 lines with overview, best practices, quick refs - references/auth.md: Authentication patterns (JS/Python SDK) - references/rls.md: Row Level Security policies - references/relationships.md: Table relationships and joins - references/query-patterns.md: Filtering, pagination, indexes
Add native statusline setup command (#91) * refactor: add new statusline setup command with native and ccusage options - Deleted statusLine configuration from `.claude/settings.json` and `.claude/settings-zai.json`. - Added detailed setup instructions for configuring the status line in a new markdown file. - Updated README to reflect changes in status line configuration options. * refactor: update claude-tools version and description to include statusline setup * build: update version to 2.0.4 in marketplace.json
Add azure-tools plugin with Azure MCP Server integration (#80) * feat: add azure-tools plugin with Azure MCP Server integration - Add azure-tools plugin for 40+ Azure services via @azure/mcp NPX package - Include azure-usage skill with best practices for Storage, Key Vault, Cosmos DB, AKS - Include setup command and troubleshooting skill for Azure CLI auth - Remove orphan root mcp.json (MCPs now in plugin .mcp.json files) - Remove empty general-dev/commands folder * refactor: rename websearch-tools to tavily-tools Rename plugin to better reflect its primary MCP integration. Add setup command and troubleshooting skill. * feat: add slack-tools plugin Extract Slack MCP integration into standalone plugin with setup command and best practices skill. * feat: add mongodb-tools plugin Extract MongoDB MCP integration into standalone plugin with setup command and best practices skill. Read-only mode. * feat: add gcloud-tools plugin Google Cloud Observability MCP for logs, metrics, and traces with setup command and best practices skill. * feat: add linear-tools plugin Linear MCP integration for issue tracking with OAuth setup command and best practices skill. * feat: add paper-search-tools plugin Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM. Requires Docker. * feat: add supabase-tools plugin Supabase MCP with OAuth authentication for database management. * feat: add notification-tools plugin Desktop notifications on task completion. Extracted from general-dev. * feat: add playwright-tools plugin E2E testing best practices skill covering auth, file uploads, flaky tests. * feat: add setup command and migrate to gh CLI for github-dev - Add /github-dev:setup command for GitHub CLI auth - Replace GitHub MCP tools with gh CLI in pr-reviewer agent - Update pr-summary command to use gh CLI * refactor: extract notification hook from general-dev - Remove notification hook (now in notification-tools plugin) - Update code-simplifier agent tools and formatting - Bump version to 2.0.0 * refactor: migrate claude-tools from GitHub MCP to gh CLI - Simplify CLAUDE.md MCP documentation - Update sync commands to use gh CLI instead of GitHub MCP - Remove GitHub MCP dependency from load-frontend-skill * refactor: remove extracted MCPs from ultralytics-dev - Remove MongoDB and Slack skills (now in separate plugins) - Remove .mcp.json (MCPs extracted to dedicated plugins) - Add new MCP tool permissions to settings - Bump plugin versions to 2.0.0
PreviousNext