All authors
tools-only avatar

Claude Skills by tools-only

github.com/tools-only
2,908 skillsA× 2,703B× 118C× 26D× 36F× 2510 installs908 views
1881 V031 92ab4c6bA

These are the release notes for gptme version v0.3.1.

documentationgit
0
4
1882 V042 5b666a0dA

These are the release notes for gptme version v0.4.2.

documentationgit
0
4
1883 V060 A6fe3637A

These are the release notes for gptme version v0.6.0.

documentationgit
0
4
1884 V070 A26cc47cA

These are the release notes for gptme version v0.7.0.

documentationgit
0
4
189 Fn 98 C12090b3A

Create TaskList component implementing navigable task list with status icons. Uses pi-tui Component interface with custom rendering (not wrapping SelectList due to different rendering requirements: status icons, blocked indicators, etc.)

developmenttypescript
0
4
190 Fn 99 Dd2fa8c4A

Create TaskDetail component showing full task info with markdown rendering.

testingtypescript
0
4
191 Memory Scout 8c79d7caA

Search .flow/memory/ for entries relevant to the current task or request.

toolsgobash
0
4
192 Sync 21d3a64bA

Manually trigger plan-sync to update downstream task specs after implementation drift

tools
0
4
192 Sync A892a87dA

Synchronize local branch with remote repository.

businessbashgit
0
4
193 Phases 07ad75c2A

(Branch question already asked in SKILL.md before reading this file) **CRITICAL**: If you are about to create: - a markdown TODO list, - a task list outside `.flow/`, - or any plan files outside `.flow/`, **STOP** and instead: - create/update tasks in `.flow/` using `flowctl`, - record details in the epic/task spec markdown.

ai-agentsgobash
0
4
193 Phases 6e983abdA

(Branch question already asked in SKILL.md before reading this file) **CRITICAL**: If you are about to create: - a markdown TODO list, - a task list outside `.flow/`, - or any plan files outside `.flow/`, **STOP** and instead: - create/update tasks in `.flow/` using `flowctl`, - record details in the epic/task spec markdown.

ai-agentsgobash
0
4
194 System 52cce97aA

You are a precise browser automation agent that interacts with websites through structured commands. Your role is to: 1. Analyze the provided webpage elements and structure 2. Plan a sequence of actions to accomplish the given task 3. Respond with valid JSON containing your action sequence and state assessment INPUT STRUCTURE: 1. Current URL: The webpage you're currently on 2. Available Tabs: List of open browser tabs 3. Interactive Elements: List in the format: id[:]<element_type>element_tex...

tools
0
4
194 System 6d66eb4dA

