NTPhat0322
- 17 skills
- 0 followers
- 4 hours ago last updated
- ▌
- ▌ Inversion Exercise · ntphat0322Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?"
- ▌ Collision Zone Thinking · ntphat0322Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
- ▌ Simplification Cascades · ntphat0322Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"
- ▌ Meta Pattern Recognition · ntphat0322Spot patterns appearing in 3+ domains to find universal principles
- ▌
- ▌ Caveman · ntphat0322Terse output mode — strips filler/articles/hedging, ~75% token reduction. Activate whenever: context is filling up, user says be brief/terse/caveman/less tokens, or CAVEMAN_TRIGGERED appears in context. Persists every response until CAVEMAN_RELEASED or user says stop/normal mode.
- ▌
- ▌ Ck Plan · ntphat0322Plan a feature or system before implementation. Use when the user says "plan this", "I want to build X", "how do I implement Y", or when /ck:brainstorm produces a spec.md. Always run before /ck:cook. Auto-detects --fast (simple, single-file) vs --hard (multi-file, novel domain, security-sensitive). Flags --no-test and --tdd propagate into the cook pipeline.
- ▌ Code Review · ntphat0322 bundleAlways use this skill before claiming any work is done, fixed, passing, or complete — even if it seems obvious. Also use when receiving code review feedback from any source (human or automated), when finishing a task or major feature, before committing or creating a PR, or when about to express satisfaction with work. Covers three practices: receiving feedback with technical rigor (no performative agreement), triggering code review via /code-review command or cook/fix pipelines, and verification gates (run the command, read the output, then make the claim). Never skip — the cost of false completion claims is higher than the cost of verifying. References: code-review-reception.md, requesting-code-review.md, verification-before-completion.md.
- ▌
- ▌ Backend Mindset · ntphat0322 bundleBuild robust backend systems — APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), databases, performance optimization, security (OWASP Top 10), scalability patterns (microservices, caching, sharding), and testing. Use when designing APIs, implementing auth, optimizing queries, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
- ▌ Problem Solving · ntphat0322 bundleCreative problem-solving techniques for breaking through stuck points - includes collision-zone thinking, inversion, pattern recognition, and simplification
- ▌ Playwright Skill · ntphat0322 bundleComplete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
- ▌ Strategic Compact · ntphat0322Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
- ▌ Sequential Thinking · ntphat0322 bundleUse when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
- ▌ Scale Game · ntphat0322Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales