Discover and explore top open-source AI tools and projects—updated daily.
badlogicAgent skills for coding and productivity
Top 60.2% on SourcePulse
This repository provides a collection of modular "skills" designed to extend the capabilities of AI coding agents like pi-coding-agent, Claude Code, and Codex CLI. It offers pre-built functionalities for common development and productivity tasks, enabling agents to interact with web services, manage files, and automate workflows more effectively.
How It Works
The project organizes discrete functionalities as "skills," each adhering to a specific pi/Claude Code markdown format. This format includes a name, description, detailed Instructions, and references to Helper files. The {baseDir} placeholder dynamically links skills to their respective directories, promoting modularity and ease of integration. This approach allows agents to discover and utilize specific tools without needing to understand their internal implementation details.
Quick Start & Requirements
Installation varies by agent:
~/.pi/agent/skills/pi-skills, ~/.codex/skills/pi-skills).~/.claude/skills/ or .claude/skills/.Prerequisites:
brave-search, browser-tools, youtube-transcript: Require Node.js and npm install within the skill directory. browser-tools also needs Chrome.gccli, gdcli, gmcli: Require Node.js and global npm installation (e.g., npm install -g @mariozechner/gccli).transcribe: Requires curl and a Groq API key.vscode: Requires VS Code with the code CLI in the system's PATH.subagent: Requires pi-coding-agent and global npm installation (npm install -g @mariozechner/pi-coding-agent).Highlighted Details
brave-search: Enables web searching and content extraction using Brave Search.browser-tools: Provides interactive browser automation via the Chrome DevTools Protocol.gccli: Offers a command-line interface for Google Calendar event management and availability checks.gdcli: Facilitates Google Drive file management and sharing through a CLI.gmcli: Allows email operations, including drafts and label management, via a Gmail CLI.transcribe: Implements speech-to-text transcription using the Groq Whisper API.vscode: Integrates with VS Code for file diffing and comparison tasks.youtube-transcript: Fetches transcripts directly from YouTube videos.Maintenance & Community
No specific details regarding maintainers, community channels, or project health signals are present in the provided README.
Licensing & Compatibility
The project is released under the MIT License. This license generally permits commercial use and modification, with minimal restrictions beyond attribution.
Limitations & Caveats
Several skills have external dependencies (Node.js, specific CLIs, browser installations, API keys) that must be manually installed and configured. The Claude Code integration requires manual symlinking of skills, adding an extra setup step. The README does not detail performance benchmarks or specific compatibility matrices beyond the listed agents.
2 weeks ago
Inactive
oraios
HKUDS