Browse Skills
44358 skills found
Test Nextflow Example Script.md
202
1
export
Test Nextflow Example Script
2
from
"nextflow-io/training"
from
"nextflow-io/training"
3
Test a Nextflow script by running it, verifying outputs, testing resume functionality, and comparing results with documentation. Use when validating that example scripts work correctly and match their documentation.
2026-01-07
Find TODO and FIXME Comments.md
202
1
export
Find TODO and FIXME Comments
2
from
"nextflow-io/training"
from
"nextflow-io/training"
3
Search markdown files, Nextflow scripts, and config files for TODO/FIXME comments, categorize by priority, and provide actionable recommendations. Use when you need to identify pending work or track technical debt.
2026-01-07
Validate Training Materials.md
202
1
export
Validate Training Materials
2
from
"nextflow-io/training"
from
"nextflow-io/training"
3
Run comprehensive validation and review checks including heading numbering, TODO/FIXME comments, Nextflow script conventions, orphaned files, admonition syntax, lesson structure, formatting, content accuracy, and teaching effectiveness. Use when validating, reviewing, or checking training materials quality, lesson quality, or before committing changes.
2026-01-07
setting up a development environment.md
201
1
export
setting up a development environment
2
from
"neurostuff/NiMARE"
from
"neurostuff/NiMARE"
3
Set up a development environment for writing and testing code.
2026-01-07
reviewing code.md
201
1
export
reviewing code
2
from
"neurostuff/NiMARE"
from
"neurostuff/NiMARE"
3
how to review code effectively
2026-01-07
running tests.md
201
1
export
running tests
2
from
"neurostuff/NiMARE"
from
"neurostuff/NiMARE"
3
Run tests to ensure code functionality and correctness.
2026-01-07
writing code.md
201
1
export
writing code
2
from
"neurostuff/NiMARE"
from
"neurostuff/NiMARE"
3
Write code to implement features or fix issues.
2026-01-07
Wheels Auth Generator.md
200
1
export
Wheels Auth Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate authentication system with user model, sessions controller, and password hashing. Use when implementing user authentication, login/logout, or session management. Provides secure authentication patterns and bcrypt support.
2026-01-09
Wheels Plugin Generator.md
200
1
export
Wheels Plugin Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate Wheels plugins with proper structure, configuration, and ForgeBox packaging. Use when creating plugins, extending Wheels functionality, or packaging reusable components. Ensures plugins follow Wheels conventions and can be easily shared via ForgeBox.
2026-01-09
Wheels Migration Generator.md
200
1
export
Wheels Migration Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
2026-01-09
Wheels Migration Generator.md
200
1
export
Wheels Migration Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
2026-01-09
Wheels API Generator.md
200
1
export
Wheels API Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate RESTful API controllers with JSON responses, proper HTTP status codes, and API authentication. Use when creating API endpoints, JSON APIs, or web services. Ensures proper REST conventions and error handling.
2026-01-09
Wheels Test Generator.md
200
1
export
Wheels Test Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate TestBox BDD test specs for Wheels models, controllers, and integration tests. Use when creating tests for models (validations, associations), controllers (actions, filters), or integration workflows. Ensures comprehensive test coverage with proper setup/teardown and Wheels testing conventions.
2026-01-09
Wheels Routing Generator.md
200
1
export
Wheels Routing Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate RESTful routes, nested routes, and custom routing patterns for Wheels applications. Use when defining URL structure, creating RESTful resources, or implementing custom route patterns. Ensures proper HTTP verb mapping and route constraints.
2026-01-09
Wheels View Generator.md
200
1
export
Wheels View Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate Wheels view templates with proper query handling, form helpers, and association display. Use when creating or modifying views, forms, layouts, or partials. Prevents common view errors like query/array confusion and incorrect form helper usage. Handles index views, show views, form views, and layouts with proper CFML syntax.
2026-01-09
Wheels Documentation Generator.md
200
1
export
Wheels Documentation Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate documentation comments, README files, and API documentation for Wheels applications. Use when documenting code, creating project READMEs, or generating API docs.
2026-01-09
Wheels Auth Generator.md
200
1
export
Wheels Auth Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate authentication system with user model, sessions controller, and password hashing. Use when implementing user authentication, login/logout, or session management. Provides secure authentication patterns and bcrypt support.
2026-01-09
Wheels Email Generator.md
200
1
export
Wheels Email Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate email functionality including mailer controllers, email templates, and configuration. Use when sending emails, creating notifications, or implementing transactional emails. Ensures proper email structure, layouts, and testing.
2026-01-09
Wheels View Generator.md
200
1
export
Wheels View Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate Wheels view templates with proper query handling, form helpers, and association display. Use when creating or modifying views, forms, layouts, or partials. Prevents common view errors like query/array confusion and incorrect form helper usage. Handles index views, show views, form views, and layouts with proper CFML syntax.
2026-01-09
llm-mux-test.md
200
1
export
llm-mux-test
2
from
"nghyane/llm-mux"
from
"nghyane/llm-mux"
3
Test llm-mux IR translator - cross-format API translation
2026-01-09
Wheels Model Generator.md
200
1
export
Wheels Model Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate Wheels ORM models with proper validations, associations, and methods. Use when the user wants to create or modify a Wheels model, add validations, define associations (hasMany, belongsTo, hasManyThrough), or implement custom model methods. Prevents common Wheels-specific errors like mixed argument styles and ensures proper CFML syntax.
2026-01-09
Wheels Debugging.md
200
1
export
Wheels Debugging
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Troubleshoot common Wheels errors and provide debugging guidance. Use when encountering errors, exceptions, or unexpected behavior. Provides error analysis, common solutions, and debugging strategies for Wheels applications.
2026-01-09
Wheels Controller Generator.md
200
1
export
Wheels Controller Generator
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Generate Wheels MVC controllers with CRUD actions, filters, parameter verification, and proper rendering. Use when creating or modifying controllers, adding actions, implementing filters for authentication/authorization, handling form submissions, or rendering views/JSON. Ensures proper Wheels conventions and prevents common controller errors.
2026-01-09
Wheels Refactoring.md
200
1
export
Wheels Refactoring
2
from
"wheels-dev/wheels"
from
"wheels-dev/wheels"
3
Refactor Wheels code for better performance, security, and maintainability. Use when optimizing code, fixing anti-patterns, improving performance, or enhancing security. Provides refactoring patterns and best practices.
2026-01-09