Awesome AI AgentsIntegration and Extensions

Ido-Levi/claude-code-tamagotchi

⭐ 435 TypeScript repository created 2025-08-14

Claude Code Tamagotchi is a TypeScript tool that renders an animated virtual pet in the Claude Code statusline and, behind that interface, runs an experimental enforcement layer over the coding agent. The visible part is a pet with hunger, energy, cleanliness and health meters that change as a session runs, plus a thought stream that comments on the work and on session length; it is fed and played with through CLI commands and, in the full installation, through slash commands registered in Claude Code. The functional part is a PreToolUse hook: before a tool call executes, the hook compares the action Claude is about to take against what the user actually asked for and can block the call when it judges the action to be a deviation, with the violation surfaced through the pet. This turns a cosmetic statusline widget into an accountability mechanism for long agent sessions where the model drifts from the original request. Installation comes in three forms. A global npm or bun install wires the statusline command into the Claude Code settings file but leaves out slash commands and violation detection. Cloning the repository and running the setup script installs dependencies, registers the pet slash commands, configures the statusline and installs the violation hook. A documented manual path gives full control over each piece. Violation detection is opted into with an environment variable and a PreToolUse hook entry in the settings file. The project runs on Bun and depends on Claude Code itself. The authors state that the detection is under active development and can produce false positives on legitimate operations, and they ask for issue reports containing the attempted action, the original request and the violation message so the checks can be tuned.

https://github.com/Ido-Levi/claude-code-tamagotchi

agentic-aiagentsclaudeclaude-codestatuslinehooksguardrailsbehavioral-monitoringdeveloper-toolstypescriptbun

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.