スキル一覧に戻る
masharratt

cfn-cerebras-code-generator

by masharratt

Simplified Claude Flow for beginners - AI agent orchestration made easy

14🍴 2📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: cfn-cerebras-code-generator description: "FAST code generation via Z.ai glm-4.6 model. Use for rapid test generation, boilerplate code, repetitive patterns, and bulk file creation. Ideal when speed matters more than nuance. Do NOT use for complex architectural decisions or security-critical code." version: 2.0.0 tags: [code-generation, fast, zai, glm-4.6, tests, boilerplate]

Cerebras Code Generator Skill

Description

Generates code using Z.ai glm-4.6 model for fast test and code generation. Use this for rapid iteration when generating tests, boilerplate, and repetitive code patterns.

When to Use

  • Test generation - unit tests, integration tests, test fixtures
  • Boilerplate code - CRUD operations, API endpoints, data models
  • Repetitive patterns - similar components, migration scripts
  • Bulk file creation - generating multiple similar files quickly
  • NOT for complex architecture, security-critical code, or nuanced logic

Configuration

# Required environment variables
export ZAI_API_KEY="your-api-key"  # or CEREBRAS_API_KEY for legacy
export ZAI_MODEL="glm-4.6"  # Fast, cost-effective model

# Optional settings
export CEREBRAS_BASE_URL="https://api.cerebras.ai/v1"
export CONTEXT_DB_PATH="./.claude/skills/cfn-cerebras-code-generator/contexts.db"

Usage

# Basic code generation
./generate-code.sh \
  --file-path "/path/to/file.ext" \
  --prompt "Create a REST API endpoint" \
  --context-files "src/models.py,src/utils.py"

# With explicit model
./generate-code.sh \
  --model "llama-3.1-70b" \
  --file-path "/path/to/file.py" \
  --prompt "Implement authentication middleware"

Implementation Details

Context Tracking

  • Stores generation history in SQLite database
  • Tracks what worked and what didn't
  • Maintains conversation context
  • Provides examples of successful patterns

OpenAI Compatibility

  • Uses OpenAI-compatible request/response format
  • Supports streaming responses
  • Handles token limits and rate limiting
  • Automatic retry logic

Features

  • ✅ Visual diff generation
  • ✅ Context file inclusion
  • ✅ Error handling and validation
  • ✅ Generation history tracking
  • ✅ Success pattern learning
  • ✅ Multiple model support

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です