paca Skill
paca is a Go AI agent skill for Claude Desktop with npx, docker, git clone. AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday. Built for Scrum teams where humans and AI agents collaborate as equals — on the same board, the same sprints, the same goals. S.
How to use paca Skill
Install or run
docker compose pull
docker compose --env-file .env up -dClient configuration
name: mcp-pr-ci
on:
pull_request:
paths:
- "apps/mcp/**"
- ".github/workflows/mcp-pr-ci.yml"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: mcp-pr-ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
mcp-quality:
name: Lint, typecheck, build, and test MCP server
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: apps/mcp
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.23"
- name: Cache Bun packages
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-mcp-${{ hashFiles('apps/mcp/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-mcp-
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Biome lint
run: bun run lint
- name: Typecheck and build
run: bun run build
- name: Run tests
run: bun run test
Compatible clients
What is paca Skill?
paca is a Go AI agent skill for Claude Desktop with npx, docker, git clone. AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday. Built for Scrum teams where humans and AI agents collaborate as equals — on the same board, the same sprints, the same goals. S. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- Anthropic provider support
- .github/workflows/mcp-pr-ci.yml config support
Available tools
Technical details
Install or run paca using npx. Check Paca-AI/paca for the latest setup command.
- Built for Go
- Built for Node.js
- Built for Python
- Built for Rust
- Install or run with npx
- Install or run with docker
- Install or run with git clone
- Works with Claude Desktop
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use paca Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is paca?
paca is a Go AI agent skill for Claude Desktop with npx, docker, git clone. AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday. Built for Scrum teams where humans and AI agents collaborate as equals — on the same board, the same sprints, the same goals.
Who is paca best for?
paca is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install paca?
Install or run paca using npx. Check paca for the latest setup command.
Is paca actively maintained?
paca may need a closer maintenance check before production use.
Auto-fetched from GitHub.