tilework-tech avatar

tilework-tech

Unverified

23

Skills

128

Stars

9

Forks

Skills by tilework-tech

Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.

128
Jan 20

Use when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts

126
Jan 17

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

128
Jan 15

Use this skill to build features or debug anything that uses a webapp frontend.

128
Jan 15

Describes how to use abilities. Read before any conversation.

126
Jan 15

Use this to capture screen context.

128
Jan 15

Use this whenever you need to create an isolated workspace.

126
Jan 15

Use this when you have finished making code changes and you are ready to update the documentation based on those changes.

128
Jan 15

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

128
Jan 15

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

126
Jan 15

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

128
Jan 15

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

128
Jan 15