the▌
4 indexed skills · max 10 per page
sounds-on-the-web
raphaelsalaja/userinterface-wiki · Productivity
Review UI code for audio feedback best practices and accessibility.
crossing-the-chasm
wondelai/skills · Productivity
Strategic framework for marketing and selling disruptive technology products, particularly for transitioning from early adopters to mainstream customers.
the-fool
jeffallan/claude-skills · Productivity
Structured critical reasoning to stress-test ideas, plans, and decisions through five distinct challenge modes. \n \n Five reasoning modes: expose assumptions (Socratic), argue the other side (dialectic), find failure modes (pre-mortem), attack this (red team), and test evidence (falsification) \n Two-step mode selection guides users to the right challenge approach based on their goal \n Steelmans positions before challenging them, grounds objections in concrete reasoning, and synthesizes insigh
langgraph-human-in-the-loop
langchain-ai/langchain-skills · Productivity
Pause graph execution for human review, approval, or validation, then resume with their input. \n \n Requires three components: a checkpointer (InMemorySaver or PostgresSaver), a thread ID in config, and JSON-serializable interrupt payloads \n interrupt(value) pauses and surfaces data; Command(resume=value) resumes and returns that value to the paused node \n All code before interrupt() re-executes on resume, so side effects must be idempotent (use upsert, not insert) \n Supports approval workfl