* `id`: action 1 name and description * `id`: action 2 name and description ... * `id`: action X name and description * `id`: action Y name and description ... ``` Note that `id` is identifier for interaction. `ids` can be decomposed into `<role_first_letter><index>[:]` where `<index>` is the index of the element in the list of elements with the same role and `<role_first_letter>` are: - `I` for input fields (textbox, select, checkbox, etc.) - `B` for buttons - `L` for links - `F` for figures...

tools
0
4
2036 Errors 03078d15A

Common issues and solutions: **Agent Initialization Failures** - Error: AI SDK provider configuration invalid - Solution: Verify API keys in environment variables, check provider-specific setup requirements **Handoff Execution Errors** - Error: Agent handoff fails or creates circular dependencies - Solution: Review handoff rules for clarity, implement handoff depth limits, add fallback agents **Routing Logic Failures** - Error: Tasks routed to incorrect agent or no agent - Solution: Refine ro...

ai-agentsapi
0
4
2036 Errors 09c9caf0A

| Error | Cause | Solution | |-------|-------|----------| | `Missing errors during migration` | Sampling mismatch | Run both tools at 100% during parallel | | `Alert parity issues` | Different alert models | Map alert rules carefully before cutover | | `Data export failed` | API rate limits | Use pagination and backoff | | `Team unfamiliar with UI` | No training | Schedule Sentry training sessions |

databasesapi
0
4
2036 Errors 2e3137faA

| Error | Cause | Solution | |-------|-------|----------| | Model not available | Subscription tier or access | Check subscription, request access | | Rate limited | Too many requests | Switch model or wait for reset | | Context too long | Model limit exceeded | Use larger context model | | Poor quality output | Wrong model for task | Switch to higher quality model |

documentation
0
4
2036 Errors 5a52494fA

| Error | Cause | Solution | |-------|-------|----------| | Data transmission blocked | Exclusion pattern matched | Review pattern, whitelist if safe | | Retention violation | Data not deleted on schedule | Check deletion job, manual cleanup | | Consent missing | User not opted in | Prompt for consent, block until granted | | Region mismatch | Data sent to wrong region | Update residency configuration | | Audit gap | Logging disabled | Enable audit logging, investigate gap |

documentation
0
4
2036 Errors 9b17a280A

| Error | Cause | Solution | |-------|-------|----------| | Slow AI responses | Network or model choice | Switch to faster model, check connection | | Lost context mid-task | Long conversation or topic switch | Start new chat, re-state context | | Completions not matching | .cursorrules outdated | Update rules with current patterns | | Performance issues | Too many open files | Close unused tabs, restart Cursor |

ai-agentsperformance
0
4
2036 Errors Ad31f0cbA

| Error | Cause | Solution | |-------|-------|----------| | `429 Rate Limited` | Exceeding rate limits | Implement adaptive sampling | | `Quota exhausted mid-month` | Uncontrolled volume | Set project rate limits and budget alerts | | `High memory usage` | Large event buffer | Reduce `maxBreadcrumbs` and event size | | `Events dropped silently` | Buffer overflow | Implement offline queue with persistence |

documentation
0
4
2036 Errors B248a51dA

| Issue | Cause | Solution | |-------|-------|----------| | Can't reproduce | Race condition | Add timing analysis | | Intermittent failure | Timing-dependent | Increase sample size | | No useful logs | Missing instrumentation | Add debug logging | | Memory growth | Resource leak | Use heap profiling |

documentation
0
4
2036 Errors D590877aA

| Security Issue | Detection | Mitigation | |----------------|-----------|------------| | Exposed API key | Git scanning | Rotate immediately | | Excessive scopes | Audit logs | Reduce permissions | | Missing rotation | Key age check | Schedule rotation |

securitygitapi
0
4
2036 Errors F525bad3A

**Common Issues and Resolutions**: 1. **Domain Unreachable** - Error: "Failed to connect to example.com" - Resolution: Check domain spelling, network connectivity, firewall rules - Fallback: Test alternate protocols (HTTP vs HTTPS) 2. **SSL/TLS Errors** - Error: "SSL certificate verification failed" - Resolution: Note in report, test with certificate validation disabled - Impact: Indicates HSTS not properly enforced 3. **Redirect Loops** - Error: "Too many redirects" - Resolution: Report redi...

testing
0
4
2036 Errors Fd71f47cA

| Error | Cause | Solution | |-------|-------|----------| | `Events not appearing` | DSN, sampling, or filtering issue | Use diagnostic checklist above | | `Source maps not working` | URL prefix or release mismatch | Verify upload and SDK release match | | `429 errors` | Rate limit exceeded | Implement sampling and filtering | | `Missing breadcrumbs` | Integration disabled | Enable Breadcrumbs integration |

documentation
0
4
2064 Performance Optimization 8dbef7faA

``` [ ] Unused extensions disabled [ ] File watcher exclusions set [ ] Max open editors limited [ ] Search exclusions configured

businessnodegit
0
4
2066 Default Endpoints And Presets Abc32ef8A

WilmerAI ships with several example users, and those come with pre-defined endpoints that are meant to be updated with connection info from the user, so that they can be used in workflows.

developmentgonode
0
4
2077 Gotchas 01e857e3A

**Cause:** Mutating state directly or not calling `setState()` after modifications **Solution:** Always use `setState()` with immutable updates: ```ts // ❌ this.state.count++ // ✅ this.setState({...this.state, count: this.state.count + 1}) ```

ai-agentsgosql
0
4
2077 Gotchas 267e3fadA

**Cause:** Tunnel not running or not connected **Solution:** ```bash cloudflared tunnel info my-tunnel # Check status ps aux | grep cloudflared # Verify running journalctl -u cloudflared -n 100 # Check logs ```

securitygobash
0
4
2077 Gotchas 5707e264A

**Problem:** WebSocket connections fail silently

devopstypescriptgo
0
4
2077 Gotchas 60f1e757A

**Cause:** Eventual consistency means writes may not be immediately visible in other regions **Solution:** Don't read immediately after write; return confirmation without reading or use the local value you just wrote. Writes visible immediately in same location, ≤60s globally

developmenttypescriptgo
0
4
2077 Gotchas B7156d2dA

**Problem:** Variables lost after hibernation **Cause:** DO auto-hibernates when idle; in-memory state not persisted **Solution:** Use `ctx.storage` for critical data, `ws.serializeAttachment()` for per-connection metadata

businesstypescriptgo
0
4
2078 Worktree Check D2d0c646A

Check current worktree status, branch, and assigned task

toolsbashgit
0
4
2079 Scrum Master 12957d9fA

Use when teams need facilitation, process optimization, velocity improvement, or agile ceremony management—especially for sprint planning, retrospectives, impediment removal, and scaling agile practices across multiple teams. Specifically:\\n\\n<example>\\nContext: A team is struggling with sprint planning, taking 4+ hours with unclear goals and inconsistent velocity estimates\\nuser: \"Our 8-person team wastes too much time in sprint planning. Stories are poorly sized, we never agree on the ...

businessrustgo
0
4
2080 Ad Security Reviewer A32505ceA

Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening. Specifically:\\n\\n<example>\\nContext: Organization's security team has discovered risky privileged group configurations and needs a comprehensive review.\\nuser: \"We need to audit our Domain Admins and Enterprise Admins groups. Can you review our AD structure?\"\\nassistant: \"I'll use the ad-security...

securityrustgo
0
4
2081 Powershell Security Hardening C254c797A

Use this agent when you need to harden PowerShell automation, secure remoting configuration, enforce least-privilege design, or align scripts with enterprise security baselines and compliance frameworks. Specifically:\\n\\n<example>\\nContext: User needs to review a PowerShell script that connects to servers using hardcoded credentials.\\nuser: \"This script uses embedded admin passwords to connect to remote servers. Can you help secure it?\"\\nassistant: \"I'll use the powershell-security-ha...

securityshellbash
0
4
2082 Figma Mcp Config 3b8bbd01D

Use this snippet to register the Figma MCP server in `~/.codex/config.toml` as a streamable HTTP server with bearer auth pulled from your env. ```toml [mcp_servers.figma] url = "https://mcp.figma.com/mcp" bearer_token_env_var = "FIGMA_OAUTH_TOKEN" http_headers = { "X-Figma-Region" = "us-east-1" } ```

devopsshellbash
0
4
2092 Directory Structure 53f4a1b2A

``` organization-config/ .windsurf-enterprise/ privacy/ config/ privacy-settings.json # Global privacy configuration # Data transmission rules # Local processing preferences # Consent requirements

securitysecuritydocumentation
0
4
2092 Directory Structure 6ebe18e2A

``` organization-config/ .windsurf-enterprise/ analytics/ config/ tracking-config.json # Analytics configuration # Tracked metrics # Sampling rates # Privacy filters

code-qualitydebuggingperformance
0
4
2092 Directory Structure 71e68767A

``` project-root/ .windsurf/ performance/ profiles/ baseline.profile.json # Baseline performance profile # Metric baselines # Execution times # Memory usage

dataperformancedocumentation
0
4
2093 Release Notes 103d9d47A

Today we celebrate our first external contributor: **@cdnsteve**.

devopspythonbash
0
4
2094 System Prompt 90898152A

You are the ADK Orchestrator, a production-grade agent specializing in Agent-to-Agent (A2A) protocol management and multi-agent coordination for Vertex AI Engine deployments.

securitydebuggingsecurity
0
4
2095 View Queue F4c09744A

View the learnings queue without processing

toolsbash
0
4
2096 Fairdb Setup Wizard 25ab3b11A

Guided setup wizard for complete FairDB VPS configuration from scratch

securitygoshell
0
4
2096 Fairdb Setup Wizard 4671af7eA

Guided setup wizard for complete FairDB VPS configuration from scratch

securitygoshell
0
4
2097 Daily Health Check Bb48daa3A

Execute SOP-101 Morning Health Check Routine for all FairDB VPS instances

databasesgobash
0
4
2098 Incident P0 Database Down 8c0b7168B

Emergency response procedure for SOP-201 P0 - Database Down (Critical)

businessbashsql
0
4
2099 Geepers Critic Bf258cbaA

UX and architecture critic that generates CRITIC.md documenting annoying design decisions, UX friction, architectural mistakes, and technical debt. Focuses on the human experience and structural issues - leaves code quality to other agents. Use for honest UX assessment, architecture review, or technical debt inventory.\n\n<example>\nContext: UX feels off\nuser: "Something about this app annoys me but I can't pinpoint it"\nassistant: "Let me run geepers_critic to identify UX friction points."\...

designrustgo
0
4
2099 Geepers Critic Dd578c6cA

UX and architecture critic that generates CRITIC.md documenting annoying de...

designrustgo
0
4
2100 Geepers Deps Da9269d3A

Agent for dependency audits, security vulnerability scanning, license com...

securitypythonrust
0
4
2100 Geepers Deps Dcc082fcA

Use this agent for dependency audits, security vulnerability scanning, license compliance, and update recommendations. Invoke for security reviews, before updates, or when checking dependency health.\n\n<example>\nContext: Security audit\nuser: "Can you audit dependencies for vulnerabilities?"\nassistant: "I'll use geepers_deps to scan all requirements files."\n</example>\n\n<example>\nContext: Update planning\nuser: "I want to update Flask to 3.0, what will break?"\nassistant: "Let me use ge...

securitypythonrust
0
4
2101 Geepers Game 33d3b6aaA

Use this agent for gamification design - reward systems, engagement loops, progress mechanics, and fun factor enhancement. Invoke when adding game-like elements to applications, improving engagement, or designing interactive experiences.\n\n<example>\nContext: Engagement improvement\nuser: "Students aren't staying engaged with my lesson planner"\nassistant: "Let me use geepers_game to design engagement mechanics that support learning."\n</example>\n\n<example>\nContext: Interactive feature\nu...

designgo
0
4