agentsclimarketplace

Create

Skill bryanp/agent-skills/code/linear/issue/create

Skills for agentic workflows

Install
npx -y skills add bryanp/agent-skills --skill create

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Create an issue in Linear

SKILL.md

1.7 KB, 381 tokens by cl100k_base, as published. Nobody here has run it

Use the linear issue create command to create an issue.

Rule: Identity

First use the identity skill to assume the identity of the agent.

Usage

Usage:   linear issue create
Version: 1.10.0

Description:

  Create a linear issue

Options:

  -h, --help                                - Show this help.
  -w, --workspace            <slug>         - Target workspace (uses credentials)
  --start                                   - Start the issue after creation
  -a, --assignee             <assignee>     - Assign the issue to 'self' or someone (by username or name)
  --due-date                 <dueDate>      - Due date of the issue
  -p, --parent               <parent>       - Parent issue (if any) as a team_number code
  --priority                 <priority>     - Priority of the issue (1-4, descending priority)
  --estimate                 <estimate>     - Points estimate of the issue
  -d, --description          <description>  - Description of the issue
  --description-file         <path>         - Read description from a file (preferred for markdown content)
  -l, --label                <label>        - Issue label associated with the issue. May be repeated.
  --team                     <team>         - Team associated with the issue (if not your default team)
  --project                  <project>      - Name of the project with the issue
  -s, --state                <state>        - Workflow state for the issue (by name or type)
  --no-use-default-template                 - Do not use default template for the issue
  --no-interactive                          - Disable interactive prompts
  -t, --title                <title>        - Title of the issue

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.