byungsker

Opengiver Skills — Development skill for Claude Code

Development community

Linear GraphQL API skill for Claude Code - Direct curl calls without MCP for better token efficiency.

How to install Opengiver Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open byungsker/opengiver-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Opengiver Skills does

Linear GraphQL API skill for Claude Code - Direct curl calls without MCP for better token efficiency.

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • MCP Server Linear — Linear issue tracker integration 347 ★
  • Claude Modular — Production-ready modular Claude Code framework with 30+ commands, token optimization, and MCP server integrati 274 ★

README

Opengiver Skills

[English](README.md) | [한국어](README.ko.md)

A collection of productivity plugins for Claude Code. Built for developers who want AI-powered automation for project management, content creation, and workflow optimization.

**Contributions welcome!** Found a way to improve a plugin or have a new one to add? [Open a PR](#contributing).

What are Plugins?

Plugins are specialized tools that extend Claude Code's capabilities. Each plugin provides commands, skills, and workflows for specific tasks. When installed, Claude Code can recognize when you're working on related tasks and apply the right tools automatically.

Available Plugins

Plugin Description Commands
linear-simple Linear GraphQL API for issue management /linear-simple:setup, /linear-simple:get, /linear-simple:create
blog-material-gen Auto-generate blog material from Git branches to Notion /blog-material-gen:setup, /blog-material-gen
product-launch-strategist Product launch strategy advisor for indie developers /product-launch-strategist:analyze, :pricing, :risk
git-worktree Git worktree protocol for parallel development with isolated workspaces Skill-only (no commands)
db-safety Database safety protocol to prevent accidental data loss Skill-only (no commands)
toss-frontend-fundamentals Source-backed Toss code-quality review for React and TypeScript Skill-only (no commands)

Installation

Option 1: Claude Code Plugin (Recommended)

Install via Claude Code's built-in plugin system:

# Add the marketplace
/plugin marketplace add byungsker/opengiver-skills

# Install specific plugin
/plugin install linear-simple@opengiver-skills
/plugin install blog-material-gen@opengiver-skills
/plugin install pro