gdm257
- 39 skills
- 0 followers
- 17 hours ago last updated
- ▌ Trellis Start · gdm257Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.
- ▌ Kiro Impl · gdm257 bundleImplement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
- ▌
- ▌ Trellis Finish Work · gdm257Wrap up the current session: verify quality gate passed, remind user to commit, archive completed tasks, and record session progress to the developer journal. Use when done coding and ready to end the session.
- ▌ Kiro Discovery · gdm257 bundleEntry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.
- ▌ Kiro Spec Batch · gdm257 bundleCreate complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
- ▌ Kiro Validate Gap · gdm257 bundleAnalyze implementation gap between requirements and existing codebase
- ▌ Kiro Steering Custom · gdm257 bundleCreate custom steering documents for specialized project contexts
- ▌
- ▌ Openspec Explore · gdm257Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
- ▌ Openspec Propose · gdm257Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
- ▌ Openspec New Change · gdm257Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
- ▌ Openspec Apply Change · gdm257Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
- ▌ Openspec Continue Change · gdm257Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
- ▌ Openspec Bulk Archive Change · gdm257Archive multiple completed changes at once. Use when archiving several parallel changes.
- ▌
- ▌ Openspec Onboard 2 · gdm257Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
- ▌ Archon · gdm257 bundleUse when: User wants to run Archon workflows, CREATE workflows or commands, set up Archon, or manage Archon configuration. Triggers (run): "use archon to", "run archon", "archon workflow", "use archon for", "have archon", "let archon", "ask archon to". Triggers (create): "create a workflow", "write a workflow", "make a command", "author a workflow", "new workflow", "new command", "archon workflow yaml". Triggers (setup): "set up archon", "install archon", "how to use archon", "configure archon", "archon setup", "get started with archon". Triggers (config): "change my archon config", "modify archon config", "archon config", "change archon settings", "update my config", "help me change my config", "edit archon config", "archon configuration". Triggers (init): "initialize archon", "set up .archon", "archon init", "add archon to repo". Capability: Runs AI workflows in isolated git worktrees for parallel development. Also: Creates and manages workflow YAML files, command files, and configuration. NOT for: Direct C
- ▌ Trellis Init · gdm257 bundleBundled required and optional `.trellis/` template so trellis skills work in projects that have not run `trellis init`. Use as a fallback whenever a trellis skill or script needs any `.trellis/*` initial files or the project has no `.trellis/` directory.
- ▌ Skills Next · gdm257This skill should be used when the user asks to "use skills", "skills-next", "check available skills", "load skills", "what skills are available", or wants to ensure all relevant skills are considered for the next task.
- ▌ Steering · gdm257Maintain .ruler/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents. Supports --local to keep steering out of version control.
- ▌ Trellis Continue · gdm257Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.
- ▌ Trellis Workflow · gdm257 bundleBundled `.trellis/workflow.md` template so trellis skills work in projects that have not run `trellis init`. Use as a fallback whenever a trellis skill references `.trellis/workflow.md` (phase index, step detail, task lifecycle, guardrails) or asks how the Trellis workflow works, and the project has no `.trellis/` directory.
- ▌ Crawlee Skill · gdm257A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright, Cheerio, JSDOM, and raw HTTP. Both headful and headless mode. With proxy rotation.
- ▌ Trellis Brainstorm · gdm257Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
- ▌ Kiro Settings · gdm257 bundleBundled `.kiro/settings` template tree so cc-sdd skills work without a project-local copy. Use as a fallback when a skill needs a `.kiro/settings/templates/...` file missing from the project.
- ▌
- ▌
- ▌
- ▌
- ▌ Filelu Register · gdm257 bundleAutomate FileLu.com account registration from just an email address. Use this skill whenever the user wants to sign up for / create / register a FileLu (filelu.com) account, open a FileLu account for an email address, or automate FileLu onboarding — even if they don't say "register" explicitly (e.g. "set me up on FileLu with this email", "open a filelu account for ..."). It drives the browser signup (reCAPTCHA forces a real browser), generates FileLu-legal credentials, saves them to YAML, and hands off to the human for the email activation click. When the user also wants to go pure-API afterwards, it optionally logs in once more to capture the API key from the account page.
- ▌
- ▌
- ▌ Steering Custom · gdm257Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files. Supports --local to keep steering out of version control.
- ▌ Kiro Validate Impl · gdm257 bundleValidate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.
- ▌
- ▌ Openspec Onboard · gdm257Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
- ▌ Opencode Plugin Development · gdm257 bundleThis skill should be used when the user asks to "create an OpenCode plugin", "develop an OpenCode plugin", "write an OpenCode plugin", "build an OpenCode plugin", "make an OpenCode plugin", "add a hook to OpenCode", "subscribe to OpenCode events", "create a custom tool for OpenCode", or needs guidance on OpenCode plugin architecture, events, custom tools, TypeScript support, or dependencies management.
- ▌ Openspec Ff Change · gdm257Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.