code-craft
Build Reliable Code with Durable Principles
Inconsistent engineering choices make code harder to review and maintain. This skill applies clear design, testing, error, and tooling defaults across common languages.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-craft" from https://skillstore.io/skills/jssblck-code-craft.md and its manifest at https://skillstore.io/api/skills/jssblck-code-craft/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "code-craft". Review a TypeScript checkout function that accepts untyped request data and throws generic errors.
Expected outcome:
- Parse request data once at the boundary into explicit checkout types.
- Represent expected failures with a typed result instead of generic exceptions.
- Add behavior tests for invalid items, missing payment data, and declined payments.
Using "code-craft". Recommend a Python project quality baseline for a small command-line application.
Expected outcome:
- Use Ruff for formatting and linting, plus strict static type checking.
- Run formatting, linting, typing, and tests through one shared command.
- Call the same command from local pre-commit checks and continuous integration.
Security Audit
CriticalMost static detections are false positives caused by Markdown links, inline code formatting, or explanatory engineering prose. Two installer examples genuinely recommend immediate execution of remote scripts through Bash or PowerShell.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (6)
๐ Env variables (2)
โ๏ธ External commands (20)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/jssblck-code-craft/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/jssblck-code-craft?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/jssblck-code-craft?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jssblck-code-craft/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/jssblck-code-craft.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
jssblck. (2026). code-craft security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/jssblck-code-craft/audits/1BibTeX citation
@techreport{jssblck-jssblck-code-craft-2026,
author = {jssblck},
title = {code-craft security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/jssblck-code-craft/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "code-craft security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "jssblck"
date-released: "2026-08-23"
url: "https://skillstore.io/skills/jssblck-code-craft/audits/1"
identifiers:
- type: other
value: "skillstore:jssblck-code-craft:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: LowWhat You Can Build
Review a Pull Request
Identify design, error-handling, testing, and maintainability issues with language-specific recommendations.
Refactor a Legacy Module
Replace weak boundaries and primitive values with parsed, explicit domain types.
Bootstrap Project Standards
Select consistent formatting, linting, testing, CI, and governance defaults for a new repository.
Try These Prompts
Review this [language] function for clear errors, strong types, and simple control flow. Explain the most important changes.
Review these [language] tests. Focus on observable behavior, realistic boundaries, deterministic execution, and unnecessary mocking. Propose specific improvements.
Refactor this [language] module using parsed boundaries, explicit domain types, and errors as values. Preserve behavior and follow existing repository conventions.
Design standards for a new [language] project. Include formatting, linting, type checks, tests, CI, pre-commit checks, architecture notes, and release safeguards.
Best Practices
- Provide the target language, repository conventions, and relevant code or diff.
- Ask for behavior preservation and require formatter, type-checker, linter, and test verification.
- Apply recommendations selectively when established project rules require a different approach.
Avoid
- Do not request broad rewrites without defining behavior and scope.
- Do not apply new abstractions before identifying real callers and duplicated needs.
- Do not treat generated advice as proof that tests, security, or performance are correct.
Frequently Asked Questions
Which languages receive detailed guidance?
Can it review existing code?
Can it scaffold a new project?
Does it replace project instructions?
Does it run tests and linters?
Does it guarantee secure code?
Developer Details
Author
jssblckLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/jssblck/agents/tree/4658295e88faed205cc134edf987f7ea4e0c8ea4/skills/code-craftRef
0139ec01bdea5a1eaac3b0e3c90753dbfe65aaa1
Maintenance freshness
8/23/2026
Usage
0 downloads ยท 0 views
File structure
๐ agents/
๐ openai.yaml
๐ languages/
๐ go.md
๐ python.md
๐ rust.md
๐ typescript.md
๐ principles/
๐ architecture-docs.md
๐ errors-as-values.md
๐ illegal-states.md
๐ simplicity.md
๐ testing.md
๐ SKILL.md