Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

kinko

يحتوي kinko على 10 من skills المجمعة من tacogips، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
1
محدث
2026-06-19
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

release-workflow
مطوّرو البرمجيات

Execute kinko release operations end-to-end for Go binaries, including local verification, artifact packaging, and optional GitHub release publishing. Use when users ask to release, publish a version, or build release binaries.

2026-06-19
kinko-secret-ops
مطوّرو البرمجيات

Use when users want to manage encrypted environment variables with the kinko CLI, including init/unlock, shared vs repo scope, set/get/show/delete/move, stale path-scope pruning, export/import, and exec-based runtime injection.

2026-06-15
design-doc
محللو أنظمة الحاسوب

Use when creating or organizing design documents. Provides directory structure, file naming, and content guidelines for design specs and references.

2026-05-23
go-coding-standards
مطوّرو البرمجيات

Use when writing, reviewing, or refactoring Go code. Provides error handling patterns, project layout, concurrency, and interface design guidelines.

2026-05-23
impl-plan
مطوّرو البرمجيات

Use when creating implementation plans from design documents. Provides plan structure, status tracking, and progress logging guidelines.

2026-05-23
secure-github-action
مطوّرو البرمجيات

Use this skill when creating or modifying GitHub Actions workflow files (.github/workflows/*.yml). Ensures all actions are pinned by commit SHA, permissions are minimized, script injection is prevented, and other supply chain security best practices are applied.

2026-05-23
supply-chain-secure-code
محللو أمن المعلومات

Use when writing Go code that interacts with dependencies, handles credentials, executes commands, or manages configuration. Provides supply chain attack countermeasures at the code level including safe dependency usage, credential handling, subprocess hardening, and runtime integrity patterns. Adapted from Shai-Hulud npm attack lessons.

2026-05-23
supply-chain-secure-install
محللو أمن المعلومات

Use when adding, updating, or auditing Go module dependencies. Provides supply chain attack countermeasures including go.sum verification, GOPROXY hardening, govulncheck auditing, and CI/CD pipeline security. Adapted from Shai-Hulud npm attack lessons.

2026-05-23
supply-chain-secure-publish
محللو أمن المعلومات

Use when publishing Go modules or managing module repositories. Provides supply chain attack countermeasures including version tagging security, repository access control, and CI/CD publishing pipelines. Adapted from Shai-Hulud npm attack lessons.

2026-05-23
refresh-github-token-to-kinko
مطوّرو البرمجيات

Use when updating GitHub authentication token scopes and re-registering the token into kinko shared secrets. Handles gh auth refresh, avoiding GITHUB_TOKEN env precedence, writing shared GITHUB_TOKEN, and hash-based verification.

2026-03-05