Maplume avatar

Maplume

Community

@maplumex

1Followers
|
42Public Repos
|
35Published Skills

Maplume provides Trellis and OpenSpec skills for spec-driven development, session management, quality gates, and requirements discovery in coding projects.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Session & Task Man.. (25%)Code Quality Verif.. (20%)Requirements Disco.. (12%)

Agent Skills by Maplume

Showing 35 vetted skills indexed across 3 GitHub repositories.

MaplumeXMaplumeX
1

trellis-start

Initializes Trellis development sessions by loading context, git status, and task routing.

Community
Intermediate
MaplumeXMaplumeX
1

trellis-spec-bootstarp

Generate project-specific Trellis coding specs from real codebase analysis.

Community
Advanced
MaplumeXMaplumeX
1

trellis-before-dev

Loads project-specific coding guidelines from .trellis/spec/ before implementation begins.

Community
Basic
MaplumeXMaplumeX
1

trellis-brainstorm

Guides collaborative requirements discovery and converges on MVP scope before implementation.

Community
Advanced
MaplumeXMaplumeX
1

trellis-finish-work

Archives completed tasks and records session journal entries after verifying the working tree state.

Community
Intermediate
MaplumeXMaplumeX
1

trellis-continue

Resumes in-progress tasks by loading the Trellis workflow phase index and step instructions.

Community
Intermediate
MaplumeXMaplumeX
1

trellis-break-loop

Analyzes fixed bugs across five dimensions to produce root-cause reports and spec updates.

Community
Intermediate
MaplumeXMaplumeX
1

trellis-check

Verifies code quality through spec compliance, lint, tests, and cross-layer checks.

Community
Intermediate
MaplumeXMaplumeX
1

trellis-meta

Guides customization of local Trellis workflow, hooks, agents, and platform files.

Community
Advanced
MaplumeXMaplumeX
1

trellis-update-spec

Captures executable contracts and coding conventions into .trellis/spec/ documentation files.

Community
Intermediate
MaplumeXMaplumeX

before-dev

Discover and inject project-specific coding guidelines into a development workflow.

Community
Intermediate
MaplumeXMaplumeX

brainstorm

Facilitate repository-aware requirements discovery and PRD seeding for software features.

Community
Advanced
MaplumeXMaplumeX

update-spec

Capture executable contracts and coding knowledge into code-spec documents.

Community
Advanced
MaplumeXMaplumeX

break-loop

Analyze completed bug fixes to classify root causes and derive prevention measures.

Community
Intermediate
MaplumeXMaplumeX

integrate-skill

Integrate external skill documentation into .trellis/spec guideline files.

Community
Intermediate
MaplumeXMaplumeX

start

Initialize project context and classify development tasks for coding sessions.

Community
Advanced
MaplumeXMaplumeX

onboard

Onboard developers to AI-assisted Trellis workflows and project-specific guidelines.

Community
Intermediate
MaplumeXMaplumeX

create-command

Scaffold a Codex skill by creating SKILL.md with YAML frontmatter.

Community
Basic
MaplumeXMaplumeX

check-cross-layer

Verify cross-layer data flow, reuse, imports, and consistency across API, service, and storage layers.

Community
Advanced
MaplumeXMaplumeX

record-session

Record coding session summaries and commit hashes to .trellis journal files.

Community
Intermediate
MaplumeXMaplumeX

improve-ut

Analyze changed files and apply unit-test specs to update tests.

Community
Advanced
MaplumeXMaplumeX

check

Run lint and typecheck on git-changed files using local project guidelines.

Community
Intermediate
MaplumeXMaplumeX

finish-work

Validate linting, type checks, tests, migrations, and spec synchronization before committing.

Community
Intermediate
MaplumeXMaplumeX

parallel

Orchestrate parallel development tasks across isolated worktree agents.

Community
Advanced

Frequently Asked Questions About Maplume

FAQPage Schema
What tasks can I perform using Maplume's skills?▼

Maplume skills cover spec-driven development: bootstrapping .trellis/spec coding guidelines, seeding PRDs through guided requirements discovery, verifying lint/typecheck/tests before commits, analyzing bug root causes, recording session journals, and managing the full OpenSpec change lifecycle from scaffolding to archival.

Who are Maplume's Trellis and OpenSpec skills designed for?▼

They target software engineers and development teams practicing spec-driven, AI-assisted coding. Typical users are developers who maintain project-specific coding conventions in .trellis/spec directories, manage change artifacts via OpenSpec, and need structured session initialization, quality gates, and knowledge capture.

How do I start a development session with Maplume's skills?▼

Invoke trellis-start, which reads workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. It classifies the incoming task and routes it to brainstorm, direct edit, or a task workflow. Use trellis-continue to resume in-progress work via the Phase Index.

What prerequisites do Maplume's skills require?▼

Skills expect a project initialized with trellis init, producing a .trellis/ directory with spec guidelines, journal files, and platform hooks. OpenSpec skills require the openspec CLI and openspec directories. Codebase analysis may use GitNexus, ABCoder, or direct source inspection.

How do Maplume's skills enforce code quality before committing?▼

The trellis-check and finish-work skills run spec compliance, lint, type-check, unit tests, migrations, and cross-layer data-flow verification on git-changed files. They validate quality gates, synchronize specs, archive completed tasks, and record session progress to the developer journal before commit.