Awesome AI AgentsIntegration and Extensions

orange2ai/claude-code-now

⭐ 629 Shell repository created 2025-09-24

Claude Code Now is a launcher utility for the Claude Code command line agent. Its only job is to remove the repetitive steps of opening a terminal, navigating to a project directory and starting the agent with the right options. On macOS it ships as a small application bundle that is dragged into the Applications folder. Clicking it from the Dock starts Claude Code in a default working directory, and dragging it onto the Finder toolbar while holding the command key turns it into a per-window button that starts the agent in whichever folder is currently open. The default working directory is a plain variable inside the launcher script and can be edited, and an install script is available for people who prefer the command line. A set of Windows scripts in the repository provides the same idea on that platform. The stated motivation is that Claude Code behaves differently depending on where it is started, because the working directory determines which files, project instructions and context the agent sees, so launching in the correct folder matters more than it does for an ordinary terminal tool. The launcher also skips the permission confirmation prompt at startup, which is convenient but does relax a safety check that the CLI performs by default. The implementation is shell script with no dependencies of its own beyond the official Claude Code CLI, which must be installed separately through npm. The repository is small and the README is heavily promotional, with the same content translated into Chinese and Japanese. It is aimed at people who start a coding agent many times a day and want a one-click entry point instead of a terminal session.

https://github.com/orange2ai/claude-code-now

agentsai-codingclaude-codelaunchermacoswindowsdeveloper-toolsshell

Also in Integration and Extensions

ComposioHQ/composio

Composio is a production-ready toolset that equips AI agents and LLMs with over 250 high-quality integrations across software, OS operations, and search capabilities, featuring managed authentication and a pluggable architecture for custom extensions.

xiaobright/dsh-anchored-standard

A community preset pack for DeepSeek Harness that starts a session under a minimal tool schema with no injected context, then promotes to the full standard toolset once the session is durable.

cloudflare/skills

Cloudflare official collection of Agent Skills, slash commands and MCP server references for building Workers, Durable Objects, Sandboxes and Agents SDK applications with coding agents.

supabase/agent-skills

Repository of Agent Skills for Supabase development, packaged as folders of instructions and reference files that AI coding agents discover and load when working with Supabase or Postgres.

lst97/claude-code-sub-agents

Collection of 33 specialized Claude Code subagent definitions covering development, infrastructure, testing, data and AI, security and documentation, plus a meta-agent that assembles agent teams.

feiskyer/claude-code-settings

Configuration repository for Claude Code distributing a plugin marketplace of skills and agents covering deep research, image generation, GitHub automation and translation, plus multi-model gateway settings.

conorluddy/ios-simulator-skill

A Claude Code skill of 27 scripts that build and test Xcode projects and drive the iOS Simulator through accessibility-based navigation with token-efficient, progressively disclosed output.

Anil-matcha/awesome-dsh-plugin

A curated list of community plugins for DeepSeek Harness, the plugin-based open-source coding agent, sorted into categories such as models, tools, memory, skills, workflow, security and remote access.