II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--homebrew-formula-generator
homebrew-formula-generator overview
Generate Homebrew formula for CLI distribution on macOS and Linux.
Attributes
displayName
homebrew-formula-generator
description
Generate Homebrew formula for CLI distribution on macOS and Linux.
libraryPath
library/specializations/cli-mcp-development/skills/homebrew-formula-generator/SKILL.md
specialization
cli-mcp-development
contentSummary
# Homebrew Formula Generator
Generate Homebrew formula for CLI distribution.
## Generated Patterns
```ruby
class Myapp < Formula
desc "My CLI application"
homepage "https://github.com/myuser/myapp"
url "https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-1.0.0.tar.gz"
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:deployment-infrastructure-management·SkillAreaDeployment and Infrastructure Management
Incoming edges
None.