Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fcakyon/claude-codex-settings

Tags

v2.0.7

Toggle v2.0.7's commit message
docs: add 2 more todo items

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 2.0.6 in marketplace.json (#97)

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add roadmap items for marketplace improvements (#88)

Add three new TODOs:
- Rename marketplace to `claude-settings`
- Publish comprehensive documentation site
- Rename plugins for better UX

v2.0.1

Toggle v2.0.1's commit message
build: update plugin versions to 2.0.1

- Incremented version numbers for all plugins to 2.0.1
- Ensured compatibility and alignment across plugin configurations

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add ccproxy section for using Claude Code with any LLM (#77)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add context7 configuration file (#69)

Add public key and repository URL for context7 integration.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix README hook paths and add missing commands (#62)

Update 9 broken hook paths from .claude/hooks/ to plugins/<plugin>/hooks/scripts/
and add documentation for 2 missing commands and 8 missing hooks.