
from thebushidocollective
Guidance and examples for using React-style hooks (useState, useEffect, useInput, useApp, useStdout, useFocus) to manage state and side effects in Ink terminal
Practical reference and examples for managing local and async state, keyboard input, focus, and app lifecycle in Ink (React-like terminal UI). Includes code snippets for common hooks and advanced patterns (custom hooks, async state, interval management) so developers can implement responsive, well-behaved terminal interfaces.
Use this skill when building or debugging Ink-based CLI/terminal UIs that require state management, keyboard interaction, responsive layout to terminal size, or timed behaviors (spinners, auto-exit). Helpful during development of interactive menus, data loaders, and focused input components.
Inferred: agents that support code editing and TypeScript/React snippets (Copilot-style/code assistants, Claude Code, Code LLMs).
Reference skill for Ink hooks and state management in terminal UIs. Well-structured SKILL.md with clear code examples covering useState, useEffect, useInput, useApp, useStdout, and useFocus, plus advanced patterns like custom hooks and async state. No bundled scripts to test. Pure documentation skill — useful for developers building CLI apps with Ink.
Clean reference skill with no security concerns. Well-written examples with proper TypeScript types. Missing scripts/ or references/ directories for supplementary material.
GraphQL Inspector — Validate
Validate GraphQL operations against a schema with configurable depth, complexity, alias and directive limits to catch errors before runtime.
Pytest Plugins Guide
Guidance on the pytest plugin ecosystem: plugin development, pytest-cov, pytest-mock, configuration, CI integration, and advanced patterns.
Gleam — Erlang Interop
Guides Gleam developers to call Erlang libraries, declare external functions, handle Erlang types, and integrate with OTP, NIFs, and ports.
Atomic Design — Quarks
Guidance for creating and organizing ‘quarks’—design tokens and primitive values (colors, spacing, typography, shadows) that form the foundation of a design sys
Professional Honesty
Guidelines for agents to prioritise technical accuracy and direct, evidence-based communication instead of excessive agreeableness.
React Native Components
Practical guidance and patterns for building React Native UI components: core components, composition, performance best practices, and common patterns.
Gluestack UI — Accessibility
Guidance and best practices for building accessible interfaces with gluestack-ui (WCAG 2.1 AA, ARIA, screen readers, keyboard navigation).
Tailwind Configuration
Guides configuring tailwind.config (content paths, theme extension, plugins, dark mode and production optimizations) for projects using Tailwind CSS.
Docker Compose Networking
Practical guidance for designing Docker Compose network topologies—service discovery, bridge and internal networks, aliases, static IPs, and troubleshooting for
Kustomize Generators
Generate Kubernetes ConfigMaps and Secrets with Kustomize from literals, files, and envs to manage environment-specific configuration and trigger safe rollouts.