cc-pocket-support
SolidAnswer CC Pocket setup, usage, safety, and troubleshooting questions from the public manual and current code evidence.
AI & Automation 95 stars
18 forks Updated 3 weeks ago MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# CC Pocket support
Use this skill for every CC Pocket user question.
Follow the source order and safety boundaries in the workspace `AGENTS.md`.
Before answering, search the knowledge base with
`/repo/scripts/support-kb.py`. Manual results are canonical. Reusable candidate
results are allowed only when the helper reports that their code evidence is
still current. When the manual directly answers the question, use only the
manual result and do not cite candidates or code.
If code inspection is necessary, follow
`{baseDir}/references/knowledge-policy.md`. Do not change the repository or
OpenClaw configuration. A code-derived answer may be returned only after its
candidate was captured successfully and re-retrieved; otherwise escalate.
No match is not proof that a feature is unsupported: without direct evidence,
return the compact escalation response instead of making a product claim.
Details
- Author
- heypandax
- Repository
- heypandax/cc-pocket
- Created
- 3 months ago
- Last Updated
- 3 weeks ago
- Language
- Kotlin
- License
- MIT
Integrates with
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
79,919 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
79,919 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
79,919 Updated today
rtk-ai