Pockode is a mobile interface for Claude Code, enabling remote control of local AI coding agents. Operations teams can manage AI-driven coding tasks from anywhere, integrating with existing workflows and tools. Ideal for developers and operations teams needing flexibility and mobility.
git clone https://github.com/sijiaoh/pockode.gitPockode is a mobile interface for Claude Code, enabling remote control of local AI coding agents. Operations teams can manage AI-driven coding tasks from anywhere, integrating with existing workflows and tools. Ideal for developers and operations teams needing flexibility and mobility.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/sijiaoh/pockodeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm using Pockode to manage my local AI coding agent remotely. Here's what I need: [TASK]. I'm working with [PROGRAMMING_LANGUAGE] and need to [SPECIFIC_REQUIREMENT]. Can you guide me through this process via Pockode?
# Remote AI Coding Task via Pockode
## Task: Debugging Python Script
**Current Issue:**
- The script is failing to connect to the database.
- Error message: `sqlite3.OperationalError: no such table: users`
**Steps to Resolve:**
1. **Verify Database Connection:**
- Check if the database file exists in the specified path.
- Ensure the connection string is correct.
2. **Check Table Existence:**
- Run a query to list all tables in the database.
- Confirm if the 'users' table exists.
3. **Create Missing Table (if necessary):**
```sql
CREATE TABLE users (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
email TEXT NOT NULL UNIQUE
);
```
4. **Test the Script:**
- Run the script again to see if the issue is resolved.
**Additional Notes:**
- Make sure to back up the database before making any changes.
- If the issue persists, check the script's SQL queries for any typos or logical errors.AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan