CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/ruby-core-skills

Curated library of 16 public Ruby AI agent skills: 10 atomic skills (YARD docs, service objects, calculator pattern, API clients, DDD, bug triage, code review, skill routing), 5 process-discipline skills (TDD, refactoring, review, security, test planning), and 1 planning skill (TDD task generation). Zero agents — this is a foundational library consumed by framework-specific tiles like rails-agent-skills and hanakai-yaku.

95

1.05x
Quality

96%

Does it follow best practices?

Impact

95%

1.05x

Average score across 16 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

EXAMPLES.mdskills/docs/write-yard-docs/

YARD Tag Examples

Use this file as the canonical reference for common YARD tags used by this skill.

@param

Document each parameter with its type and purpose.

# @param plan_id [Integer] ID of the target plan

@return

Document the return type and, when relevant, the shape of the response.

# @return [Hash] Result with :success and :response keys

@raise

Document one tag per exception class that can be raised.

# @raise [InvalidPlanError] when the plan does not exist or is inactive
# @raise [PaymentGatewayError] when the payment provider rejects the charge

skills

README.md

tile.json