Browse Skills

44358 skills found

site-slides.md
70
1 export site-slides
2 tyrchen from "tyrchen/geektime-bootcamp-ai"
3 Generate presentation slides from images or PDF files. Use when user wants to create slides, generate presentations, or convert PDF to slides for the training camp website. Triggers on keywords like "slides", "presentation", "幻灯片", "演示文稿".
2026-01-15
creating-debug-tests-and-iterating.md
70
1 export creating-debug-tests-and-iterating
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use this skill when faced with a difficult debugging task where you need to replicate some bug or behavior in order to see what is going wrong.
2026-01-15
testing-anti-patterns.md
70
1 export testing-anti-patterns
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-15
user-journey-tracking.md
70
1 export user-journey-tracking
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Track user journeys with intent context and friction signals. Use when instrumenting onboarding, checkout, or any multi-step flow where you need to understand WHY users fail.
2026-01-15
systematic-debugging.md
70
1 export systematic-debugging
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-15
code-review-reception.md
70
1 export code-review-reception
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-15
writing-plans.md
70
1 export writing-plans
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-15
session-replay.md
70
1 export session-replay
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Set up session replay for visual debugging. Use when implementing screen recording, replay features, or visual debugging tools.
2026-01-15
list-noridocs.md
70
1 export list-noridocs
2 tilework-tech from "tilework-tech/nori-profiles"
3 List all server-side noridocs, optionally filtered by repository and/or path prefix.
2026-01-15
recall.md
70
1 export recall
2 tilework-tech from "tilework-tech/nori-profiles"
3 Search the Nori knowledge base for relevant context, solutions, and documentation.
2026-01-15
instrumentation-planning.md
70
1 export instrumentation-planning
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Plan what to measure in mobile apps. Use when starting observability, prioritizing instrumentation, or asking "what should I track?"
2026-01-15
code-connect-components.md
70
1 export code-connect-components
2 figma from "figma/mcp-server-guide"
3 Connects Figma design components to code components using Code Connect. Use when user says "code connect", "connect this component to code", "connect Figma to code", "map this component", "link component to code", "create code connect mapping", "add code connect", "connect design to code", or wants to establish mappings between Figma designs and code implementations. Requires Figma MCP server connection.
2026-01-16
getting-started-with-abilities.md
70
1 export getting-started-with-abilities
2 tilework-tech from "tilework-tech/nori-profiles"
3 Describes how to use abilities. Read before any conversation.
2026-01-15
network-tracing.md
70
1 export network-tracing
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
2026-01-15
implement-design.md
70
1 export implement-design
2 figma from "figma/mcp-server-guide"
3 Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design", "generate code", "implement component", "build Figma design", provides Figma URLs, or asks to build components matching Figma specs. Requires Figma MCP server connection.
2026-01-16
navigation-latency.md
70
1 export navigation-latency
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Measure time from navigation tap to screen fully loaded and interactive. Use when tracking screen transitions, deep links, or tab switches.
2026-01-15
memorize.md
70
1 export memorize
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use this to save important implementation decisions, patterns, or context to the Nori knowledge base for future sessions.
2026-01-15
brainstorming.md
70
1 export brainstorming
2 tilework-tech from "tilework-tech/nori-profiles"
3 IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-15
symbolication-setup.md
70
1 export symbolication-setup
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Configure crash symbolication for readable stack traces. Use when setting up dSYMs (iOS), ProGuard/R8 mappings (Android), or source maps (React Native).
2026-01-15
using-git-worktrees.md
70
1 export using-git-worktrees
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use this whenever you need to create an isolated workspace.
2026-01-15
create-design-system-rules.md
70
1 export create-design-system-rules
2 figma from "figma/mcp-server-guide"
3 Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.
2026-01-16
root-cause-tracing.md
70
1 export root-cause-tracing
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
2026-01-15
test-driven-development-tdd.md
70
1 export test-driven-development-tdd
2 tilework-tech from "tilework-tech/nori-profiles"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-15
crash-instrumentation.md
70
1 export crash-instrumentation
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Set up crash instrumentation with actionable context. Use when configuring crash capture, error boundaries, or breadcrumb strategies.
2026-01-15