commit-push — anytype commit-push, anytype-ts, community, anytype, ide skills, local-first, offline-first, privacy

v1.0.0

Über diesen Skill

Official Anytype client for MacOS, Linux, and Windows

# Core Topics

anyproto anyproto
[7.4k]
[464]
Updated: 4/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
35
Canonical Locale
en
Detected Body Locale
en

Official Anytype client for MacOS, Linux, and Windows

Warum diese Fähigkeit verwenden

Official Anytype client for MacOS, Linux, and Windows

Am besten geeignet für

Suitable for operator workflows that need explicit guardrails before installation and execution.

Handlungsfähige Anwendungsfälle for commit-push

! Sicherheit & Einschränkungen

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is commit-push?

Official Anytype client for MacOS, Linux, and Windows

How do I install commit-push?

Run the command: npx killer-skills add anyproto/anytype-ts/commit-push. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with commit-push?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add anyproto/anytype-ts/commit-push. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use commit-push immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

commit-push

Official Anytype client for MacOS, Linux, and Windows

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Commit & Push Skill

Commit all current changes and push to the remote in a single workflow.

Process

  1. Check state — Run git status (no -uall), git diff (staged + unstaged), and git log --oneline -5 in parallel
  2. Abort if clean — If there are no changes, inform the user and stop
  3. Stage files — Add changed files by name (never use git add -A or git add .). Skip files that look like secrets (.env, credentials, tokens)
  4. Draft commit message — Follow the repo's JS-XXXX: short description convention. Summarize the "why", not the "what"
  5. Commit — Use a HEREDOC for the message. Always append the co-author trailer:
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
  6. Push — Push to the current remote-tracking branch (typically origin/develop). Use git push (never force-push)
  7. Confirm — Show the resulting commit hash and remote status

Rules

  • Never amend existing commits
  • Never force-push
  • Never skip hooks (--no-verify)
  • Never commit files that contain secrets
  • Always create a NEW commit, even after a hook failure
  • Push target is always the current branch's upstream (usually develop)

Verwandte Fähigkeiten

Looking for an alternative to commit-push or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler