si

Short alias for /subsection-implementation. Implements a single subsection from docs/implementation-plan.md with full automation. Usage: /si 5.1.1

13 stars

Best use case

si is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Short alias for /subsection-implementation. Implements a single subsection from docs/implementation-plan.md with full automation. Usage: /si 5.1.1

Teams using si should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/si/SKILL.md --create-dirs "https://raw.githubusercontent.com/arun-gupta/agentic-tictactoe/main/.claude/skills/si/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/si/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How si Compares

Feature / AgentsiStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Short alias for /subsection-implementation. Implements a single subsection from docs/implementation-plan.md with full automation. Usage: /si 5.1.1

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Subsection Implementation (Short Alias)

**This is a short alias for `/subsection-implementation`**

## Usage

```
/si 5.1.1
```

Equivalent to:
```
/subsection-implementation 5.1.1
```

## What It Does

Implements a complete subsection from `docs/implementation-plan.md` with full automation:

1. Clear context (fresh start)
2. Read subsection requirements
3. Create task tracking
4. Implement code (follow project patterns)
5. Write tests (all subsection tests)
6. Run quality checks (must pass!)
7. Update documentation (mark ✅)
8. Commit and push (proper format)

## Examples

```
/si 5.1.1                           # Implement subsection 5.1.1
/si 5.1.1 --branch feature/scout    # On specific branch
/si 5.1.1 --dry-run                 # Show plan without executing
```

## Full Documentation

For complete workflow details, see:
- **Main skill**: `@skills/subsection-implementation/SKILL.md`
- **All skills**: `@skills/README.md`
- **Implementation plan**: `docs/implementation-plan.md`

Related Skills

test-writing

13
from arun-gupta/agentic-tictactoe

Defines patterns for writing tests, including subsection tests for incremental development and acceptance criteria verification. Use when writing any tests to ensure consistent naming, structure, and coverage patterns.

subsection-implementation

13
from arun-gupta/agentic-tictactoe

Complete workflow for implementing a single subsection from the implementation plan. Orchestrates all project skills to ensure consistent, high-quality implementation with full test coverage. Use when implementing any subsection (e.g., 5.1.1, 5.2.3) to automate the entire workflow from requirements to commit.

pre-commit-validation

13
from arun-gupta/agentic-tictactoe

Ensures all quality checks pass locally before committing changes. Use this skill to validate code quality, tests, and type checking before creating commits to catch issues early and avoid CI failures.

phase-implementation

13
from arun-gupta/agentic-tictactoe

Guides implementation of features following an established workflow pattern. Use when implementing any feature to ensure consistent process: read requirements, create todos, implement code, write tests, update documentation, commit and push.

implementation-plan-updates

13
from arun-gupta/agentic-tictactoe

Defines the pattern for updating project documentation when completing features. Use when marking features as complete to ensure consistent documentation of implementation status, test coverage, and deliverables.

commit-format

13
from arun-gupta/agentic-tictactoe

Ensures all git commits follow the Conventional Commits specification with consistent types and scopes. Use this skill when making any commit to maintain consistent commit message format, improve git history readability, and enable automatic changelog generation.

api-endpoint-implementation

13
from arun-gupta/agentic-tictactoe

Defines patterns for implementing FastAPI REST endpoints, including route definition, request/response models, error handling, and integration tests. Use when implementing any API endpoint to ensure consistency and best practices across endpoints.

swe-cli-skills

12
from SylphAI-Inc/skills

Senior engineer CLI expertise for AI agents — workflows, safety guardrails, gotchas, and anti-patterns across cloud, IaC, containers, databases, dev tools, and platforms

DevOps & Infrastructure

PicoClaw Fleet

11
from EricGrill/agents-skills-plugins

Orchestrate a fleet of remote PicoClaw workers over SSH for fast, ephemeral one-shot tasks.

DevOps & Infrastructure

VibeCollab — Setup Instructions for AI Assistants

9
from flashpoint493/VibeCollab

You are helping a user set up VibeCollab in their project.

Workflow & Productivity

raycast-extension-docs

9
from lemikeone/Codex-skill-raycast-extension

Guidance for building, debugging, and publishing Raycast extensions using the Raycast documentation set. Use when Codex needs to create or modify Raycast extensions (React/TypeScript/Node), consult Raycast API reference or UI components, build AI extensions, handle manifest/lifecycle/preferences, troubleshoot issues, or prepare/publish extensions to the Raycast Store or Teams.

Coding & Development

evomap

9
from hyz0906/paper

Connect to the EvoMap collaborative evolution marketplace. Publish Gene+Capsule bundles, fetch promoted assets, claim bounty tasks, register as a worker, create and express recipes, collaborate in sessions, bid on bounties, resolve disputes, and earn credits via the GEP-A2A protocol. Use when the user mentions EvoMap, evolution assets, A2A protocol, capsule publishing, agent marketplace, worker pool, recipe, organism, session collaboration, or service marketplace.

AI Agent Marketplace